summaryrefslogtreecommitdiff
path: root/tools/opt
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
* Includes -paths option to trace paths in the programAnand Shukla2002-02-26
* Link in the PathProfiles libraryAnand Shukla2002-02-26
* * Expose the verifier pass as one that can be ranChris Lattner2002-02-20
* Enable register promotion passChris Lattner2002-02-12
* Add mergereturn passChris Lattner2002-02-01
* Resolve dependenciesChris Lattner2002-01-31
* Convert to use new Pass framework...Chris Lattner2002-01-31
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Eliminate opt libraryChris Lattner2002-01-21
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris 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
* Add instruction combining passChris Lattner2001-12-14
* Remove unnecesary namespace impotChris Lattner2001-12-05
* Use new induction variable simplification code with -indvars optionChris Lattner2001-12-04
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* * Add hooks to globaldceChris Lattner2001-11-26
* Link to ipo libraryChris Lattner2001-11-26
* Change swapstructs itfChris Lattner2001-11-26
* Add hooks to call the new swap structcontents passChris Lattner2001-11-10
* add Yet Another Instance of a Static LibraryChris Lattner2001-11-10
* Move the Raise xform from opt to transformsChris Lattner2001-11-01
* Add hook for GCC cleanup passChris Lattner2001-10-31
* Fix to reference the right headerChris Lattner2001-10-19
* Expose more xforms to the opt utilityChris Lattner2001-10-18
* Use the standard header not the old oneChris Lattner2001-10-18
* Add support to insert trace code as an "optimization"Chris Lattner2001-10-18
* * Passes return true if they change something, not if they failChris Lattner2001-10-18
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Remove support for const pool merging, which is obsolete now.Chris Lattner2001-09-07
* Change option name slightlyChris Lattner2001-07-23
* Use the new Alias command line optionChris Lattner2001-07-23
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Add support to call LevelRaiseChris Lattner2001-07-20
* Reordered link line for correct static linking.Vikram S. Adve2001-07-15
* Include ADCE pass, rename include/Opt directory to llvm/OptimizationsChris Lattner2001-06-30
* Add command line arguments for Constant Pool Merging & Sparse Conditional Con...Chris Lattner2001-06-27
* Add stub for induction variable codeChris Lattner2001-06-20
* Removed silly test codeChris Lattner2001-06-13
* Added a stupid testcase for iterators.Chris Lattner2001-06-08
* Initial revisionChris Lattner2001-06-06