summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
Commit message (Expand)AuthorAge
...
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-16
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-16
* Link to analysis.o not analysis.aChris Lattner2002-08-30
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-21
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-21
* *** empty log message ***Chris Lattner2002-07-23
* Removed emitfuncs: now its part of instrument libraryAnand Shukla2002-07-16
* Added emitfuncs passAnand Shukla2002-07-12
* correcting makefile: incorrectly checked in wrong version earlierAnand Shukla2002-06-25
* Changes for 64bit gccAnand Shukla2002-06-25
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Makefile change for IPO's that use the Datastructure analysis stuffChris Lattner2002-03-28
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Link in the PathProfiles libraryAnand Shukla2002-02-26
* Resolve dependenciesChris Lattner2002-01-31
* Eliminate opt libraryChris Lattner2002-01-21
* Use new induction variable simplification code with -indvars optionChris Lattner2001-12-04
* Link to ipo libraryChris Lattner2001-11-26
* add Yet Another Instance of a Static LibraryChris Lattner2001-11-10
* Move the Raise xform from opt to transformsChris Lattner2001-11-01
* Expose more xforms to the opt utilityChris Lattner2001-10-18
* Add support to insert trace code as an "optimization"Chris Lattner2001-10-18
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* 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
* Initial revisionChris Lattner2001-06-06