Skip to content
  1. Jun 26, 2007
  2. Jun 19, 2007
    • Dan Gohman's avatar
      Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad · 9e820649
      Dan Gohman authored
      with a general target hook to identify rematerializable instructions. Some
      instructions are only rematerializable with specific operands, such as loads
      from constant pools, while others are always rematerializable. This hook
      allows both to be identified as being rematerializable with the same
      mechanism.
      
      llvm-svn: 37644
      9e820649
  3. May 06, 2007
  4. Apr 25, 2007
  5. Apr 23, 2007
  6. Apr 20, 2007
  7. Apr 17, 2007
  8. Apr 11, 2007
  9. Mar 21, 2007
  10. Jan 26, 2007
  11. Jan 24, 2007
  12. Dec 05, 2006
  13. Nov 30, 2006
  14. Nov 29, 2006
  15. Nov 04, 2006
  16. Oct 30, 2006
  17. Oct 13, 2006
  18. Oct 12, 2006
  19. Oct 11, 2006
  20. Oct 09, 2006
  21. Sep 22, 2006
  22. Sep 11, 2006
  23. Sep 08, 2006
  24. Sep 07, 2006
  25. Aug 11, 2006
  26. Jul 20, 2006
  27. Jul 19, 2006
  28. Jul 11, 2006
  29. Jun 29, 2006
  30. Jun 27, 2006
  31. Jun 15, 2006
  32. Jun 02, 2006
  33. Jun 01, 2006
  34. May 30, 2006
    • Evan Cheng's avatar
      A addressing mode folding enhancement: · 734e1e24
      Evan Cheng authored
      Fold c2 in (x << c1) | c2 where (c2 < c1)
      e.g.
      int test(int x) {
        return (x << 3) + 7;
      }
      
      This can be codegen'd as:
      leal 7(,%eax,8), %eax
      
      llvm-svn: 28550
      734e1e24
  35. May 20, 2006
  36. May 19, 2006
Loading