index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SCCP.cpp
Age
Commit message (
Expand
)
Author
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Misc cleanups
Chris Lattner
2001-10-31
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-18
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-13
Support the invoke instruction
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-07
* Eliminate reference to ConstantPool class
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-15
Support external methods
Chris Lattner
2001-07-14
Add knowledge about the struct form of the GetElementPtr instruction
Chris Lattner
2001-07-08
Implement checking for new instructions
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-30
Rename DoSparseConditionalConstantProp -> DoSCCP
Chris Lattner
2001-06-30
Optimizations got their own header files
Chris Lattner
2001-06-29
Added documentation. Constant fold terminators.
Chris Lattner
2001-06-27
Add a new Sparse Conditional Constant Propogation pass
Chris Lattner