summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
Commit message (Expand)AuthorAgeFilesLines
* This is V9 specific, move it there.Chris Lattner2004-11-071-136/+0
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-2/+1
* It doesn't matter what the 2nd operand is; if the GEP has 2 operands andBrian Gaeke2004-07-061-2/+1
* Add helper function.Brian Gaeke2004-07-061-2/+14
* Get rid of a dead variable, and fix a typo in a comment.Brian Gaeke2004-07-021-4/+1
* Finegrainify namespacificationChris Lattner2004-01-091-15/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-7/+9
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-1/+1
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* Extract most of the transformation into an externally accessibleVikram S. Adve2002-09-161-27/+31
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-2/+2
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-42/+21
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-18/+11
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-19/+1
* Remove an optimization that isn't.Chris Lattner2002-08-211-5/+7
* Eliminate cast instructions: use only GEPs in decomposed sequence.Vikram S. Adve2002-08-031-81/+70
* * Add support for different "PassType's"Chris Lattner2002-07-261-2/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+3
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-3/+10
* MEGAPATCH checkin.Chris Lattner2002-06-251-20/+21
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+5
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-071-1/+1
* Range insertion now returns an iteratorChris Lattner2002-04-291-5/+2
* changes because iMemory.h no longer #includes DerivedTypes.hChris Lattner2002-04-291-0/+1
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-4/+6
* More cleanupsChris Lattner2002-04-291-59/+54
* Code cleanupsChris Lattner2002-04-291-127/+111
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+4
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-5/+9
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-5/+5
* Major overhaul to support arbitrary mixed array and structure indices.Vikram S. Adve2002-03-241-63/+94
* New pass to decompose multi-dimensional array references intoVikram S. Adve2002-03-231-0/+148
OpenPOWER on IntegriCloud