aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2020-10-28[llvm-mc] Drop unneeded dependency on CodeGenFangrui Song1-1/+0
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille1-0/+1
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-1/+0
2015-04-20Add targets to cmake for specific target components.Pete Cooper1-1/+5
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+6
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