Skip to content
  1. Nov 03, 2010
  2. Nov 01, 2010
  3. Oct 30, 2010
  4. Oct 29, 2010
  5. Oct 28, 2010
  6. Oct 26, 2010
  7. Oct 21, 2010
  8. Oct 15, 2010
  9. Oct 06, 2010
  10. Sep 26, 2010
  11. Sep 25, 2010
  12. Aug 14, 2010
    • Jakob Stoklund Olesen's avatar
      Clean up the Spiller.h interface. · 27e1f265
      Jakob Stoklund Olesen authored
      The earliestStart argument is entirely specific to linear scan allocation, and
      can be easily calculated by RegAllocLinearScan.
      
      Replace std::vector with SmallVector.
      
      llvm-svn: 111055
      27e1f265
  13. Aug 13, 2010
  14. Aug 12, 2010
    • Jakob Stoklund Olesen's avatar
      Implement single block splitting. · 622848b2
      Jakob Stoklund Olesen authored
      Before spilling a live range, we split it into a separate range for each basic
      block where it is used. That way we only get one reload per basic block if the
      new smaller ranges can allocate to a register.
      
      This type of splitting is already present in the standard spiller.
      
      llvm-svn: 110934
      622848b2
  15. Aug 10, 2010
  16. Aug 07, 2010
  17. Aug 06, 2010
  18. Aug 05, 2010
  19. Jul 27, 2010
  20. Jul 21, 2010
  21. Jul 20, 2010
  22. Jul 19, 2010
  23. Jul 09, 2010
    • Jakob Stoklund Olesen's avatar
      Change TII::foldMemoryOperand API to require the machine instruction to be · bd953d18
      Jakob Stoklund Olesen authored
      inserted in a MBB, and return an already inserted MI.
      
      This target API change is necessary to allow foldMemoryOperand to call
      storeToStackSlot and loadFromStackSlot when folding a COPY to a stack slot
      reference in a target independent way.
      
      The foldMemoryOperandImpl hook is going to change in the same way, but I'll wait
      until COPY folding is actually implemented. Most targets only fold copies and
      won't need to specialize this hook at all.
      
      llvm-svn: 107991
      bd953d18
  24. Jul 02, 2010
  25. Jul 01, 2010
  26. Jun 30, 2010
Loading