Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / tools / bugpoint / Makefile
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2010-04-14 Nick LewyckyBugpoint no longer uses exceptions.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-02-03 Reid SpencerFor PR1072:
2006-12-13 John CriswellRemove DSA.
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-24 Chris LattnerRemove a now-unneeded library
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-04-22 Reid SpencerTwo changes:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid Spencerbugpoint needs LLVMLinker.a now.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-12 Misha BrukmanNo space allowed between \ and end-of-line
2004-10-12 Misha BrukmanWrap lines at 80 cols
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-01-14 Chris LattnerLink in lots o libraries
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint