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
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+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
/
+1
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
1
-4
/
+4
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-7
/
+5
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-1
/
+1
*
s/Method/Function
Chris Lattner
2002-04-08
1
-3
/
+3
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-7
/
+18
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-3
/
+4
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
1
-2
/
+0
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
1
-5
/
+11
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-5
/
+5
*
Actually return true when a change has been made
Chris Lattner
2001-12-05
1
-0
/
+2
*
Fix bugs, don't do external methods which causes segv.
Chris Lattner
2001-12-04
1
-1
/
+4
*
Implement induction variable simplification
Chris Lattner
2001-12-04
1
-1
/
+125
*
Initial checkin of indvar stuff
Chris Lattner
2001-12-03
1
-0
/
+69
[prev]