aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/Makefile
Commit message (Expand)AuthorAgeFilesLines
* For PR872:Reid Spencer2006-08-181-4/+4
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-3/+3
* reorder some librariesChris Lattner2006-02-221-1/+1
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-1/+1
* Remove a now-unneeded libraryChris Lattner2005-10-241-1/+1
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-241-3/+3
* Two changes:Reid Spencer2005-04-221-2/+0
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-4/+5
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-251-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Remove instloops libraryChris Lattner2003-07-211-1/+1
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-181-2/+1
* Converted tabs to spaces.Misha Brukman2003-07-101-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Remove codegen libraries to speed up linking optChris Lattner2003-04-161-3/+2
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-121-6/+3
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-091-1/+1
* Remove extra target.a entryChris Lattner2002-11-191-1/+1
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Add codegen libraryChris Lattner2002-10-281-1/+2
* Temporary change to make datastructure stuff link in rightChris Lattner2002-10-011-1/+1
* Renamed library preselect to preopts.Vikram S. Adve2002-09-201-1/+1
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-181-0/+2
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* Remove duplicate sparc entry.Vikram S. Adve2002-09-161-1/+1
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-161-2/+2
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-161-2/+4
* 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