index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
PredicateSimplifier.cpp
Age
Commit message (
Expand
)
Author
2007-02-04
Fix indenting, remove tabs.
Nick Lewycky
2007-02-04
For PR1163:
Reid Spencer
2007-01-29
Simplify names of lattice values. SGTUNE becomes SGT, for example.
Nick Lewycky
2007-01-17
For PR1094:
Reid Spencer
2007-01-15
Don't print address of ETNode. Print the DFSNumIn which uniquely identifies
Nick Lewycky
2007-01-13
"Default context" blocks can occur after a non-default one. This meant
Nick Lewycky
2007-01-12
If we know that it's a constant being casted, propagate through the cast
Nick Lewycky
2007-01-12
Clean up logic after ConstantBool removal.
Nick Lewycky
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-11
Quiet compiler warning. The only reason the function is marked virtual
Nick Lewycky
2007-01-11
New predicate simplifier!
Nick Lewycky
2006-12-23
For PR950:
Reid Spencer
2006-12-19
Convert more Statistic's over to STATISTIC
Chris Lattner
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-12-06
add missing #include
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-02
Unbreak VC++ build.
Jeff Cohen
2006-11-22
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-11-05
Remove commented line from earlier debugging.
Nick Lewycky
2006-11-02
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-26
Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never
Nick Lewycky
2006-10-25
Resurrect r1.25.
Nick Lewycky
2006-10-25
hide symbols properly
Chris Lattner
2006-10-24
Revert back to r1.21, which was the last revision of predsimplify that
Chris Lattner
2006-10-23
Remove the Backwards operation. Resolving now works at the time when a
Nick Lewycky
2006-10-22
Fix similar missing optimization opportunity in XOR.
Nick Lewycky
2006-10-22
Whoops! Add missing NULL check.
Nick Lewycky
2006-10-22
Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
Nick Lewycky
2006-10-22
AllocaInst can't return a null pointer. Fixes missed optimization
Nick Lewycky
2006-10-12
Replace custom dispatch code with two uses of InstVisitor. Improves
Nick Lewycky
2006-10-03
Simplify logic further.
Nick Lewycky
2006-10-03
Simplify, now that predsimplify depends on break-crit-edges.
Nick Lewycky
2006-10-03
Move break-crit-edges before the predicate simplifier. Allows us to
Nick Lewycky
2006-09-28
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-23
Style changes only. Remove dead code, fix a comment.
Nick Lewycky
2006-09-21
Don't rewrite ConstantExpr::get.
Nick Lewycky
2006-09-20
Once we're down to "setcc type constant1, constant2", at least come up
Nick Lewycky
2006-09-20
Use a total ordering to compare instructions.
Nick Lewycky
2006-09-18
Walk down the dominator tree instead of the control flow graph. That means
Nick Lewycky
2006-09-13
Add some more consistency checks.
Nick Lewycky
2006-09-13
Fix unionSets so that it can merge correctly.
Nick Lewycky
2006-09-13
Erase dead instructions.
Nick Lewycky
2006-09-11
Skip the linear search if the answer is already known.
Nick Lewycky
2006-09-10
Replace EquivalenceClasses with a custom-built data structure. Many common
Nick Lewycky
2006-09-02
Improve handling of SelectInst.
Nick Lewycky
2006-09-01
Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also
Nick Lewycky
2006-08-31
Properties where both Values weren't in the union (as being equal to
Nick Lewycky
[next]