Skip to content
  1. Feb 15, 2004
  2. Feb 14, 2004
  3. Feb 13, 2004
  4. Feb 12, 2004
  5. Feb 10, 2004
  6. Feb 05, 2004
  7. Feb 02, 2004
  8. Feb 01, 2004
  9. Jan 31, 2004
  10. Jan 23, 2004
  11. Jan 22, 2004
  12. Jan 16, 2004
  13. Jan 14, 2004
  14. Jan 13, 2004
  15. Jan 07, 2004
  16. Jan 05, 2004
  17. Dec 28, 2003
    • Alkis Evlogimenos's avatar
      Add coalescing to register allocator. A hint is added to each interval · 43b587d9
      Alkis Evlogimenos authored
      which denotes the register we would like to be assigned to (virtual or
      physical). In register allocation, if this hint exists and we can map
      it to a physical register (it is either a physical register or it is a
      virtual register that already got assigned to a physical one) we use
      that register if it is available instead of a random one in the free
      pool.
      
      llvm-svn: 10634
      43b587d9
  18. Dec 24, 2003
  19. Dec 22, 2003
  20. Dec 21, 2003
  21. Dec 18, 2003
Loading