Skip to content
  1. Mar 22, 2007
    • Evan Cheng's avatar
      Fix for PR1257. Bug in live range shortening as a result of copy coalescing · a20815e1
      Evan Cheng authored
      where the destination is dead.
      
      llvm-svn: 35252
      a20815e1
    • Reid Spencer's avatar
      For PR1248: · f4071163
      Reid Spencer authored
      * Fix some indentation and comments in InsertRangeTest
      * Add an "IsSigned" parameter to AddWithOverflow and make it handle signed
        additions. Also, APIntify this function so it works with any bitwidth.
      * For the icmp pred ([us]div %X, C1), C2 transforms, exit early if the
        div instruction's RHS is zero.
      * Finally, for icmp pred (sdiv %X, C1), -C2, fix an off-by-one error. The
        HiBound needs to be incremented in order to get the range test correct.
      
      llvm-svn: 35247
      f4071163
  2. Mar 21, 2007
  3. Mar 20, 2007
  4. Mar 19, 2007
Loading