aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Link to analysis.o not analysis.aChris Lattner2002-08-301-1/+1
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-211-1/+1
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-211-1/+1
* *** empty log message ***Chris Lattner2002-07-231-1/+3
* Removed emitfuncs: now its part of instrument libraryAnand Shukla2002-07-161-1/+1
* Added emitfuncs passAnand Shukla2002-07-121-1/+1
* correcting makefile: incorrectly checked in wrong version earlierAnand Shukla2002-06-251-8/+1
* Changes for 64bit gccAnand Shukla2002-06-251-1/+9
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Makefile change for IPO's that use the Datastructure analysis stuffChris Lattner2002-03-281-1/+1
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Link in the PathProfiles libraryAnand Shukla2002-02-261-1/+1
* Resolve dependenciesChris Lattner2002-01-311-2/+2
* Eliminate opt libraryChris Lattner2002-01-211-1/+2
* Use new induction variable simplification code with -indvars optionChris Lattner2001-12-041-1/+1
* Link to ipo libraryChris Lattner2001-11-261-1/+1
* add Yet Another Instance of a Static LibraryChris Lattner2001-11-101-1/+1
* Move the Raise xform from opt to transformsChris Lattner2001-11-011-1/+1
* Expose more xforms to the opt utilityChris Lattner2001-10-181-1/+1
* Add support to insert trace code as an "optimization"Chris Lattner2001-10-181-1/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-7/+3
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-1/+1
* Add support to call LevelRaiseChris Lattner2001-07-201-1/+1
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
* Initial revisionChris Lattner2001-06-061-0/+10