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
/
lib
/
Transforms
/
Utils
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficient
Chris Lattner
2008-11-28
1
-16
/
+26
*
remove some weirdness that came from the LSR code that has
Chris Lattner
2008-11-28
1
-8
/
+1
*
enhance RecursivelyDeleteTriviallyDeadInstructions to make
Chris Lattner
2008-11-27
1
-0
/
+9
*
Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally
Chris Lattner
2008-11-27
1
-7
/
+15
*
remove doConstantPropagation and dceInstruction, they are just
Chris Lattner
2008-11-27
1
-30
/
+25
*
move MergeBasicBlockIntoOnlyPred to Transforms/Utils.
Chris Lattner
2008-11-27
1
-0
/
+33
*
Use Instruction::eraseFromParent().
Dan Gohman
2008-06-21
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
dead calls to llvm.stacksave can be deleted, even though they
Chris Lattner
2007-12-29
1
-1
/
+10
*
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
Dan Gohman
2007-07-26
1
-7
/
+0
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+200