Skip to content
  1. Sep 11, 2011
  2. Sep 09, 2011
  3. Sep 08, 2011
  4. Sep 07, 2011
  5. Sep 02, 2011
  6. Sep 01, 2011
  7. Aug 30, 2011
    • Evan Cheng's avatar
      Follow up to r138791. · e6fba779
      Evan Cheng authored
      Add a instruction flag: hasPostISelHook which tells the pre-RA scheduler to
      call a target hook to adjust the instruction. For ARM, this is used to
      adjust instructions which may be setting the 's' flag. ADC, SBC, RSB, and RSC
      instructions have implicit def of CPSR (required since it now uses CPSR physical
      register dependency rather than "glue"). If the carry flag is used, then the
      target hook will *fill in* the optional operand with CPSR. Otherwise, the hook
      will remove the CPSR implicit def from the MachineInstr.
      
      llvm-svn: 138810
      e6fba779
    • Craig Topper's avatar
      Add vvvv support to disassembling of instructions with MRMDestMem and... · 4f2fba11
      Craig Topper authored
      Add vvvv support to disassembling of instructions with MRMDestMem and MRMDestReg form. Needed to support mem dest form of vmaskmovps/d. Fixes PR10807.
      
      llvm-svn: 138795
      4f2fba11
    • Kevin Enderby's avatar
      7e2489a7
  8. Aug 27, 2011
  9. Aug 25, 2011
  10. Aug 24, 2011
  11. Aug 23, 2011
  12. Aug 19, 2011
  13. Aug 17, 2011
  14. Aug 16, 2011
  15. Aug 15, 2011
  16. Aug 10, 2011
    • David Greene's avatar
      Make Record Name an Init · 50c09124
      David Greene authored
      Use an Init (ultimately a StringInit) to represent the Record name.
      This allows the name to be composed by standard TableGen operators.
      This will enable us to get rid of the ugly #NAME# hack processing and
      naturally replace it with operators.  It also increases flexibility
      and power of the TableGen language by allowing record identifiers to
      be computed dynamically.
      
      llvm-svn: 137232
      50c09124
    • David Greene's avatar
      Add getAsUnquotedString · 4a36d144
      David Greene authored
      Add a method to return an Init as an unquoted string.  This primarily
      affects StringInit where we return the value without surrounding it
      with quotes.
      
      This is in preparation for removing the ugly #NAME# hack and replacing
      it with standard TabelGen operators.
      
      llvm-svn: 137231
      4a36d144
    • Owen Anderson's avatar
      Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly... · ecc4ffc9
      Owen Anderson authored
      Fix an oversight in the FixedLenDecoderEmitter where we weren't correctly checking the success result of custom decoder hooks on singleton decodings.
      
      llvm-svn: 137171
      ecc4ffc9
    • Owen Anderson's avatar
      Create a new register class for the set of all GPRs except the PC. Use it to... · 042619f9
      Owen Anderson authored
      Create a new register class for the set of all GPRs except the PC.  Use it to tighten our decoding of BFI.
      
      llvm-svn: 137168
      042619f9
  17. Aug 09, 2011
  18. Aug 08, 2011
  19. Aug 04, 2011
Loading