[llvm-commits] CVS: llvm/test/Feature/intrinsics.ll

2007-03-31 Thread Reid Spencer
Changes in directory llvm/test/Feature: intrinsics.ll updated: 1.13 -> 1.14 --- Log message: For PR1297: http://llvm.org/PR1297 : Update these test cases to use proper signatures for bswap which is now and overloaded intrinsic. Its name must be of the form llvm.bswap.i32.i32 since both the para

[llvm-commits] CVS: llvm/test/Feature/intrinsics.ll

2006-12-02 Thread Reid Spencer
Changes in directory llvm/test/Feature: intrinsics.ll updated: 1.12 -> 1.13 --- Log message: Remove old intrinsic declarations and usage. --- Diffs of the changes: (+0 -14) intrinsics.ll | 14 -- 1 files changed, 14 deletions(-) Index: llvm/test/Feature/intrinsics.ll diff -

[llvm-commits] CVS: llvm/test/Feature/intrinsics.ll

2006-01-18 Thread Reid Spencer
Changes in directory llvm/test/Feature: intrinsics.ll updated: 1.10 -> 1.11 --- Log message: Expand test to cover the non-overloaded variants of the arithmetic and floating point intrinsics. --- Diffs of the changes: (+45 -1) intrinsics.ll | 46 +++