Skip to content
  1. Jun 28, 2013
  2. Jun 27, 2013
  3. Jun 26, 2013
  4. Jun 25, 2013
  5. Jun 24, 2013
  6. Jun 23, 2013
    • Andrew Trick's avatar
      Add MI-Sched support for x86 macro fusion. · 47740deb
      Andrew Trick authored
      This is an awful implementation of the target hook. But we don't have
      abstractions yet for common machine ops, and I don't see any quick way
      to make it table-driven.
      
      llvm-svn: 184664
      47740deb
  7. Jun 22, 2013
  8. Jun 21, 2013
  9. Jun 19, 2013
  10. Jun 18, 2013
  11. Jun 16, 2013
  12. Jun 15, 2013
  13. Jun 14, 2013
  14. Jun 13, 2013
  15. Jun 12, 2013
  16. Jun 10, 2013
    • 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
  17. Jun 09, 2013
  18. Jun 07, 2013
  19. Jun 06, 2013
  20. Jun 05, 2013
  21. Jun 03, 2013
  22. Jun 01, 2013
Loading