summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
Commit message (Expand)AuthorAge
* 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
* 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
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-14
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add bitcode supportChris 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
* 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
* 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
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-24
* Two changes:Reid Spencer2005-04-22
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* bugpoint needs LLVMLinker.a now.Reid Spencer2004-11-14
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* No space allowed between \ and end-of-lineMisha Brukman2004-10-12
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Link in lots o librariesChris Lattner2003-01-14
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20