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
2004-01-12
* Implement minor performance optimization for the getelementptr case
Chris Lattner
2004-01-12
Implement SCCP/phitest.ll
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
ADd support for the new varargs instructions
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-10-08
Update comment
Chris Lattner
2003-10-08
Use a set to keep track of which edges have been noticed as executable already
Chris Lattner
2003-10-08
Minor fixes here and there
Chris Lattner
2003-10-08
Avoid building data structures we don't really need. This improves the runtime
Chris Lattner
2003-09-08
Add support for the unwind instruction
Chris Lattner
2003-08-27
Fix bug: SCCP/2003-08-26-InvokeHandling.ll
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-06-24
Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-08
Handle va_arg instruction correctly
Chris Lattner
2003-04-25
Fix major problem with PHI node traversal: rechecking PHIs should go into
Chris Lattner
2003-04-25
Minor non-functional changes:
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2002-11-04
Make sure to _delete_ memory allocated by worklists
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-08-30
- Implement SCCP of getelementptr instructions
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-14
Remove extra #includes
Chris Lattner
2002-08-14
Remove support for unary operators
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-22
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
Chris Lattner
2002-05-20
Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
Chris Lattner
2002-05-10
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-07
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h
Chris Lattner
2002-05-07
* Convert InstWorkList to vector instead of set, because on big programs it
Chris Lattner
2002-05-06
Implement constant propogation of shift instructions
Chris Lattner
2002-05-02
Ok, really it only takes me 3 times to get this right!
Chris Lattner
2002-05-02
Oops, disable debugging code all the way. :)
Chris Lattner
2002-05-02
* Finish the implementation of isEdgeFeasible this fixes bug:
Chris Lattner
2002-05-02
* Enable SCCP debugging to be turned on with a simple change of #define
Chris Lattner
2002-05-02
* Simplify the code by not bothering to name the folded constant
Chris Lattner
2002-04-29
Significantly clean up SCCP pass. Now the two classes are merged and in
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
[prev]
[next]