index
:
external_llvm
replicant-6.0
external/llvm
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
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
ADd support for the new varargs instructions
Chris Lattner
2003-10-18
1
-1
/
+2
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Update comment
Chris Lattner
2003-10-08
1
-2
/
+2
*
Use a set to keep track of which edges have been noticed as executable already
Chris Lattner
2003-10-08
1
-15
/
+27
*
Minor fixes here and there
Chris Lattner
2003-10-08
1
-22
/
+21
*
Avoid building data structures we don't really need. This improves the runtime
Chris Lattner
2003-10-08
1
-10
/
+39
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
1
-0
/
+1
*
Fix bug: SCCP/2003-08-26-InvokeHandling.ll
Chris Lattner
2003-08-27
1
-1
/
+4
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-1
/
+2
*
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
[next]