Skip to content
  1. Mar 22, 2007
    • Reid Spencer's avatar
      Test case for PR1248 · fa9925e2
      Reid Spencer authored
      llvm-svn: 35251
      fa9925e2
    • Reid Spencer's avatar
      For PR1145: · be7e9bc4
      Reid Spencer authored
      Add the NoUnwindAttribute to allow explicit marking of functions that do
      not unwind the stack via the unwind instruction. This is akin to gcc's
      NoThrow attribute and used for optimizing exception handling.
      
      llvm-svn: 35250
      be7e9bc4
    • Anton Korobeynikov's avatar
      More LangRef fixes. Corrected names of intrinsics. · be9c93c7
      Anton Korobeynikov authored
      llvm-svn: 35249
      be9c93c7
    • Anton Korobeynikov's avatar
      Fixed va_arg example. Reported by Roman Samoilov · 640bbe0a
      Anton Korobeynikov authored
      llvm-svn: 35248
      640bbe0a
    • 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
Loading