llvm-6502/lib
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
..
Analysis Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Archive Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
AsmParser Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Bitcode Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
CodeGen add a new DwarfPrinter::EmitEncodingByte method which handles 2010-01-22 22:38:16 +00:00
CompilerDriver
ExecutionEngine Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Linker Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
MC Changes to fix buffering that I forgot to commit with previous patch. 2010-01-22 21:16:10 +00:00
Support Changes to fix buffering that I forgot to commit with previous patch. 2010-01-22 21:16:10 +00:00
System Fix TimeValue::now() on Unix. 2010-01-22 15:51:31 +00:00
Target Mark EH_RETURN64 as CodeGenOnly. 2010-01-22 20:16:37 +00:00
Transforms Another strncmp -> StringRef.startswith simplification. 2010-01-22 20:00:21 +00:00
VMCore Fix/strengthen verification of llvm.dbg.declare 2010-01-22 19:06:12 +00:00
Makefile