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