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
/
InstCombineAddSub.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in a
Duncan Sands
2010-11-23
1
-0
/
+5
*
InstCombine: Implement X - A*-B -> X + A*B.
Benjamin Kramer
2010-11-22
1
-0
/
+9
*
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
-3
/
+3
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-6
/
+6
*
Simplify/generalize the xor+add->sign-extend instcombine.
Eli Friedman
2010-01-31
1
-35
/
+19
*
Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single
Eli Friedman
2010-01-31
1
-0
/
+7
*
When the visitSub method was split into visitSub and visitFSub, this xform was
Bill Wendling
2010-01-13
1
-11
/
+0
*
reduce indentation
Chris Lattner
2010-01-05
1
-15
/
+18
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
1
-2
/
+2
*
split add/sub out to its own file. Eliminate use of
Chris Lattner
2010-01-05
1
-0
/
+748
[prev]