Skip to content
  1. Nov 12, 2008
  2. Oct 29, 2008
  3. 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
  4. Oct 24, 2008
  5. Oct 18, 2008
  6. Oct 07, 2008
  7. Oct 03, 2008
  8. Oct 01, 2008
  9. Sep 30, 2008
  10. Sep 24, 2008
  11. Sep 21, 2008
  12. Sep 19, 2008
  13. 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
  14. Sep 16, 2008
  15. 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
  16. Aug 20, 2008
  17. Aug 19, 2008
  18. Aug 18, 2008
  19. Aug 14, 2008
  20. Aug 13, 2008
  21. Aug 06, 2008
  22. Jul 30, 2008
  23. Jul 29, 2008
  24. Jul 28, 2008
    • Dan Gohman's avatar
      Fold the useful features of alist and alist_node into ilist, and · 804c95df
      Dan Gohman authored
      a new ilist_node class, and remove them. Unlike alist_node,
      ilist_node doesn't attempt to manage storage itself, so it avoids
      the associated problems, including being opaque in gdb.
      
      Adjust the Recycler class so that it doesn't depend on alist_node.
      Also, change it to use explicit Size and Align parameters, allowing
      it to work when the largest-sized node doesn't have the greatest
      alignment requirement.
      
      Change MachineInstr's MachineMemOperand list from a pool-backed
      alist to a std::list for now.
      
      llvm-svn: 54146
      804c95df
    • Dan Gohman's avatar
      Fix a typo in a comment. · 24b3ce1d
      Dan Gohman authored
      llvm-svn: 54136
      24b3ce1d
  25. Jul 26, 2008
  26. Jul 25, 2008
Loading