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
/
ConstantProp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-2
/
+2
*
Trivial cleanups
Chris Lattner
2002-05-13
1
-2
/
+2
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-1
/
+5
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Factor code out to the TransformUtils library
Chris Lattner
2002-05-07
1
-80
/
+2
*
* Eliminate dead code that should have been removed in last revision
Chris Lattner
2002-05-06
1
-146
/
+50
*
* Use simplified interface to constant propogation stuff.
Chris Lattner
2002-05-06
1
-35
/
+8
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
1
-4
/
+33
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+6
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+0
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-2
/
+2
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+1
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-6
/
+6
*
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
Chris Lattner
2002-03-11
1
-2
/
+4
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-11
/
+17
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-14
/
+11
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-1
/
+1
*
Assertion could never fail because another one would in it's place. :)
Chris Lattner
2001-12-13
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-12
/
+12
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-0
/
+1
*
Expose constant propogation of an instruction in a clean way
Chris Lattner
2001-11-26
1
-37
/
+24
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
1
-0
/
+27
*
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-18
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-12
/
+11
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-5
/
+5
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
* Supoprt global constants
Chris Lattner
2001-09-07
1
-55
/
+13
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-3
/
+3
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-9
/
+8
*
Optimizations got their own header files
Chris Lattner
2001-06-30
1
-9
/
+9
*
Export ConstantFoldTerminator, allow it to fold conditional branches to
Chris Lattner
2001-06-29
1
-8
/
+30
*
We need to make sure to remove PHI nodes in the successor that cannot be
Chris Lattner
2001-06-29
1
-0
/
+8
*
* Expose DoConstantPoolMerging
Chris Lattner
2001-06-27
1
-40
/
+24
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+239