aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/SimpleStructMutation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner2002-07-241-1/+1
* * Break the two different behaviors of SimpleStructMutation into two subclassesChris Lattner2002-07-231-26/+42
* MEGAPATCH checkin.Chris Lattner2002-06-251-3/+3
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-071-3/+10
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-2/+3
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-8/+6
* s/Method/FunctionChris Lattner2002-04-081-2/+0
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-9/+38
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-15/+18
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner2002-01-211-4/+4
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-16/+16
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+10
* Remove debugging outputChris Lattner2001-11-261-1/+1
* Support selectable structure transformationsChris Lattner2001-11-261-13/+45
* Better heuristics for handling arraysChris Lattner2001-11-141-7/+17
* Initail checking of structure swapperChris Lattner2001-11-101-0/+98