Skip to content
  1. Nov 10, 2005
    • Chris Lattner's avatar
      add support for .asciz, and enable it by default. If your target... · 55a6d906
      Chris Lattner authored
      add support for .asciz, and enable it by default.  If your target assemblerdoesn't support .asciz, just set AscizDirective to null in your asmprinter.
      This compiles C strings to:
      
      l1__2E_str_1:                           ; '.str_1'
              .asciz  "foo"
      
      instead of:
      
      l1__2E_str_1:                           ; '.str_1'
              .ascii  "foo\000"
      
      llvm-svn: 24272
      55a6d906
  2. Aug 17, 2005
  3. Aug 08, 2005
  4. May 15, 2005
  5. Apr 22, 2005
  6. Apr 02, 2005
  7. Feb 14, 2005
  8. Feb 04, 2005
  9. Jan 08, 2005
  10. Nov 28, 2004
  11. Oct 16, 2004
  12. Aug 24, 2004
  13. Aug 18, 2004
  14. Aug 17, 2004
Loading