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-06-04
Patches by Chuck Rose to unbreak V Studio builds.
Bill Wendling
2007-06-04
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-03
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-26
Using APInt more efficiently.
Zhou Sheng
2007-04-25
Undo my previous changes. Since my approach to this problem is being revised,
Owen Anderson
2007-04-21
Make PredicateSimplifier not use DominatorTree.
Owen Anderson
2007-04-19
Make the operations of APInt variables more efficient.
Zhou Sheng
2007-04-14
fix long lines
Chris Lattner
2007-04-07
Add support for cast instructions.
Nick Lewycky
2007-04-07
Support NE inequality in ValueRanges.
Nick Lewycky
2007-04-07
Cleanup. Refactor out the applying of value ranges to its own method.
Nick Lewycky
2007-04-07
Use TargetData to find the size of a type.
Nick Lewycky
2007-04-07
Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare'
Nick Lewycky
2007-03-22
Fix broken optimization disabled by a logic bug.
Nick Lewycky
2007-03-18
Clean up this code and fix subtract miscompile.
Nick Lewycky
2007-03-18
Propagate ValueRanges across equality.
Nick Lewycky
2007-03-17
Silence warning
Anton Korobeynikov
2007-03-16
Add more comments and update to new asm syntax.
Nick Lewycky
2007-03-10
Add value ranges. Currently inefficient in both execution time and
Nick Lewycky
2007-03-05
Unbreak VC++ build.
Jeff Cohen
2007-03-03
Translate bit operations to English.
Nick Lewycky
2007-03-03
APIntify this pass.
Reid Spencer
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
[prev]
[next]