Eliminate the PromoteInstance class, incorporating it into the PromotePass
[oota-llvm.git] / lib / Transforms / Utils /
2002-04-28 Chris LattnerEliminate the PromoteInstance class, incorporating...
2002-04-28 Chris LattnerEliminate visited, CurrentValue, and WriteSets as insta...
2002-04-28 Chris Lattner* Fix bug: test/Regression/Transforms/Mem2Reg/2002...
2002-04-28 Chris LattnerThis huge changeset is a strictly cleanup change
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerEliminate explicit use of Writer library, using debug...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-29 Chris LattnerNew clone function routine
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerSimplify code a lot by using the Module::getFunction...
2002-03-27 Cameron Buschardt* Move classes around
2002-03-27 Cameron BuschardtImplemented promote mem->reg pass.
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-15 Chris LattnerCleanup error message output a bit
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-24 Chris LattnerNamespaces
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerAdd neccesary #include
2002-02-12 Chris LattnerI forgot to provide dominance frontier information...
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-01 Chris LattnerGeneral cleanup
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-22 Chris LattnerDon't insert a useless cast
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerFix a bug introduced by "internal linkage" work.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-29 Chris LattnerPull method symbols over when linking. Otherwise the...
2001-10-28 Chris LattnerRemove non linking related stuff
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerImplement linking of global variable constant references
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
2001-10-13 Chris LattnerStart of a linker
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method