Skip to content
  1. May 27, 2006
  2. May 26, 2006
  3. May 25, 2006
  4. May 24, 2006
  5. May 19, 2006
  6. May 17, 2006
  7. May 14, 2006
  8. May 09, 2006
  9. Apr 27, 2006
  10. Apr 08, 2006
  11. Apr 07, 2006
  12. Apr 02, 2006
  13. Mar 27, 2006
  14. Mar 09, 2006
  15. Feb 18, 2006
  16. Feb 15, 2006
  17. Feb 14, 2006
  18. Feb 12, 2006
  19. Feb 11, 2006
  20. Jan 26, 2006
  21. Jan 24, 2006
  22. Jan 22, 2006
  23. Jan 20, 2006
  24. Jan 18, 2006
  25. Jan 17, 2006
  26. Jan 16, 2006
    • Reid Spencer's avatar
      For PR411: · b4f9a6f1
      Reid Spencer authored
      This patch is an incremental step towards supporting a flat symbol table.
      It de-overloads the intrinsic functions by providing type-specific intrinsics
      and arranging for automatically upgrading from the old overloaded name to
      the new non-overloaded name. Specifically:
        llvm.isunordered -> llvm.isunordered.f32, llvm.isunordered.f64
        llvm.sqrt -> llvm.sqrt.f32, llvm.sqrt.f64
        llvm.ctpop -> llvm.ctpop.i8, llvm.ctpop.i16, llvm.ctpop.i32, llvm.ctpop.i64
        llvm.ctlz -> llvm.ctlz.i8, llvm.ctlz.i16, llvm.ctlz.i32, llvm.ctlz.i64
        llvm.cttz -> llvm.cttz.i8, llvm.cttz.i16, llvm.cttz.i32, llvm.cttz.i64
      New code should not use the overloaded intrinsic names. Warnings will be
      emitted if they are used.
      
      llvm-svn: 25366
      b4f9a6f1
  27. Jan 14, 2006
  28. Jan 13, 2006
Loading