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
*
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