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
/
CodeGen
/
BranchFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach branch folding pass about implicit_def instructions. Unfortunately we c...
Evan Cheng
2008-04-10
1
-1
/
+56
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-1
/
+1
*
PR1909: Tail merging pass ran wild. It makes no sense to merge blocks in orde...
Evan Cheng
2008-02-19
1
-3
/
+12
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-5
/
+5
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-14
/
+11
*
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
1
-1
/
+1
*
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
1
-1
/
+1
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-7
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Improve branch folding by recgonizing that explict successor relationships im...
Christopher Lamb
2007-12-10
1
-0
/
+5
*
Changed XXX to FIXME, and added comment to the README file
Bill Wendling
2007-10-25
1
-1
/
+1
*
Added comment explaining why we are doing this check.
Bill Wendling
2007-10-25
1
-0
/
+5
*
Don't branch fold inline asm statements.
Bill Wendling
2007-10-19
1
-1
/
+2
*
More explicit keywords.
Dan Gohman
2007-08-02
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+1093