aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/SimpleStructMutation.cpp
AgeCommit message (Expand)Author
2004-06-28These passes are long dead/obsolete. They never worked in the first placeChris Lattner
2004-02-09Don't depend on auto data conversionChris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2003-11-21Get rid of using decls, finegrainify 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-10-13Regularize header file commentsChris Lattner
2002-11-19Move MutatStructTypes.h out of IPOChris Lattner
2002-09-26Converted SimpleStructMutation to take TargetData as a required pass.Chris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-24Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner
2002-07-23* Break the two different behaviors of SimpleStructMutation into two subclassesChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-07Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-31Convert xforms over to new pass structure.Chris Lattner
2002-01-21Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Remove debugging outputChris Lattner
2001-11-26Support selectable structure transformationsChris Lattner
2001-11-14Better heuristics for handling arraysChris Lattner
2001-11-10Initail checking of structure swapperChris Lattner