Skip to content
  1. Aug 05, 2007
  2. Aug 04, 2007
    • Chandler Carruth's avatar
      This is the patch to provide clean intrinsic function overloading support in... · 7132e00d
      Chandler Carruth authored
      This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
      
      This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported.
      
      llvm-svn: 40807
      7132e00d
    • Dale Johannesen's avatar
      Make x86 long double alignment 32 for everything but · b0c7585f
      Dale Johannesen authored
      Darwin (which makes size within a struct==96)
      
      llvm-svn: 40796
      b0c7585f
  3. Aug 03, 2007
  4. Aug 02, 2007
  5. Aug 01, 2007
  6. Jul 31, 2007
  7. Jul 30, 2007
  8. Jul 29, 2007
  9. Jul 28, 2007
  10. Jul 27, 2007
  11. Jul 26, 2007
  12. Jul 25, 2007
  13. Jul 24, 2007
Loading