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
*
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