aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
AgeCommit message (Expand)Author
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Remove debugging outputChris Lattner
2001-11-26Support internal linkageChris Lattner
2001-11-26Implement DCE of global valuesChris Lattner
2001-11-26Support selectable structure transformationsChris Lattner
2001-11-26Support mutation of array indexingChris Lattner
2001-11-15-cleangcc pass now remove type names that are never referenced and type names...Chris Lattner
2001-11-14Better heuristics for handling arraysChris Lattner
2001-11-12Fix minor bugChris Lattner
2001-11-10Initail checking of structure swapperChris Lattner
2001-11-10Initial checkin of structure mutatorChris Lattner
2001-11-05Don't print spurious linking warnings about methods that are never used.Chris Lattner
2001-11-04Refactor code to share stuffChris Lattner
2001-11-04Fix cast instructions that end up in bad places in GCC outputChris Lattner
2001-11-03Add new cleanup pass:Chris Lattner
2001-11-03* Export method to merge identically named methodsChris Lattner
2001-11-03Changes to compile the TSP benchmark successfully. Favor warning instead of ...Chris Lattner
2001-11-03Add code to link method together with the same name if one is vararg and the ...Chris Lattner
2001-11-01Propogate name to the malloc itself instead of to the castChris Lattner
2001-10-31Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner
2001-10-31Initial version of GCC cleanup pass: just removes extraneous global symbol ta...Chris Lattner
2001-10-31Fix bug when inlining a method that refers to a global variableChris Lattner
2001-10-18Initial checkinChris Lattner
2001-10-18Convert optimizations to the pass infrastructureChris Lattner
2001-10-14Minor cleanupChris Lattner
2001-10-13Support indirect callsChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-09-07Constant pool is deadChris Lattner
2001-07-15Support external methodsChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-30Optimizations got their own header filesChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-06Initial revisionChris Lattner