aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Add prototype for the PiNodeInserter passChris Lattner2002-05-101-0/+23
* Add expr reassociation pass prototypeChris Lattner2002-05-081-0/+10
* Spell aggressive rightChris Lattner2002-05-071-2/+2
* These files are supersumed by include/llvm/Transforms/Scalar.hChris Lattner2002-05-078-172/+0
* New header file to replace all of the Scalar/*.h files.Chris Lattner2002-05-071-0/+120
* Checkin headers for Utils libraryChris Lattner2002-05-072-0/+109
* Cleanup implementation a bit + commentsChris Lattner2002-05-071-19/+7
* Update header after moving fileChris Lattner2002-05-071-4/+3
* Remove long dead fileChris Lattner2002-05-071-15/+0
* Factor code out to the Transform Utils libraryChris Lattner2002-05-072-42/+3
* Remove unused files: This is the old induction varaible cannonicalizationChris Lattner2002-04-291-27/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-292-0/+4
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-281-2/+2
* Initial checkin of new "Internalize" pass for GCCLDChris Lattner2002-04-281-0/+15
* Initial checkin of simple&fast SSA based GCSE algorithmChris Lattner2002-04-281-0/+16
* s/Method/Function in classnameChris Lattner2002-04-271-4/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-275-45/+33
* Split the CleanupGCCOutput pass into two passes, and add real life actualChris Lattner2002-04-101-0/+27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-2/+2
* Deparameterize PATypeHolderChris Lattner2002-04-041-1/+1
* Checkin new useful routineChris Lattner2002-03-291-0/+17
* New file for new passChris Lattner2002-03-281-0/+15
* Rename constructor functionCameron Buschardt2002-03-271-2/+3
* Major overhaul to support arbitrary mixed array and structure indices.Vikram S. Adve2002-03-241-7/+9
* Rename Method to FunctionChris Lattner2002-03-233-6/+6
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-231-0/+16
* Moved to Scalar/ directory.Vikram S. Adve2002-03-231-16/+0
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-191-0/+16
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-111-2/+4
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-2615-341/+60
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-10/+4
* Initial check in of header file for profile-paths passAnand Shukla2002-02-261-0/+43
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-121-0/+22
* Add constructor for addition to opt programChris Lattner2002-02-011-1/+1
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-311-4/+10
* Convert xforms over to use new pass structureChris Lattner2002-01-3011-23/+98
* Remove opt namespaceChris Lattner2002-01-261-4/+0
* * Expose new pass DeadInstEliminationChris Lattner2002-01-231-0/+25
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-222-13/+31
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-211-5/+3
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-214-15/+0
* Moved headerChris Lattner2002-01-211-1/+1
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-2116-65/+90
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-203-9/+9
* Initial checkin of instcombineChris Lattner2001-12-141-0/+27
* Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-141-4/+9
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-2/+2
* Simplify induction variables passChris Lattner2001-12-031-0/+19
* Remove unused methodChris Lattner2001-11-261-9/+0