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
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
1
-1
/
+1
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
Chris Lattner
2003-09-23
1
-2
/
+8
*
Make sure to cannonicalize loops before running indvar simplify
Chris Lattner
2003-09-12
1
-0
/
+1
*
Spelling fixes. I think that "cannonical" is ok, but "canonical" appears to
Chris Lattner
2003-09-10
1
-21
/
+21
*
Fix up file header
Chris Lattner
2003-09-10
1
-2
/
+4
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-1
/
+2
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-3
/
+3
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-21
/
+9
*
* Clean up code a little bit
Chris Lattner
2002-09-10
1
-19
/
+27
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-2
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-5
/
+2
*
*** empty log message ***
Chris Lattner
2002-06-30
1
-1
/
+0
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-2
/
+3
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-17
/
+12
*
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
1
-10
/
+5
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-10
/
+14
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+4
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+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
-4
/
+4
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-7
/
+5
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-1
/
+1
*
s/Method/Function
Chris Lattner
2002-04-08
1
-3
/
+3
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-7
/
+18
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-3
/
+4
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
1
-2
/
+0
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
1
-5
/
+11
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-5
/
+5
*
Actually return true when a change has been made
Chris Lattner
2001-12-05
1
-0
/
+2
*
Fix bugs, don't do external methods which causes segv.
Chris Lattner
2001-12-04
1
-1
/
+4
*
Implement induction variable simplification
Chris Lattner
2001-12-04
1
-1
/
+125
*
Initial checkin of indvar stuff
Chris Lattner
2001-12-03
1
-0
/
+69