llvm-6502/tools/llvm-mc
Chris Lattner 90edac0e8b Change MCAsmStreamer to take an MCInstPrinter instead of a
full AsmPrinter, and change TargetRegistry to keep track
of registered MCInstPrinters.

llvm-mc is still linking in the entire
target foo to get the code emitter stuff, but this is an
important step in the right direction.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81754 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-14 03:02:37 +00:00
..
AsmCond.h Always initialize AsmConds. 2009-08-08 11:26:50 +00:00
AsmLexer.cpp Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in 2009-09-04 22:40:31 +00:00
AsmLexer.h Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of 2009-09-04 21:45:34 +00:00
AsmParser.cpp Added the ParseInstruction() hook for target specific assembler directives so 2009-09-10 20:51:44 +00:00
AsmParser.h MC: Give target specific parsers access to the MCStreamer. 2009-09-10 00:59:15 +00:00
CMakeLists.txt llvm-mc: Move AsmExpr into MC lib (as MCExpr). 2009-08-31 08:06:59 +00:00
llvm-mc.cpp Change MCAsmStreamer to take an MCInstPrinter instead of a 2009-09-14 03:02:37 +00:00
Makefile Don't install llvm-mc by default. 2009-08-21 07:28:33 +00:00