index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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