summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/MutateStructTypes.cpp
Commit message (Expand)AuthorAge
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Convert transforms over to standardize debugging output on -debug optionChris Lattner2002-05-22
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Changes because the Terminator::getSuccessor function now FAILS if successorChris Lattner2002-04-27
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* PATypeHolder is now not a templateChris Lattner2002-04-04
* s/Method/FunctionChris Lattner2002-03-29
* s/method/functionChris Lattner2002-03-29
* Change references from Method to FunctionChris Lattner2002-03-26
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-06
* Convert xforms over to new pass structure.Chris Lattner2002-01-31
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Support internal linkageChris Lattner2001-11-26
* Support mutation of array indexingChris Lattner2001-11-26
* Initial checkin of structure mutatorChris Lattner2001-11-10