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
...
*
Patches by Chuck Rose to unbreak V Studio builds.
Bill Wendling
2007-06-04
1
-0
/
+15
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-11
/
+11
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-11
/
+11
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Using APInt more efficiently.
Zhou Sheng
2007-04-26
1
-5
/
+4
*
Undo my previous changes. Since my approach to this problem is being revised,
Owen Anderson
2007-04-25
1
-32
/
+31
*
Make PredicateSimplifier not use DominatorTree.
Owen Anderson
2007-04-21
1
-31
/
+32
*
Make the operations of APInt variables more efficient.
Zhou Sheng
2007-04-19
1
-27
/
+21
*
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
[prev]
[next]