summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAge
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-26
* Initial check in of header file for profile-paths passAnand Shukla2002-02-26
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-12
* Add constructor for addition to opt programChris Lattner2002-02-01
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-31
* Convert xforms over to use new pass structureChris Lattner2002-01-30
* Remove opt namespaceChris Lattner2002-01-26
* * Expose new pass DeadInstEliminationChris Lattner2002-01-23
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-21
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Moved headerChris 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
* Initial checkin of instcombineChris Lattner2001-12-14
* Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-14
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Simplify induction variables passChris Lattner2001-12-03
* Remove unused methodChris Lattner2001-11-26
* Expose constant prop of an instructionChris Lattner2001-11-26
* Implement DCE of global valuesChris Lattner2001-11-26
* Rearrange codeChris Lattner2001-11-26
* Allow array indexingChris Lattner2001-11-26
* -cleangcc pass now remove type names that are never referenced and type names...Chris Lattner2001-11-15
* Initail checking of structure swapperChris Lattner2001-11-10
* Initial checkin of Structure mutatorChris Lattner2001-11-10
* Expose method to merge identically named methodsChris Lattner2001-11-03
* Expose the low level DCE mechanism to external usersChris Lattner2001-11-01
* Initial checkin of level raising codeChris Lattner2001-11-01
* Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner2001-10-31
* New GCC cleanup pass interfaceChris Lattner2001-10-31
* Remove unneccesary function prototypesChris Lattner2001-10-28
* Add support for name mangling.Vikram S. Adve2001-10-28
* Refactor code into Assembly & bytecode librariesChris Lattner2001-10-18
* move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner2001-10-18
* Initial CheckinChris Lattner2001-10-18
* Pull bytecode writing out of Module writer pass. Prepare to move to seperate...Chris Lattner2001-10-18
* Add option to print per module instead of per method, so thatVikram S. Adve2001-10-18
* Add option to print as bytecode instead of assembly.Vikram S. Adve2001-10-18
* Convert to new simpler Pass structureChris Lattner2001-10-18
* Convert to new simpler Pass structureChris Lattner2001-10-18
* Convert to new simpler pass structureChris Lattner2001-10-18
* Simplify Pass by removing silly subclassesChris Lattner2001-10-18
* Fix minor bug, update commentsChris Lattner2001-10-18
* Pass's return true if they make a modification, not if they failChris Lattner2001-10-18
* Convert optimizations to use the Pass infrastructureChris Lattner2001-10-18
* ConcretePass should not be a templated class!Chris Lattner2001-10-15
* Add new Pass infrastructure and some examplesChris Lattner2001-10-15