index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub
Eric Christopher
2010-03-06
1
-0
/
+1
*
Fix PR6503. This turned into a much more interesting and nasty bug. Various
Chris Lattner
2010-03-05
1
-6
/
+6
*
Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect
Chris Lattner
2010-02-11
1
-5
/
+6
*
inline and remove the rest of commonIntCastTransforms.
Chris Lattner
2010-01-10
1
-1
/
+0
*
make this a static function instead of a method.
Chris Lattner
2010-01-05
1
-2
/
+0
*
split mul/div/rem instructions out to their own file.
Chris Lattner
2010-01-05
1
-0
/
+1
*
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
1
-3
/
+3
*
Fix some struct/class specifier mismatches.
Daniel Dunbar
2010-01-05
1
-3
/
+3
*
split 943 lines of instcombine out to a new InstCombineCasts.cpp
Chris Lattner
2010-01-04
1
-0
/
+10
*
split instcombine of compares (visit[FI]Cmp) out to
Chris Lattner
2010-01-04
1
-1
/
+17
*
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...
Chris Lattner
2010-01-04
1
-5
/
+2
*
split the instcombine class definition out to a header shared
Chris Lattner
2010-01-04
1
-0
/
+328