Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore / Makefile
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2010-04-14 Nick LewyckyEnable RTTI again. While this works fine for LLVM,...
2010-04-14 Nick LewyckyTurn off RTTI for VMCore. Yay!
2010-04-14 Nick LewyckyFix 80 column ruler.
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-03-25 Bill WendlingFix PR2062: Don't build Intrinsics.gen in the source...
2008-01-15 Chris Lattnerimprove compatibility with mingw, patch by Alain Frisch
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2006-10-26 Reid SpencerMake the makefile tell us when Intrinsics.gen is being...
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerFix PR835 so that touching tblgen in a way that doesn...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-04-14 Reid SpencerDon't print out the install command for Intrinsics...
2006-03-26 Chris LattnerUpdate dependencies to reflect split of the Intrinsics...
2006-03-17 Reid SpencerFix use of LEVEL.
2006-03-17 Reid SpencerTwo fixes:
2006-03-13 Reid SpencerBring makefile back into compliance with standard by...
2006-03-09 Chris LattnerThis rule also depends on tblgen
2006-03-09 Chris Lattnersilly case insensitive file systems...
2006-03-09 Chris LattnerBuild intrinsics.gen from intrinsics.td
2005-08-14 Andrew Lenharthonly build .a on alpha
2005-08-13 Andrew LenharthTesting a variable before it is defined doesn't work...
2005-08-13 Andrew LenharthFix oversized GOT problem with gcc-4 on alpha
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2002-07-23 Chris Lattner*** empty log message ***
2001-06-06 Chris LattnerInitial revision