summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
Commit message (Expand)AuthorAge
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-26
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner2009-10-22
* Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman2009-09-03
* Fixed file header comment.Misha Brukman2009-04-01
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner2007-05-06
* For PR1072:Reid Spencer2007-02-03
* Remove DSA.John Criswell2006-12-13
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-27
* For PR872:Reid Spencer2006-08-18
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* reorder some librariesChris Lattner2006-02-22
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* Remove a now-unneeded libraryChris Lattner2005-10-24
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-24
* Two changes:Reid Spencer2005-04-22
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-25
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Remove instloops libraryChris Lattner2003-07-21
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-18
* Converted tabs to spaces.Misha Brukman2003-07-10
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Remove codegen libraries to speed up linking optChris Lattner2003-04-16
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-12
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-09
* Remove extra target.a entryChris Lattner2002-11-19
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* Add codegen libraryChris Lattner2002-10-28
* Temporary change to make datastructure stuff link in rightChris Lattner2002-10-01
* Renamed library preselect to preopts.Vikram S. Adve2002-09-20
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-18
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* Remove duplicate sparc entry.Vikram S. Adve2002-09-16