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