Skip to content
  1. Nov 28, 2006
  2. Nov 27, 2006
    • Reid Spencer's avatar
      When truncating to bool, it is necessary to & with 1 for all casts that · 16eaffe5
      Reid Spencer authored
      can result in a bool. Previously PtrToInt, FPToUI and FPToSI were missing
      this operation.
      
      llvm-svn: 31938
      16eaffe5
    • Reid Spencer's avatar
      For PR950: · 6c38f0bb
      Reid Spencer authored
      The long awaited CAST patch. This introduces 12 new instructions into LLVM
      to replace the cast instruction. Corresponding changes throughout LLVM are
      provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
      exception of 175.vpr which fails only on a slight floating point output
      difference.
      
      llvm-svn: 31931
      6c38f0bb
  3. Nov 26, 2006
  4. Nov 25, 2006
  5. Nov 21, 2006
  6. Nov 20, 2006
  7. Nov 18, 2006
  8. Nov 17, 2006
  9. Nov 16, 2006
Loading