aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+4
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-261-1/+1
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-1/+1
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-1/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-1/+1
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-1/+1
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-2/+2
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner2009-10-221-1/+0
* Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman2009-09-031-1/+1
* Fixed file header comment.Misha Brukman2009-04-011-3/+3
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-1/+1
* if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner2007-05-061-1/+1
* For PR1072:Reid Spencer2007-02-031-2/+1
* Remove DSA.John Criswell2006-12-131-1/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-4/+2
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-271-1/+1
* 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