index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
InductionVariable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneccesary &*
Chris Lattner
2003-04-23
1
-1
/
+1
*
Fix warning
Chris Lattner
2002-11-09
1
-1
/
+1
*
Added capability to get execution count of a loop if it is a predictable
Misha Brukman
2002-10-11
1
-11
/
+137
*
Clean up indvar printing
Chris Lattner
2002-09-10
1
-3
/
+3
*
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-30
1
-7
/
+4
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-0
/
+22
*
GCC 3.1 changes
Chris Lattner
2002-07-24
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-4
/
+4
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-3
/
+3
*
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
*
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-28
1
-2
/
+2
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-2
/
+2
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
change refs to Method to Function
Chris Lattner
2002-03-26
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-2
/
+2
*
Fix a bug that clobbered the step value on some inputs
Chris Lattner
2001-12-05
1
-4
/
+7
*
Fix a pessimization due to sucky LI testing
Chris Lattner
2001-12-04
1
-0
/
+15
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-8
/
+8
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-1
/
+2
*
Induction variables must be phi nodes
Chris Lattner
2001-12-03
1
-5
/
+4
*
* Implement dominator based loop identification
Chris Lattner
2001-11-26
1
-0
/
+138