Skip to content
  1. Jun 21, 2008
  2. Jun 19, 2008
  3. Jun 17, 2008
  4. Jun 16, 2008
  5. Jun 06, 2008
  6. Jun 05, 2008
  7. Jun 04, 2008
  8. Jun 02, 2008
  9. May 30, 2008
  10. May 29, 2008
  11. May 28, 2008
  12. May 24, 2008
  13. May 22, 2008
    • David Greene's avatar
      · 83048703
      David Greene authored
      When rewriting defs and uses after spilling, don't set the weight of a
      live interval to infinity if the instruction being rewritten is an
      original remat def instruction.  We were only checking against the clone
      of the remat def which doesn't actually appear in the IR at all.
      
      llvm-svn: 51440
      83048703
  14. May 20, 2008
  15. May 13, 2008
  16. May 06, 2008
  17. Apr 16, 2008
  18. Apr 11, 2008
  19. Apr 09, 2008
  20. Apr 03, 2008
  21. Apr 01, 2008
  22. Mar 31, 2008
    • Evan Cheng's avatar
      The support for remat of instructions with a register operand is hackish, to... · 73d7c3bf
      Evan Cheng authored
      The support for remat of instructions with a register operand is hackish, to say the least. Since the register operand guaranteed to be PIC base and that it is already live at all uses, we are making sure it will not be spilled after its uses are rematerialized for both performance and correctness reasons.
      
      llvm-svn: 48976
      73d7c3bf
  23. Mar 15, 2008
  24. Mar 11, 2008
  25. Mar 05, 2008
  26. Feb 27, 2008
  27. Feb 26, 2008
  28. Feb 25, 2008
Loading