Skip to content
  1. Apr 01, 2007
    • Reid Spencer's avatar
      For PR1297: · e67d0c22
      Reid Spencer authored
      Implement code generation for overloaded intrinsic functions. The basic
      difference is that "actual" argument types must be provided when
      constructing intrinsic names and types. Also, for recognition, only the
      prefix is examined. If it matches, the suffix is assumed to match. The
      suffix is checked by the Verifier, however.
      
      llvm-svn: 35539
      e67d0c22
    • Reid Spencer's avatar
      For PR1297: · 51455e00
      Reid Spencer authored
      Add an "iAny" ValueType as a place holder for an integer type of any
      bit width. This is used for intrinsics overloading on integer type.
      
      llvm-svn: 35538
      51455e00
    • Chris Lattner's avatar
      not not! · f517e957
      Chris Lattner authored
      llvm-svn: 35537
      f517e957
    • Chris Lattner's avatar
      Fix InstCombine/2007-03-31-InfiniteLoop.ll · 04277995
      Chris Lattner authored
      llvm-svn: 35536
      04277995
    • Chris Lattner's avatar
      New testcase · 9729bdd8
      Chris Lattner authored
      llvm-svn: 35535
      9729bdd8
    • Nick Lewycky's avatar
      Implement union of wrapped sets. · f22938af
      Nick Lewycky authored
      llvm-svn: 35534
      f22938af
  2. Mar 31, 2007
  3. Mar 30, 2007
Loading