test commit redux
[oota-llvm.git] / tools / llvm-dis / Makefile
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-03-11 Devang PatelWhile printing annotations, print line number and varia...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-04-22 Chris Lattnerteach llvm-dis to read bitcode files
2006-09-04 Chris LattnerSwitch to using llvm-config to build
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...
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-02-13 Chris LattnerMercilessly rip the cbackend out of llvm-dis. Leave...
2004-02-13 Chris LattnerChange how we create the cwriter, and add a buttload...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-08-28 Misha BrukmanRenaming LLVM `dis' to `llvm-dis'.
2003-08-08 Misha BrukmanChomped spurious blank lines.
2002-08-31 Chris LattnerGet FindUsedTypes pass
2002-07-23 Chris Lattner*** empty log message ***
2002-05-08 Sumant Kowshik*** empty log message ***
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
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-15 Vikram S. AdveReordered link line for correct static linking.
2001-06-06 Chris LattnerInitial revision