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