summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-04-14Bugpoint no longer uses exceptions.Nick Lewycky1-1/+0
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-05-06switch tools to bitcode from bytecodeChris Lattner1-1/+1
2007-05-06add bitcode supportChris Lattner1-1/+1
2007-02-03For PR1072:Reid Spencer1-1/+1
2006-12-13Remove DSA.John Criswell1-1/+1
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner1-7/+2
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-2/+2
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell1-1/+1
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell1-1/+1
2005-10-24Remove a now-unneeded libraryChris Lattner1-1/+1
2005-10-24Link to archive versions of libraries instead of the relinked onesChris Lattner1-4/+4
2005-04-22Two changes:Reid Spencer1-2/+0
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-1/+1
2004-11-14bugpoint needs LLVMLinker.a now.Reid Spencer1-2/+3
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-4/+5
2004-10-12No space allowed between \ and end-of-lineMisha Brukman1-1/+1
2004-10-12Wrap lines at 80 colsMisha Brukman1-2/+2
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer1-1/+1
2003-10-20Added LLVM copyright to Makefiles.John Criswell1-0/+8
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke1-1/+1
2003-01-14Link in lots o librariesChris Lattner1-1/+1
2002-12-23Implement the start of the miscompilation detection stuffChris Lattner1-3/+3
2002-11-20Initial checkin of bugpointChris Lattner1-0/+13