Skip to content
  1. Dec 23, 2006
    • Reid Spencer's avatar
      For PR950: · 266e42b3
      Reid Spencer authored
      This patch removes the SetCC instructions and replaces them with the ICmp
      and FCmp instructions. The SetCondInst instruction has been removed and
      been replaced with ICmpInst and FCmpInst.
      
      llvm-svn: 32751
      266e42b3
  2. Dec 22, 2006
  3. Dec 21, 2006
  4. Dec 20, 2006
  5. Dec 19, 2006
  6. Dec 18, 2006
  7. Dec 17, 2006
  8. Dec 16, 2006
  9. Dec 15, 2006
  10. 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
  11. Dec 13, 2006
  12. Dec 12, 2006
Loading