aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
AgeCommit message (Expand)Author
2004-11-07This is V9 specific, move it there.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-06It doesn't matter what the 2nd operand is; if the GEP has 2 operands andBrian Gaeke
2004-07-06Add helper function.Brian Gaeke
2004-07-02Get rid of a dead variable, and fix a typo in a comment.Brian Gaeke
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2003-04-23Remove unnecesary &*'sChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-16Extract most of the transformation into an externally accessibleVikram S. Adve
2002-09-11- Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner
2002-08-21Remove an optimization that isn't.Chris Lattner
2002-08-03Eliminate cast instructions: use only GEPs in decomposed sequence.Vikram S. Adve
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-05-07Merge all individual .h files into a single Scalar.h fileChris Lattner
2002-04-29Range insertion now returns an iteratorChris Lattner
2002-04-29changes because iMemory.h no longer #includes DerivedTypes.hChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-29More cleanupsChris Lattner
2002-04-29Code cleanupsChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-24Major overhaul to support arbitrary mixed array and structure indices.Vikram S. Adve
2002-03-23New pass to decompose multi-dimensional array references intoVikram S. Adve