index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
PredicateSimplifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix long lines
Chris Lattner
2007-04-14
1
-2
/
+3
*
Add support for cast instructions.
Nick Lewycky
2007-04-07
1
-17
/
+75
*
Support NE inequality in ValueRanges.
Nick Lewycky
2007-04-07
1
-3
/
+58
*
Cleanup. Refactor out the applying of value ranges to its own method.
Nick Lewycky
2007-04-07
1
-30
/
+35
*
Use TargetData to find the size of a type.
Nick Lewycky
2007-04-07
1
-13
/
+34
*
Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare'
Nick Lewycky
2007-04-07
1
-16
/
+23
*
Fix broken optimization disabled by a logic bug.
Nick Lewycky
2007-03-22
1
-10
/
+51
*
Clean up this code and fix subtract miscompile.
Nick Lewycky
2007-03-18
1
-18
/
+22
*
Propagate ValueRanges across equality.
Nick Lewycky
2007-03-18
1
-67
/
+159
*
Silence warning
Anton Korobeynikov
2007-03-17
1
-2
/
+2
*
Add more comments and update to new asm syntax.
Nick Lewycky
2007-03-16
1
-28
/
+130
*
Add value ranges. Currently inefficient in both execution time and
Nick Lewycky
2007-03-10
1
-219
/
+397
*
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
[next]