Skip to content
  1. 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
  2. Aug 10, 2010
  3. Aug 07, 2010
  4. Aug 06, 2010
  5. Aug 05, 2010
  6. Jul 27, 2010
  7. Jul 21, 2010
  8. Jul 20, 2010
  9. Jul 19, 2010
  10. 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
  11. Jul 02, 2010
  12. Jul 01, 2010
  13. Jun 30, 2010
Loading