Skip to content
  1. Sep 23, 2011
  2. Sep 20, 2011
  3. Sep 19, 2011
    • David Greene's avatar
      Better Error Reporting · 39db48d0
      David Greene authored
      Report missing template arguments more helpfully by supplying the name
      of the missing argument in the error message.
      
      llvm-svn: 140034
      39db48d0
  4. Sep 14, 2011
  5. Sep 13, 2011
  6. Sep 11, 2011
  7. Sep 09, 2011
  8. Sep 08, 2011
  9. Sep 07, 2011
  10. Sep 02, 2011
  11. Sep 01, 2011
  12. 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
  13. Aug 27, 2011
  14. Aug 25, 2011
  15. Aug 24, 2011
  16. Aug 23, 2011
  17. Aug 19, 2011
  18. Aug 17, 2011
  19. Aug 16, 2011
Loading