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
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-23
1
-8
/
+8
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-34
/
+34
*
Wrap some long lines.
Chris Lattner
2005-04-19
1
-3
/
+9
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-5
/
+5
*
Silence warnings
Chris Lattner
2005-01-08
1
-2
/
+2
*
If one side of and/or is known to be 0/-1, it doesn't matter
Chris Lattner
2004-12-11
1
-0
/
+37
*
Two bug fixes:
Chris Lattner
2004-12-11
1
-17
/
+27
*
Do not delete the entry block to a function.
Chris Lattner
2004-12-11
1
-1
/
+5
*
Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to
Chris Lattner
2004-12-11
1
-12
/
+85
*
Fix a bug where we could delete dead invoke instructions with uses.
Chris Lattner
2004-12-11
1
-0
/
+26
*
Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks.
Chris Lattner
2004-12-10
1
-2
/
+29
*
Fix SCCP/2004-12-10-UndefBranchBug.ll
Chris Lattner
2004-12-10
1
-3
/
+51
*
This is the initial implementation of IPSCCP, as requested by Brian.
Chris Lattner
2004-12-10
1
-63
/
+273
*
Do not delete dead invoke instructions!
Chris Lattner
2004-11-16
1
-2
/
+1
*
Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore.
Chris Lattner
2004-11-15
1
-21
/
+14
*
Count more accurately
Chris Lattner
2004-11-15
1
-0
/
+4
*
Two minor improvements:
Chris Lattner
2004-11-15
1
-13
/
+37
*
rename InstValue to LatticeValue, as it holds for more than instructions.
Chris Lattner
2004-11-15
1
-35
/
+37
*
Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver
Chris Lattner
2004-11-15
1
-167
/
+208
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+1
*
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
[next]