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
/
Scalar
/
PredicateSimplifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Resurrect r1.25.
Nick Lewycky
2006-10-25
1
-117
/
+154
*
hide symbols properly
Chris Lattner
2006-10-25
1
-1
/
+1
*
Revert back to r1.21, which was the last revision of predsimplify that
Chris Lattner
2006-10-24
1
-134
/
+109
*
Remove the Backwards operation. Resolving now works at the time when a
Nick Lewycky
2006-10-23
1
-90
/
+102
*
Fix similar missing optimization opportunity in XOR.
Nick Lewycky
2006-10-22
1
-13
/
+22
*
Whoops! Add missing NULL check.
Nick Lewycky
2006-10-22
1
-0
/
+1
*
Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
Nick Lewycky
2006-10-22
1
-10
/
+13
*
AllocaInst can't return a null pointer. Fixes missed optimization
Nick Lewycky
2006-10-22
1
-0
/
+6
*
Replace custom dispatch code with two uses of InstVisitor. Improves
Nick Lewycky
2006-10-12
1
-93
/
+113
*
Simplify logic further.
Nick Lewycky
2006-10-03
1
-17
/
+8
*
Simplify, now that predsimplify depends on break-crit-edges.
Nick Lewycky
2006-10-03
1
-26
/
+8
*
Move break-crit-edges before the predicate simplifier. Allows us to
Nick Lewycky
2006-10-03
1
-7
/
+3
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-40
/
+33
*
Style changes only. Remove dead code, fix a comment.
Nick Lewycky
2006-09-23
1
-11
/
+4
*
Don't rewrite ConstantExpr::get.
Nick Lewycky
2006-09-21
1
-44
/
+20
*
Once we're down to "setcc type constant1, constant2", at least come up
Nick Lewycky
2006-09-20
1
-18
/
+14
*
Use a total ordering to compare instructions.
Nick Lewycky
2006-09-20
1
-87
/
+101
*
Walk down the dominator tree instead of the control flow graph. That means
Nick Lewycky
2006-09-18
1
-150
/
+90
*
Add some more consistency checks.
Nick Lewycky
2006-09-13
1
-1
/
+20
*
Fix unionSets so that it can merge correctly.
Nick Lewycky
2006-09-13
1
-22
/
+34
*
Erase dead instructions.
Nick Lewycky
2006-09-13
1
-2
/
+3
*
Skip the linear search if the answer is already known.
Nick Lewycky
2006-09-11
1
-20
/
+22
*
Replace EquivalenceClasses with a custom-built data structure. Many common
Nick Lewycky
2006-09-10
1
-133
/
+259
*
Improve handling of SelectInst.
Nick Lewycky
2006-09-02
1
-31
/
+44
*
Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also
Nick Lewycky
2006-09-01
1
-21
/
+20
*
Properties where both Values weren't in the union (as being equal to
Nick Lewycky
2006-08-31
1
-24
/
+18
*
Move to using the EquivalenceClass ADT. Removes SynSets.
Nick Lewycky
2006-08-30
1
-165
/
+92
*
Add PredicateSimplifier pass. Collapses equal variables into one form
Nick Lewycky
2006-08-28
1
-0
/
+744
[prev]