Skip to content
  1. Jun 11, 2013
  2. Jun 10, 2013
    • Eric Christopher's avatar
      Remove unused function. · 8c47bb1a
      Eric Christopher authored
      llvm-svn: 183698
      8c47bb1a
    • Eric Christopher's avatar
      IndentCount is only used within NDEBUG code. · b7e3b42c
      Eric Christopher authored
      llvm-svn: 183695
      b7e3b42c
    • Tim Northover's avatar
      X86: Stop LEA64_32r doing unspeakable things to its arguments. · 6833e3fd
      Tim Northover authored
      Previously LEA64_32r went through virtually the entire backend thinking it was
      using 32-bit registers until its blissful illusions were cruelly snatched away
      by MCInstLower and 64-bit equivalents were substituted at the last minute.
      
      This patch makes it behave normally, and take 64-bit registers as sources all
      the way through. Previous uses (for 32-bit arithmetic) are accommodated via
      SUBREG_TO_REG instructions which make the types and classes agree properly.
      
      llvm-svn: 183693
      6833e3fd
    • Rafael Espindola's avatar
      Add a missing 'e'. · 134cc996
      Rafael Espindola authored
      llvm-svn: 183692
      134cc996
    • Benjamin Kramer's avatar
      tblgen: Assert that InstRWs doesn't grows when we don't expect it. · b22643a4
      Benjamin Kramer authored
      llvm-svn: 183690
      b22643a4
    • Ulrich Weigand's avatar
      · 4c44032a
      Ulrich Weigand authored
      [PowerPC] Support extended sc mnemonic
      
      A plain "sc" without argument is supposed to be treated like "sc 0"
      by the assembler.  This patch adds a corresponding alias.
      
      Problem reported by Joerg Sonnenberger.
      
      llvm-svn: 183687
      4c44032a
    • Ulrich Weigand's avatar
      · aa4a2d71
      Ulrich Weigand authored
      [PowerPC] Support branch mnemonics with implied CR0
      
      The extended branch mnemonics are supposed to use an implied CR0
      if there is no explicit condition register specified.  This patch
      adds extra variants of the mnemonics to this effect.
      
      Problem reported by Joerg Sonnenberger.
      
      llvm-svn: 183686
      aa4a2d71
Loading