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
/
SCCP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-20
1
-2
/
+2
*
Fix PR1938 by forcing the code that uses an undefined value to branch one
Chris Lattner
2008-01-28
1
-4
/
+19
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Disable null pointer folding transforms for non-generic address spaces. This ...
Christopher Lamb
2007-12-29
1
-1
/
+3
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-1
/
+1
*
Place SCCPSolver also in the anonymous namespace. This
Duncan Sands
2007-07-20
1
-3
/
+3
*
Fix PR1431
Devang Patel
2007-05-17
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-4
/
+4
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-4
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+7
*
fix long lines
Chris Lattner
2007-04-14
1
-4
/
+4
*
minor cleanups
Chris Lattner
2007-03-04
1
-7
/
+8
*
For PR1195:
Reid Spencer
2007-02-15
1
-4
/
+4
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-3
/
+4
*
Switch this back to using an std::map. DenseMap entries are getting invalidated
Chris Lattner
2007-02-02
1
-5
/
+5
*
Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%.
Chris Lattner
2007-02-02
1
-10
/
+10
*
Convert an std::set to SmallSet, this speeds up IPSCCP 17% on kimwitu.
Chris Lattner
2007-02-02
1
-5
/
+5
*
eliminate a malloc/free for (almost) every GEP processed. This speeds up
Chris Lattner
2007-02-02
1
-2
/
+3
*
switch hash_map's over to DenseMap in SCCP. This speeds up SCCP by 30% in
Chris Lattner
2007-02-02
1
-19
/
+21
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-1
/
+0
*
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
1
-1
/
+2
*
use smallvector instead of vector to make constant folding a bit more efficient
Chris Lattner
2007-01-30
1
-2
/
+3
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-4
/
+4
*
Fix a minor bug handling constant exprs, introduced by a recent patch.
Chris Lattner
2007-01-13
1
-1
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
1
-1
/
+1
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-5
/
+3
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-10
/
+12
*
Enable a couple xforms for packed vectors (undef | v) -> -1 for packed.
Chris Lattner
2007-01-04
1
-8
/
+9
*
Vectors are not supported by ConstantInt::getAllOnesValue.
Jim Laskey
2007-01-03
1
-5
/
+10
*
Fix a typo.
Reid Spencer
2006-12-31
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-23
1
-0
/
+88
*
handle undef values much more carefully: generalize the resolveundefbranches
Chris Lattner
2006-12-20
1
-32
/
+172
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-10
/
+10
*
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
1
-1
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-3
/
+3
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-6
/
+6
*
SCCP does not handle Packed Type properly. Disable Packed Type handling
Devang Patel
2006-12-04
1
-1
/
+17
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
1
-23
/
+22
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+2
*
Handle fallout from the recent branch-on-undef changes. This fixes
Chris Lattner
2006-10-23
1
-1
/
+24
*
3 Changes:
Chris Lattner
2006-10-22
1
-24
/
+35
*
Fix an ugly problem in SCCP. This fixes Benchmarks/Misc-C++/mandel-text.cpp
Chris Lattner
2006-10-20
1
-2
/
+3
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-9
/
+6
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-2
/
+2
*
Add supprot for shufflevector
Chris Lattner
2006-04-08
1
-0
/
+25
*
Implement some more interesting select sccp cases. This implements:
Chris Lattner
2006-02-08
1
-15
/
+35
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Lowerpacked and SCCP support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-0
/
+21
[next]