llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner f61ed8eb32 add a new DwarfPrinter::EmitEncodingByte method which handles
pretty printing encoding comments and eliminates redundancy on
the client side.  We now get pretty dwarf like this again:

        .byte   255                                         ## @LPStart Encoding = omit
        .byte   0                                           ## @TType Encoding = absptr
        .byte   0x28                                        ## @TType base offset
        .byte   3                                           ## Call site Encoding = udata4
        .byte   0x1a                                        ## Call site table size
...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94239 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-22 22:38:16 +00:00
..
AsmPrinter.cpp add a new DwarfPrinter::EmitEncodingByte method which handles 2010-01-22 22:38:16 +00:00
CMakeLists.txt Fix cmake builds. 2009-05-19 00:18:14 +00:00
DIE.cpp rename the dwarf class to DwarfPrinter. This matches the filename 2010-01-22 22:23:57 +00:00
DIE.h rename the dwarf class to DwarfPrinter. This matches the filename 2010-01-22 22:23:57 +00:00
DwarfDebug.cpp rename the dwarf class to DwarfPrinter. This matches the filename 2010-01-22 22:23:57 +00:00
DwarfDebug.h rename the dwarf class to DwarfPrinter. This matches the filename 2010-01-22 22:23:57 +00:00
DwarfException.cpp add a new DwarfPrinter::EmitEncodingByte method which handles 2010-01-22 22:38:16 +00:00
DwarfException.h rename the dwarf class to DwarfPrinter. This matches the filename 2010-01-22 22:23:57 +00:00
DwarfLabel.cpp convert the DIE printing stuff to use raw_ostream instead of std::ostream. 2009-08-23 01:01:17 +00:00
DwarfLabel.h convert the DIE printing stuff to use raw_ostream instead of std::ostream. 2009-08-23 01:01:17 +00:00
DwarfPrinter.cpp add a new DwarfPrinter::EmitEncodingByte method which handles 2010-01-22 22:38:16 +00:00
DwarfPrinter.h add a new DwarfPrinter::EmitEncodingByte method which handles 2010-01-22 22:38:16 +00:00
DwarfWriter.cpp Cosmetic changes, which were long overdue, in DwarfDebug.cpp. 2009-11-21 02:48:08 +00:00
Makefile Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
OcamlGCPrinter.cpp inline away the trivial AsmPrinter::EOL() method. 2010-01-22 22:09:00 +00:00