Age | Commit message (Expand) | Author |
2002-04-28 | Eliminate the PromoteInstance class, incorporating it into the PromotePass | Chris Lattner |
2002-04-28 | Eliminate visited, CurrentValue, and WriteSets as instance variables of | Chris Lattner |
2002-04-28 | * Fix bug: test/Regression/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll | Chris Lattner |
2002-04-28 | This huge changeset is a strictly cleanup change | Chris Lattner |
2002-04-28 | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner |
2002-04-28 | Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,... | Chris Lattner |
2002-04-27 | s/Method/Function | Chris Lattner |
2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
2002-04-09 | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner |
2002-04-09 | Add explicit #includes of Function.h to make up for the removed #include | Chris Lattner |
2002-04-09 | Add #includes to make up for #includes pruned out of header files. | Chris Lattner |
2002-04-08 | s/Method/Function | Chris Lattner |
2002-04-07 | Eliminate explicit use of Writer library, using debug dump output instead. | Chris Lattner |
2002-04-07 | Change references to the Method class to be references to the Function | Chris Lattner |
2002-03-29 | New clone function routine | Chris Lattner |
2002-03-29 | s/Method/Function | Chris Lattner |
2002-03-29 | Simplify code a lot by using the Module::getFunction & getOrInsertFunction | Chris Lattner |
2002-03-27 | * Move classes around | Cameron Buschardt |
2002-03-27 | Implemented promote mem->reg pass. | Cameron Buschardt |
2002-03-26 | Change references from Method to Function | Chris Lattner |
2002-03-15 | Cleanup error message output a bit | Chris Lattner |
2002-02-26 | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner |
2002-02-24 | Namespaces | Chris Lattner |
2002-02-12 | Method.h no longer includes BasicBlock.h | Chris Lattner |
2002-02-12 | Add neccesary #include | Chris Lattner |
2002-02-12 | I forgot to provide dominance frontier information. Now it's available. | Chris Lattner |
2002-02-12 | Initial checkin of new memory -> register promotion pass | Chris Lattner |
2002-02-01 | General cleanup | Chris Lattner |
2002-01-31 | Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c... | Chris Lattner |
2002-01-31 | Convert xforms over to new pass structure. | Chris Lattner |
2002-01-31 | Convert analyses to new pass structure | Chris Lattner |
2002-01-22 | Don't insert a useless cast | Chris Lattner |
2002-01-22 | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | Chris Lattner |
2002-01-22 | Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in | Chris Lattner |
2002-01-21 | LowerAllocations is really a BasicBlock pass. Make it so. | Chris Lattner |
2002-01-21 | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
2001-12-14 | Remove unsized array support | Chris Lattner |
2001-12-04 | Fix a bug introduced by "internal linkage" work. | Chris Lattner |
2001-12-04 | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner |
2001-12-03 | Rename ConstPoolVal -> Constant | Chris Lattner |
2001-12-03 | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner |
2001-11-26 | Implement support for internal methods | Chris Lattner |
2001-11-07 | Add #includes to enable buiding in Release mode | Chris Lattner |
2001-11-03 | Don't forget to link type names together too. Fix for Olden/mst benchmark | Chris Lattner |
2001-11-03 | Add extra code for debugging linker problems | Chris Lattner |
2001-10-31 | Use the correct prototype for malloc and free | Chris Lattner |
2001-10-29 | Pull method symbols over when linking. Otherwise the result of the link will... | Chris Lattner |
2001-10-28 | Remove non linking related stuff | Chris Lattner |
2001-10-28 | Added name-mangling routines for future use. | Vikram S. Adve |