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
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+4
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h
Chris Lattner
2002-05-07
1
-0
/
+1
*
* Convert InstWorkList to vector instead of set, because on big programs it
Chris Lattner
2002-05-07
1
-5
/
+5
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
1
-3
/
+9
*
Ok, really it only takes me 3 times to get this right!
Chris Lattner
2002-05-02
1
-1
/
+1
*
Oops, disable debugging code all the way. :)
Chris Lattner
2002-05-02
1
-1
/
+1
*
* Finish the implementation of isEdgeFeasible this fixes bug:
Chris Lattner
2002-05-02
1
-57
/
+77
*
* Enable SCCP debugging to be turned on with a simple change of #define
Chris Lattner
2002-05-02
1
-32
/
+52
*
* Simplify the code by not bothering to name the folded constant
Chris Lattner
2002-05-02
1
-10
/
+7
*
Significantly clean up SCCP pass. Now the two classes are merged and in
Chris Lattner
2002-04-29
1
-44
/
+37
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-3
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+4
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+4
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-11
/
+9
*
Changes because the Terminator::getSuccessor function now FAILS if successor
Chris Lattner
2002-04-27
1
-2
/
+2
*
Convert SCCP over to use InstVisitor instead of hand crafted switch
Chris Lattner
2002-04-18
1
-181
/
+136
*
GEP instructions can never be constant propogated.
Chris Lattner
2002-04-18
1
-7
/
+12
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-2
/
+2
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+0
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-13
/
+13
*
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
Chris Lattner
2002-03-11
1
-1
/
+1
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-6
/
+14
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-32
/
+29
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
1
-1
/
+0
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-10
/
+9
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-6
/
+8
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-23
/
+23
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-1
/
+2
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Misc cleanups
Chris Lattner
2001-11-26
1
-53
/
+53
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
1
-3
/
+4
*
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-18
1
-1
/
+1
*
Support the invoke instruction
Chris Lattner
2001-10-13
1
-1
/
+2
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-10
/
+9
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
* Eliminate reference to ConstantPool class
Chris Lattner
2001-09-07
1
-14
/
+7
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
1
-1
/
+1
*
Support external methods
Chris Lattner
2001-07-15
1
-0
/
+1
*
Add knowledge about the struct form of the GetElementPtr instruction
Chris Lattner
2001-07-14
1
-1
/
+7
*
Implement checking for new instructions
Chris Lattner
2001-07-08
1
-3
/
+4
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-4
/
+4
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-4
/
+4
*
Rename DoSparseConditionalConstantProp -> DoSCCP
Chris Lattner
2001-06-30
1
-1
/
+1
*
Optimizations got their own header files
Chris Lattner
2001-06-30
1
-11
/
+11
*
Added documentation. Constant fold terminators.
Chris Lattner
2001-06-29
1
-5
/
+16
*
Add a new Sparse Conditional Constant Propogation pass
Chris Lattner
2001-06-27
1
-0
/
+502