Skip to content
  1. Dec 05, 2008
  2. Dec 03, 2008
  3. Nov 26, 2008
  4. Nov 21, 2008
  5. Nov 13, 2008
  6. Nov 12, 2008
  7. Oct 29, 2008
  8. Oct 27, 2008
    • David Greene's avatar
      · b00b267b
      David Greene authored
      Fix PR2634.  Create new virtual registers from spills early so that we
      can give it the same stack slot as the spilled interval if it is folded.
      This prevents the fold/unfold code from pointing to the wrong register.
      
      llvm-svn: 58255
      b00b267b
  9. Oct 24, 2008
  10. Oct 18, 2008
  11. Oct 07, 2008
  12. Oct 03, 2008
  13. Oct 01, 2008
  14. Sep 30, 2008
  15. Sep 24, 2008
  16. Sep 21, 2008
  17. Sep 19, 2008
  18. Sep 17, 2008
    • Dale Johannesen's avatar
      Add a bit to mark operands of asm's that conflict · f8610ebe
      Dale Johannesen authored
      with an earlyclobber operand elsewhere.  Propagate
      this bit and the earlyclobber bit through SDISel.
      Change linear-scan RA not to allocate regs in a way 
      that conflicts with an earlyclobber.  See also comments.
      
      llvm-svn: 56290
      f8610ebe
  19. Sep 16, 2008
  20. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  21. Aug 20, 2008
  22. Aug 19, 2008
  23. Aug 18, 2008
  24. Aug 14, 2008
  25. Aug 13, 2008
  26. Aug 06, 2008
  27. Jul 30, 2008
Loading