index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Speculatively revert the recent improvements to Dominators.h in an attempt to...
Jakob Stoklund Olesen
2011-01-11
2
-41
/
+88
*
some comment improvements.
Chris Lattner
2011-01-11
1
-2
/
+3
*
FixedNumOperandTraits and VariadicOperandTraits assumed that, given a
Jay Foad
2011-01-11
6
-30
/
+45
*
Add to the CMake build some options and platform tests supported by
Oscar Fuentes
2011-01-11
1
-8
/
+11
*
Fix FoldSingleEntryPHINodes to update memdep and AA when it deletes
Chris Lattner
2011-01-11
1
-2
/
+2
*
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-11
1
-1
/
+2
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
4
-18
/
+18
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-6
/
+6
*
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
1
-1
/
+2
*
Remove TargetRegisterInfo::NoRegister.
Jakob Stoklund Olesen
2011-01-09
1
-5
/
+10
*
Change virtual register numbering to make more space for physical registers.
Jakob Stoklund Olesen
2011-01-09
1
-19
/
+15
*
Step #2 to improve trip count analysis for loops like this:
Chris Lattner
2011-01-09
1
-1
/
+2
*
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
2
-7
/
+5
*
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
3
-34
/
+30
*
Fix comment.
Jakob Stoklund Olesen
2011-01-09
1
-5
/
+5
*
DominatorTree->print() now prints the status of the DFSNumbers correctly
Tobias Grosser
2011-01-09
1
-1
/
+1
*
Rewrite handling of LLVM_ENABLE_PIC. It was being processed after
Oscar Fuentes
2011-01-09
1
-1
/
+1
*
Simplify LiveDebugVariables by storing MachineOperand copies locations instead
Jakob Stoklund Olesen
2011-01-09
1
-0
/
+10
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-3
/
+27
*
Use IndexedMap for MachineRegisterInfo as well. No functional change.
Jakob Stoklund Olesen
2011-01-09
2
-15
/
+11
*
Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of
Jakob Stoklund Olesen
2011-01-08
1
-1
/
+7
*
Use an IndexedMap for LiveVariables::VirtRegInfo.
Jakob Stoklund Olesen
2011-01-08
3
-4
/
+15
*
Do not talk about TargetRegisterInfo::FirstVirtualRegister.
Jakob Stoklund Olesen
2011-01-08
1
-1
/
+1
*
Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...
Jakob Stoklund Olesen
2011-01-08
2
-3
/
+8
*
fit in 80 cols
Chris Lattner
2011-01-08
1
-2
/
+2
*
First step in fixing PR8927:
Rafael Espindola
2011-01-08
1
-1
/
+6
*
make this file properly self contained.
Chris Lattner
2011-01-08
1
-0
/
+2
*
Revamp the ValueMapper interfaces in a couple ways:
Chris Lattner
2011-01-08
1
-2
/
+21
*
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2011-01-08
1
-0
/
+5
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
4
-2
/
+20
*
Do not include DataTypes.h in llvm-c/lto.h.
Devang Patel
2011-01-07
1
-4
/
+3
*
Fix comment. INLINEASM node operand #3 is IsAlignStack bit.
Evan Cheng
2011-01-07
1
-0
/
+1
*
DBG_VALUE does not have any side effects; it also makes no sense to mark it c...
Evan Cheng
2011-01-07
1
-1
/
+1
*
Simplify the allocation and freeing of Users' operand lists, now that
Jay Foad
2011-01-07
3
-9
/
+3
*
Remove the "ugly" method BranchInst::setUnconditionalDest().
Jay Foad
2011-01-07
1
-13
/
+0
*
Add ARM patterns to match EXTRACT_SUBVECTOR nodes.
Bob Wilson
2011-01-07
1
-0
/
+3
*
Change EXTRACT_SUBVECTOR to require a constant index.
Bob Wilson
2011-01-07
1
-2
/
+2
*
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
2011-01-06
1
-6
/
+27
*
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
2011-01-06
2
-0
/
+6
*
Revert svn 122743, removing the instcombine pass that was replaced by earlycse.
Bob Wilson
2011-01-05
1
-1
/
+0
*
Fix small bug in setDebugInfoAvailability.
Wesley Peck
2011-01-05
1
-1
/
+1
*
Fix PR8906: -fno-builtin should disable loop-idiom recognition.
Chris Lattner
2011-01-05
1
-3
/
+4
*
Use the EdgeBundles analysis in X86FloatingPoint instead of recomputing CFG
Jakob Stoklund Olesen
2011-01-04
1
-0
/
+3
*
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2011-01-04
3
-0
/
+63
*
Give MachineFunctionAnalysis a getPassName() implementation to make timing re...
Owen Anderson
2011-01-04
1
-0
/
+4
*
These methods should be "const"; make them so.
Duncan Sands
2011-01-04
1
-2
/
+2
*
Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...
Owen Anderson
2011-01-03
1
-0
/
+11
*
Undo what looks like accidental removal of an instcombine pass in r122740.
Evan Cheng
2011-01-03
1
-0
/
+1
*
Turn on earlycse by default. This seems to be a small performance
Chris Lattner
2011-01-03
1
-1
/
+1
*
Add spliceFunction to the CallGraph interface. This allows users to efficiently
Nick Lewycky
2011-01-03
1
-1
/
+10
[prev]
[next]