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
/
InstCombineMulDivRem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a generic expansion transform: A op (B op' C) -> (A op B) op' (A op C)
Duncan Sands
2010-12-22
1
-0
/
+3
*
Pull a few more simplifications out of instcombine (there are still
Duncan Sands
2010-12-21
1
-6
/
+3
*
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-07
1
-4
/
+4
*
InstCombine: Add a missing irem identity (X % X -> 0).
Benjamin Kramer
2010-11-17
1
-0
/
+4
*
Generalize the reassociation transform in SimplifyCommutative (now renamed to
Duncan Sands
2010-11-13
1
-2
/
+2
*
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
Dan Gohman
2010-03-02
1
-1
/
+1
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-3
/
+3
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-6
/
+6
*
Fix comment.
Owen Anderson
2010-01-17
1
-1
/
+1
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
1
-2
/
+2
*
split mul/div/rem instructions out to their own file.
Chris Lattner
2010-01-05
1
-0
/
+695