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
/
Analysis
/
InductionVariable.cpp
Age
Commit message (
Expand
)
Author
2004-04-02
Remove obsolete files
Chris Lattner
2004-03-10
Fix PR284: [indvars] Induction variable analysis violates LLVM invariants
Chris Lattner
2003-12-23
rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-22
finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-10
another trivial cleanup
Chris Lattner
2003-09-10
Simplification of trip counting machinery.
Chris Lattner
2003-09-10
Spelling fixes
Chris Lattner
2003-09-10
clean up file header comment
Chris Lattner
2003-09-10
Simplify some code
Chris Lattner
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-23
Fit code into 80 columns
Chris Lattner
2003-04-23
Remove unneccesary &*
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
2002-10-11
Added capability to get execution count of a loop if it is a predictable
Misha Brukman
2002-09-10
Clean up indvar printing
Chris Lattner
2002-08-30
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-24
GCC 3.1 changes
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
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-28
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-27
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-03-26
change refs to Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-05
Fix a bug that clobbered the step value on some inputs
Chris Lattner
2001-12-04
Fix a pessimization due to sucky LI testing
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-12-03
Induction variables must be phi nodes
Chris Lattner
2001-11-26
* Implement dominator based loop identification
Chris Lattner