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
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-1
/
+1
*
Translate bit operations to English.
Nick Lewycky
2007-03-03
1
-1
/
+2
*
APIntify this pass.
Reid Spencer
2007-03-03
1
-28
/
+36
*
Fix indenting, remove tabs.
Nick Lewycky
2007-02-04
1
-32
/
+90
*
For PR1163:
Reid Spencer
2007-02-04
1
-1
/
+1
*
Simplify names of lattice values. SGTUNE becomes SGT, for example.
Nick Lewycky
2007-01-29
1
-71
/
+127
*
For PR1094:
Reid Spencer
2007-01-17
1
-4
/
+4
*
Don't print address of ETNode. Print the DFSNumIn which uniquely identifies
Nick Lewycky
2007-01-15
1
-34
/
+65
*
"Default context" blocks can occur after a non-default one. This meant
Nick Lewycky
2007-01-13
1
-8
/
+12
*
If we know that it's a constant being casted, propagate through the cast
Nick Lewycky
2007-01-12
1
-1
/
+10
*
Clean up logic after ConstantBool removal.
Nick Lewycky
2007-01-12
1
-20
/
+14
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-26
/
+31
*
Quiet compiler warning. The only reason the function is marked virtual
Nick Lewycky
2007-01-11
1
-0
/
+2
*
New predicate simplifier!
Nick Lewycky
2007-01-11
1
-974
/
+1155
*
For PR950:
Reid Spencer
2006-12-23
1
-97
/
+247
*
Convert more Statistic's over to STATISTIC
Chris Lattner
2006-12-19
1
-7
/
+4
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-33
/
+29
*
add missing #include
Chris Lattner
2006-12-06
1
-0
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
Unbreak VC++ build.
Jeff Cohen
2006-12-02
1
-7
/
+7
*
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-11-22
1
-574
/
+1105
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-3
/
+3
*
Remove commented line from earlier debugging.
Nick Lewycky
2006-11-05
1
-2
/
+0
*
For PR950:
Reid Spencer
2006-11-02
1
-1
/
+3
*
For PR950:
Reid Spencer
2006-10-26
1
-1
/
+3
*
Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never
Nick Lewycky
2006-10-26
1
-27
/
+46
*
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
[next]