Skip to content
  1. Aug 14, 2009
  2. Aug 13, 2009
  3. Aug 12, 2009
  4. Aug 11, 2009
  5. Aug 10, 2009
    • David Greene's avatar
      · f354b6ef
      David Greene authored
      Add support for printing loop structure information in asm comments.
      This definitely slows down asm output so put it under an -asm-exuberant
      flag.
      
      This information is useful when doing static analysis of performance
      issues.
      
      llvm-svn: 78567
      f354b6ef
  6. Aug 09, 2009
  7. Aug 08, 2009
  8. Aug 05, 2009
  9. Aug 04, 2009
  10. Aug 03, 2009
  11. Aug 02, 2009
  12. Aug 01, 2009
  13. 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
Loading