Skip to content
  1. Aug 05, 2013
  2. Aug 04, 2013
  3. Aug 03, 2013
    • Craig Topper's avatar
      Add support for passing -1 to __builtin_shufflevector to signify an undefined... · 50ad5b73
      Craig Topper authored
      Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities.
      
      llvm-svn: 187694
      50ad5b73
    • Hal Finkel's avatar
      Fix PPC64 64-bit GPR inline asm constraint matching · b176acb6
      Hal Finkel authored
      Internally, the PowerPC backend names the 32-bit GPRs R[0-9]+, and names the
      64-bit parent GPRs X[0-9]+. When matching inline assembly constraints with
      explicit register names, on PPC64 when an i64 MVT has been requested, we need
      to follow gcc's convention of using r[0-9]+ to refer to the 64-bit (parent)
      registers.
      
      At some point, we'll probably want to arrange things so that the generic code
      in TargetLowering uses the AsmName fields declared in *RegisterInfo.td in order
      to match these inline asm register constraints. If we do that, this change can
      be reverted.
      
      llvm-svn: 187693
      b176acb6
    • Matt Arsenault's avatar
      Minor address space code simplification. · 2f9cce2c
      Matt Arsenault authored
      Remove assertion that the verifier should catch.
      
      llvm-svn: 187692
      2f9cce2c
Loading