index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
SCCP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle undef values as undefined on the constant lattice
Chris Lattner
2004-10-16
1
-3
/
+6
*
Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect
Chris Lattner
2004-10-09
1
-5
/
+3
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
1
-1
/
+1
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-4
/
+4
*
Delete a redundant if branch.
Reid Spencer
2004-07-18
1
-4
/
+1
*
bug 122:
Reid Spencer
2004-07-18
1
-16
/
+11
*
This patch was contributed by Daniel Berlin!
Chris Lattner
2004-07-15
1
-14
/
+48
*
Fixes working towards PR341
Chris Lattner
2004-07-15
1
-3
/
+3
*
Add SCCP support for constant folding calls, implementing:
Chris Lattner
2004-04-13
1
-1
/
+33
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-1
/
+1
*
Do not try to optimize PHI nodes with incredibly high degree. This reduces SCCP
Chris Lattner
2004-03-16
1
-0
/
+7
*
Add sccp support for select instructions
Chris Lattner
2004-03-12
1
-0
/
+23
*
Since 'load null' is undefined, we can make it do whatever we want. Returning
Chris Lattner
2004-03-07
1
-0
/
+6
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-3
/
+5
*
Don't use ConstantExpr::getShift anymore
Chris Lattner
2004-01-12
1
-23
/
+6
*
Use constantexprs for casts. Eliminate use of the ConstantHandling interfaces
Chris Lattner
2004-01-12
1
-11
/
+5
*
Fix fairly severe bug in my last checking where we treated all unfoldable
Chris Lattner
2004-01-12
1
-3
/
+12
*
* Implement minor performance optimization for the getelementptr case
Chris Lattner
2004-01-12
1
-3
/
+69
*
Implement SCCP/phitest.ll
Chris Lattner
2004-01-12
1
-14
/
+115
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-4
/
+2
*
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
[next]