summaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAge
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-29
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-16
* Change command line option message on -q to make it more accurateChris Lattner2002-07-31
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-25
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla2002-07-12
* *** empty log message ***Chris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Expose cfg simplification passChris Lattner2002-05-21
* expose LICM passChris Lattner2002-05-10
* Expose the lowerallocs passChris Lattner2002-05-10
* Expose the pi node insertion pass.Chris Lattner2002-05-10
* Expose expression reassociationChris Lattner2002-05-08
* Spell aggressive correctlyChris Lattner2002-05-07
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Expose the internalize pass.Chris Lattner2002-04-28
* Expose new GCSE passChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18
* * Add the printm pass to allow dumping the entire module after a transformation.Chris Lattner2002-04-13
* Expose funcresolve pass through optChris Lattner2002-04-12
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-08
* Add hook for pool allocation passChris Lattner2002-03-28
* Checking for CameronChris Lattner2002-03-28
* Rename pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-24
* Expose dead instruction elimination passChris Lattner2002-03-14
* 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
* * 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
* 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
* 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