aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-5/+4
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-141-1/+0
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-1/+1
* add bitcode supportChris Lattner2007-05-061-1/+1
* For PR1072:Reid Spencer2007-02-031-1/+1
* Remove DSA.John Criswell2006-12-131-1/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-7/+2
* 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-2/+2
* 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
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-241-4/+4
* Two changes:Reid Spencer2005-04-221-2/+0
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* bugpoint needs LLVMLinker.a now.Reid Spencer2004-11-141-2/+3
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-4/+5
* No space allowed between \ and end-of-lineMisha Brukman2004-10-121-1/+1
* Wrap lines at 80 colsMisha Brukman2004-10-121-2/+2
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Link in lots o librariesChris Lattner2003-01-141-1/+1
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-231-3/+3
* Initial checkin of bugpointChris Lattner2002-11-201-0/+13