Reid Spencer 0b118206bf For PR411:
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25366 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-16 21:12:35 +00:00
..
2006-01-16 21:06:01 +00:00
2005-11-30 05:26:03 +00:00
2006-01-13 02:39:42 +00:00
2005-04-21 20:39:54 +00:00
2005-07-12 15:51:55 +00:00
2006-01-08 22:41:22 +00:00
2006-01-16 01:05:24 +00:00
2005-11-12 08:42:30 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-05-06 19:59:08 +00:00
2006-01-16 21:12:35 +00:00
2006-01-10 03:14:40 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-12-26 08:36:53 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2006-01-10 09:51:48 +00:00