Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / analyze / Makefile
2006-08-18 Reid SpencerFor PR872:
2006-07-27 Reid SpencerUndo last commit, which was committed accidentally.
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
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 LattnerLink in datastructure as a relinked o file
2005-10-24 Chris LattnerUse the new LinkAllAnalyses.h header instead of forcing...
2005-04-22 Reid SpencerTwo changes:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-12 Misha BrukmanWrap lines at 80 cols
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-04-02 Chris LattnerTweak libraries for scev changes
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-03-31 Chris LattnerMinor tweak
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-08-29 Chris LattnerNew datastructure analysis correctly uses TargetData
2002-07-23 Chris LattnerConvert over to new style of Makefile, where there...
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-26 Chris Lattner* Add support for DataStructure analysis
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-01-31 Chris LattnerFix dependency problem
2002-01-21 Chris LattnerEliminate opt library
2001-09-09 Chris LattneriFix dependence order
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-20 Chris LattnerUpdate makefile for more accurate deps
2001-07-18 Chris LattnerFix clean target
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-07-03 Chris LattnerInitial checkin of analyze tool.