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
/
CorrelatedExprs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
Bill Wendling
2008-01-27
1
-1486
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords.
Dan Gohman
2007-11-19
1
-4
/
+4
*
Remove a bogus return statement, what appears to have been a pasto
Dan Gohman
2007-07-26
1
-1
/
+0
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-23
/
+25
*
s/ETNode::getChildren/ETNode::getETNodeChildren/g
Devang Patel
2007-06-04
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
wrap long lines
Chris Lattner
2007-05-05
1
-5
/
+5
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+5
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-11
/
+11
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-6
/
+5
*
For PR1205:
Reid Spencer
2007-02-28
1
-9
/
+15
*
For PR1205:
Reid Spencer
2007-02-28
1
-1
/
+4
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+5
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-5
/
+6
*
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
1
-1
/
+1
*
For PR1043:
Reid Spencer
2007-01-19
1
-0
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-1
/
+1
*
Fix indentation to prior level for easier diffs.
Reid Spencer
2007-01-13
1
-70
/
+69
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-12
/
+14
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-1
/
+1
*
For PR1043:
Zhou Sheng
2007-01-11
1
-77
/
+79
*
Fixed indentation.
Zhou Sheng
2007-01-11
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-23
1
-113
/
+263
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-4
/
+5
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-19
/
+16
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
remove dead code
Chris Lattner
2006-11-03
1
-13
/
+0
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
SplitCriticalEdge checks to see if an edge is critical, don't check twice
Chris Lattner
2006-10-28
1
-2
/
+1
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-4
/
+3
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Teach cee to propagate through switch statements. This implements
Chris Lattner
2006-03-19
1
-1
/
+21
*
Improve compatibility with VC2005, patch by Morten Ofstad!
Jeff Cohen
2006-01-26
1
-2
/
+4
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Switch this to using ETForest instead of DominatorSet to compute itself.
Chris Lattner
2006-01-11
1
-16
/
+16
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-22
/
+22
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
API change.
Chris Lattner
2005-02-01
1
-1
/
+1
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
1
-1
/
+3
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
bug 122:
Reid Spencer
2004-07-18
1
-2
/
+3
*
Fixes working towards PR341
Chris Lattner
2004-07-15
1
-4
/
+4
*
Remove use of the ConstantHandling interfaces
Chris Lattner
2004-01-12
1
-15
/
+6
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-5
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
[next]