Skip to content
  1. Feb 08, 2007
  2. Feb 07, 2007
  3. Feb 06, 2007
    • Chris Lattner's avatar
      Two fixes: · dc0a9a7b
      Chris Lattner authored
      1. Memset takes an i32 for the value to set, not i8.  This was causing GCC to
         ICE all over the place (PR1183).
      2. memcpy/memmove were not properly zext/trunc'ing the size in some cases.
      
      llvm-svn: 33970
      dc0a9a7b
    • Jim Laskey's avatar
      Support var arg intrinsics. · 5aed30d5
      Jim Laskey authored
      llvm-svn: 33962
      5aed30d5
Loading