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
/
DecomposeMultiDimRefs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is V9 specific, move it there.
Chris Lattner
2004-11-07
1
-136
/
+0
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-2
/
+1
*
It doesn't matter what the 2nd operand is; if the GEP has 2 operands and
Brian Gaeke
2004-07-06
1
-2
/
+1
*
Add helper function.
Brian Gaeke
2004-07-06
1
-2
/
+14
*
Get rid of a dead variable, and fix a typo in a comment.
Brian Gaeke
2004-07-02
1
-4
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-15
/
+6
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-7
/
+9
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-1
/
+1
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-2
/
+2
*
Extract most of the transformation into an externally accessible
Vikram S. Adve
2002-09-16
1
-27
/
+31
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-2
/
+2
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-42
/
+21
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-18
/
+11
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-19
/
+1
*
Remove an optimization that isn't.
Chris Lattner
2002-08-21
1
-5
/
+7
*
Eliminate cast instructions: use only GEPs in decomposed sequence.
Vikram S. Adve
2002-08-03
1
-81
/
+70
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+3
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-3
/
+10
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-20
/
+21
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+5
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Range insertion now returns an iterator
Chris Lattner
2002-04-29
1
-5
/
+2
*
changes because iMemory.h no longer #includes DerivedTypes.h
Chris Lattner
2002-04-29
1
-0
/
+1
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-4
/
+6
*
More cleanups
Chris Lattner
2002-04-29
1
-59
/
+54
*
Code cleanups
Chris Lattner
2002-04-29
1
-127
/
+111
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+4
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-5
/
+9
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-5
/
+5
*
Major overhaul to support arbitrary mixed array and structure indices.
Vikram S. Adve
2002-03-24
1
-63
/
+94
*
New pass to decompose multi-dimensional array references into
Vikram S. Adve
2002-03-23
1
-0
/
+148