index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
InductionVars.cpp
Age
Commit message (
Expand
)
Author
2002-04-29
Remove unused files: This is the old induction varaible cannonicalization
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-01-31
Convert xforms over to new pass structure.
Chris Lattner
2002-01-26
Remove opt namespace
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-10-18
Convert to new simpler pass itf
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-10-01
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-09-07
Constants are now global unique objects
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-08
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-06-30
Optimizations got their own header files
Chris Lattner
2001-06-27
Misc cleanup
Chris Lattner
2001-06-25
Implement induction variable injection!
Chris Lattner
2001-06-25
A silly stupid test of the loop depth calculator was added. REMOVE in the
Chris Lattner
2001-06-24
#include a different header due to Intervals.h splitting up
Chris Lattner
2001-06-22
Implement a lot more functionality. Now loop invariant and linear
Chris Lattner
2001-06-21
Moved printing code to the Assembly/Writer library.
Chris Lattner
2001-06-20
Add capability to print a derived interval graph
Chris Lattner
2001-06-20
Add a test case for interval code
Chris Lattner