Skip to content
  1. Aug 03, 2009
  2. Aug 02, 2009
  3. Aug 01, 2009
  4. 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
    • Chris Lattner's avatar
      PreferredEHDataFormat is always call with data and global, but this whole · 63779b8d
      Chris Lattner authored
      thing is #if0'd out anyway.  Just simplify the code by reducing the interface.
      Not deleting this is essential for Bill's continuing happiness.
      
      llvm-svn: 77736
      63779b8d
    • Chris Lattner's avatar
      move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to · d25701c1
      Chris Lattner authored
      indicate that it is a predicate, not an emitter.  This eliminates TAI
      dependencies on Mangler and GlobalValue.
      
      llvm-svn: 77726
      d25701c1
Loading