Skip to content
  1. Jul 02, 2013
    • Ulrich Weigand's avatar
      · 2b6fc8d6
      Ulrich Weigand authored
      [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
      
      This allows getDebugThreadLocalSymbol to return a generic MCExpr
      instead of just a MCSymbolRefExpr.
      
      This is in preparation for supporting debug info for TLS variables
      on PowerPC, where we need to describe the variable location using
      a more complex expression than just MCSymbolRefExpr.
      
      llvm-svn: 185460
      2b6fc8d6
  2. Jul 01, 2013
  3. Jun 30, 2013
  4. Jun 28, 2013
  5. Jun 27, 2013
  6. Jun 26, 2013
  7. Jun 25, 2013
  8. Jun 24, 2013
  9. 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
  10. Jun 22, 2013
  11. Jun 21, 2013
  12. Jun 19, 2013
  13. Jun 18, 2013
  14. Jun 16, 2013
  15. Jun 15, 2013
  16. Jun 14, 2013
  17. Jun 13, 2013
  18. Jun 12, 2013
  19. 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
  20. Jun 09, 2013
  21. Jun 07, 2013
  22. Jun 06, 2013
  23. Jun 05, 2013
  24. Jun 03, 2013
  25. Jun 01, 2013
Loading