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
/
InductionVars.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused files: This is the old induction varaible cannonicalization
Chris Lattner
2002-04-29
1
-408
/
+0
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-4
/
+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
-12
/
+12
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-9
/
+6
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
s/Method/Function
Chris Lattner
2002-04-08
1
-4
/
+3
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-6
/
+6
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-4
/
+6
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
1
-13
/
+21
*
Remove opt namespace
Chris Lattner
2002-01-26
1
-3
/
+1
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-8
/
+10
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-10
/
+10
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Convert to new simpler pass itf
Chris Lattner
2001-10-18
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-10
/
+9
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-6
/
+6
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-10-01
1
-5
/
+4
*
Constants are now global unique objects
Chris Lattner
2001-09-07
1
-6
/
+2
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
1
-1
/
+1
*
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-08
1
-10
/
+0
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-4
/
+4
*
Optimizations got their own header files
Chris Lattner
2001-06-30
1
-4
/
+6
*
Misc cleanup
Chris Lattner
2001-06-27
1
-32
/
+24
*
Implement induction variable injection!
Chris Lattner
2001-06-25
1
-12
/
+76
*
A silly stupid test of the loop depth calculator was added. REMOVE in the
Chris Lattner
2001-06-25
1
-0
/
+11
*
#include a different header due to Intervals.h splitting up
Chris Lattner
2001-06-24
1
-9
/
+47
*
Implement a lot more functionality. Now loop invariant and linear
Chris Lattner
2001-06-22
1
-5
/
+253
*
Moved printing code to the Assembly/Writer library.
Chris Lattner
2001-06-21
1
-27
/
+39
*
Add capability to print a derived interval graph
Chris Lattner
2001-06-20
1
-0
/
+9
*
Add a test case for interval code
Chris Lattner
2001-06-20
1
-0
/
+44