index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SCCP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll
Chris Lattner
2003-06-24
1
-4
/
+5
*
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-20
1
-5
/
+5
*
Handle va_arg instruction correctly
Chris Lattner
2003-05-08
1
-0
/
+1
*
Fix major problem with PHI node traversal: rechecking PHIs should go into
Chris Lattner
2003-04-25
1
-1
/
+1
*
Minor non-functional changes:
Chris Lattner
2003-04-25
1
-61
/
+47
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
Make sure to _delete_ memory allocated by worklists
Chris Lattner
2002-11-04
1
-0
/
+2
*
Fix spelling of `propagate'.
Misha Brukman
2002-10-29
1
-1
/
+1
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-3
/
+3
*
- Implement SCCP of getelementptr instructions
Chris Lattner
2002-08-30
1
-5
/
+31
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-1
/
+2
*
Remove extra #includes
Chris Lattner
2002-08-14
1
-2
/
+0
*
Remove support for unary operators
Chris Lattner
2002-08-14
1
-6
/
+4
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-5
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-67
/
+65
*
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
1
-19
/
+11
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
Chris Lattner
2002-05-22
1
-12
/
+12
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
Chris Lattner
2002-05-20
1
-1
/
+11
*
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
[next]