llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 475370b036 Add some scaffolding for a new experimental asmprinter
implementation.  The idea is that we want asmprinting to
work by converting MachineInstrs into a new MCInst class,
then the per-instruction asmprinter works on MCInst.  MCInst
and the new asmprinters will not depend on most of the 
llvm code generators.  This allows building diassemblers
that don't link in the whole llvm code generator.  This is
step #1 of many.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73743 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-19 00:47:33 +00:00
..
CMakeLists.txt Add some scaffolding for a new experimental asmprinter 2009-06-19 00:47:33 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
X86AsmPrinter.cpp minor cleanup 2009-06-18 23:33:13 +00:00
X86ATTAsmPrinter.cpp Add some scaffolding for a new experimental asmprinter 2009-06-19 00:47:33 +00:00
X86ATTAsmPrinter.h Add some scaffolding for a new experimental asmprinter 2009-06-19 00:47:33 +00:00
X86IntelAsmPrinter.cpp Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
X86IntelAsmPrinter.h Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00