aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-3/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+3
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-2/+1
* Add CMake support for 'edis'.Ted Kremenek2010-04-131-0/+1
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-221-2/+0
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-1/+1
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-221-1/+1
* Update CMake build to include HexDisassembler.cpp.Chandler Carruth2009-12-171-0/+1
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-311-1/+0
* Update CMakeListsDaniel Dunbar2009-07-281-1/+0
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-171-1/+1
* Fix CMake buildDouglas Gregor2009-06-301-0/+1
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-241-1/+1
* refactor a bunch of X86 specific stuff out to its own file.Chris Lattner2009-06-231-0/+1
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-211-0/+1
* oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner2009-06-211-0/+1
* fix build problem pointed out by John Thompson!Chris Lattner2009-06-181-1/+1
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-181-0/+5