Skip to content
  1. Aug 01, 2009
  2. Jul 31, 2009
    • David Greene's avatar
      · 81bcae5f
      David Greene authored
      Simplify operand padding by keying off tabs in the asm stream.  If
      padding is disabled, tabs get replaced by spaces except in the case of
      the first operand, where the tab is output to line up the operands after
      the mnemonics.
      
      Add some better comments and eliminate redundant code.
      
      Fix some testcases to not assume tabs.
      
      llvm-svn: 77740
      81bcae5f
    • Daniel Dunbar's avatar
      llvm-mc: Support quoted identifiers. · 9ee33ca2
      Daniel Dunbar authored
       - Uses MCAsmToken::getIdentifier which returns the (sub)string representing the
         meaningfull contents a string or identifier token.
      
       - Directives aren't done yet.
      
      llvm-svn: 77739
      9ee33ca2
Loading