Simplify. NFC.
[oota-llvm.git] / tools / llvm-mc / Makefile
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-06-11 Daniel Dunbarllvm-mc: Don't set NO_INSTALL on llvm-mc.
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
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...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2009-08-21 Daniel DunbarDon't install llvm-mc by default.
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-06-24 Chris Lattnercreate an MCStreamer and provide it to AsmParser.
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...