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
*
Constify this value.
Owen Anderson
2009-06-26
1
-3
/
+2
*
Use cast<> instead of dyn_cast<> for things that are known to be
Jay Foad
2009-06-06
1
-15
/
+12
*
Silence unused variable warnings.
Devang Patel
2008-11-21
1
-0
/
+2
*
fix leakage of ValueNumbering
Nuno Lopes
2008-11-09
1
-0
/
+1
*
Add value range analyzing of Add and Sub.
Nick Lewycky
2008-10-24
1
-9
/
+73
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-1
/
+1
*
InequalityGraph::node() can create new nodes, invalidating iterators across
Nick Lewycky
2008-05-27
1
-0
/
+1
*
Grammaro.
Nick Lewycky
2008-05-26
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+4
*
Remove unnecessary <sstream> includes.
Dan Gohman
2008-04-14
1
-1
/
+0
*
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-30
1
-0
/
+2
*
De-tabify.
Bill Wendling
2008-02-26
1
-2
/
+2
*
Add explicit keywords.
Dan Gohman
2008-02-20
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-5
/
+2
*
Fix optimization. %x = sub %x, %y does not imply that %y is zero.
Nick Lewycky
2007-09-20
1
-1
/
+1
*
Oops, remove assert that wasn't meant to be committed.
Nick Lewycky
2007-08-18
1
-2
/
+0
*
Never insert duplicate edges.
Nick Lewycky
2007-08-18
1
-13
/
+17
*
Clean up comments, fix up some confusing code logic.
Nick Lewycky
2007-08-04
1
-30
/
+47
*
Start adding and cleaning up comments.
Nick Lewycky
2007-07-16
1
-4
/
+12
*
Use maximal intersection algorithm exclusively. Fixes miscompile bug.
Nick Lewycky
2007-07-14
1
-11
/
+11
*
Update the ValueRanges interface to use value numbers instead of Value*s.
Nick Lewycky
2007-07-10
1
-255
/
+297
*
Break "variable canonicalization" out of InequalityGraph and into its own class
Nick Lewycky
2007-07-05
1
-269
/
+287
*
Fix value ranges.
Nick Lewycky
2007-06-24
1
-1
/
+1
*
Remove tabs.
Nick Lewycky
2007-06-24
1
-2
/
+2
*
Remove use of ETForest. Also cleaned up issues around unreachable basic
Nick Lewycky
2007-06-24
1
-156
/
+326
*
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
[next]