Skip to content
  1. Dec 20, 2006
  2. Dec 19, 2006
  3. Dec 18, 2006
  4. Dec 17, 2006
  5. Dec 16, 2006
  6. Dec 15, 2006
  7. Dec 14, 2006
    • Jim Laskey's avatar
      1. Tidy up jump table info. · 70323a81
      Jim Laskey authored
      2. Allow the jit to handle PIC relocable jump tables.
      
      llvm-svn: 32581
      70323a81
    • Evan Cheng's avatar
      Fix a long-standing spiller bug: · 4c306ae0
      Evan Cheng authored
      If a spillslot value is available in a register, and there is a noop copy that
      targets that register, the spiller correctly decide not to invalidate the
      spillslot register.
      
      However, even though the noop copy does not clobbers the value. It does start a
      new intersecting live range. That means the spillslot register is available for
      use but should not be reused for a two-address instruction modref operand which
      would clobber the new live range.
      
      When we remove the noop copy, update the available information by clearing the
      canClobber bit.
      
      llvm-svn: 32576
      4c306ae0
  8. Dec 13, 2006
  9. Dec 12, 2006
Loading