summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Makefile
Commit message (Expand)AuthorAge
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* llvm-mc: Don't set NO_INSTALL on llvm-mc.Daniel Dunbar2010-06-11
* Second try at integrating the edis tester. ThisSean Callanan2010-04-12
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-09
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-09
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* Don't install llvm-mc by default.Daniel Dunbar2009-08-21
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-24
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18