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
*
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
*
Adjust to new critical edge interface
Chris Lattner
2003-11-10
1
-6
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
1
-1
/
+1
*
Fix spelling.
Misha Brukman
2003-10-10
1
-2
/
+2
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-1
/
+1
*
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-11
1
-2
/
+2
*
Fix spell-o's
Chris Lattner
2003-09-10
1
-3
/
+3
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-20
1
-2
/
+2
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-4
/
+4
*
Fix spelling error
Chris Lattner
2002-11-08
1
-1
/
+1
*
Fix spelling of `propagate'.
Misha Brukman
2002-10-29
1
-45
/
+45
*
- Checkin LARGE number of Changes to CEE pass that will make it much more
Chris Lattner
2002-10-08
1
-53
/
+394
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-4
/
+4
*
Correlated Exprs pass now requires BCE pass instead of doing it manually
Chris Lattner
2002-09-24
1
-20
/
+1
*
* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
Chris Lattner
2002-09-23
1
-5
/
+20
*
Minor simplification
Chris Lattner
2002-09-08
1
-6
/
+5
*
Initial checkin of Correlated Expression Elimination Pass
Chris Lattner
2002-09-06
1
-0
/
+974