Added LLVM copyright to Makefiles.
[oota-llvm.git] / tools / analyze / Makefile
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.