aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-24NamespacesChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-12Add neccesary #includeChris Lattner
2002-02-12I forgot to provide dominance frontier information. Now it's available.Chris Lattner
2002-02-12Initial checkin of new memory -> register promotion passChris Lattner
2002-02-01General cleanupChris Lattner
2002-01-31Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner
2002-01-31Convert xforms over to new pass structure.Chris Lattner
2002-01-31Convert analyses to new pass structureChris Lattner
2002-01-22Don't insert a useless castChris Lattner
2002-01-22Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner
2002-01-22Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner
2002-01-21LowerAllocations is really a BasicBlock pass. Make it so.Chris 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-12-14Remove unsized array supportChris Lattner
2001-12-04Fix a bug introduced by "internal linkage" work.Chris Lattner
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-26Implement support for internal methodsChris Lattner
2001-11-07Add #includes to enable buiding in Release modeChris Lattner
2001-11-03Don't forget to link type names together too. Fix for Olden/mst benchmarkChris Lattner
2001-11-03Add extra code for debugging linker problemsChris Lattner
2001-10-31Use the correct prototype for malloc and freeChris Lattner
2001-10-29Pull method symbols over when linking. Otherwise the result of the link will...Chris Lattner
2001-10-28Remove non linking related stuffChris Lattner
2001-10-28Added name-mangling routines for future use.Vikram S. Adve
2001-10-23Fix problem linking in a method prototype when a method body existsChris Lattner
2001-10-18Convert to new simpler pass itfChris Lattner
2001-10-15Add new Pass infrastructure and some examplesChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-15Implement linking of global variable constant referencesChris Lattner
2001-10-14Implement linker. It's 95% working now.Chris Lattner
2001-10-13Start of a linkerChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-06Add method to unify all exit nodes of a methodChris Lattner