summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
Commit message (Expand)AuthorAge
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-07
* Range insertion now returns an iteratorChris Lattner2002-04-29
* changes because iMemory.h no longer #includes DerivedTypes.hChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* More cleanupsChris Lattner2002-04-29
* Code cleanupsChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* s/Method/FunctionChris Lattner2002-04-08
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Major overhaul to support arbitrary mixed array and structure indices.Vikram S. Adve2002-03-24
* New pass to decompose multi-dimensional array references intoVikram S. Adve2002-03-23