summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/CMakeLists.txt
Commit message (Expand)AuthorAge
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* Add CMake support for 'edis'.Ted Kremenek2010-04-13
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-22
* Update CMake build to include HexDisassembler.cpp.Chandler Carruth2009-12-17
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31
* Update CMakeListsDaniel Dunbar2009-07-28
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* Fix CMake buildDouglas Gregor2009-06-30
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-24
* refactor a bunch of X86 specific stuff out to its own file.Chris Lattner2009-06-23
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-21
* oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner2009-06-21
* fix build problem pointed out by John Thompson!Chris Lattner2009-06-18
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18