[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h

2006-06-07 Thread Reid Spencer
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.16 - 1.17 --- Log message: For PR780: http://llvm.cs.uiuc.edu/PR780 : 1. Fix the macros in IncludeFile.h to put everything in the llvm namespace 2. Replace the previous explicit mechanism in all the .h and .cpp files with

[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h

2006-03-27 Thread Jim Laskey
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.14 - 1.15 --- Log message: Should not remove casts from variable's alloca. --- Diffs of the changes: (+1 -1) IntrinsicInst.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h

2006-03-24 Thread Jim Laskey
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.13 - 1.14 --- Log message: Rename for truth in advertising. --- Diffs of the changes: (+1 -1) IntrinsicInst.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/IntrinsicInst.h diff -u

[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h

2006-03-09 Thread Chris Lattner
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.10 - 1.11 --- Log message: remove dbg_declare, it's not used yet. --- Diffs of the changes: (+0 -1) IntrinsicInst.h |1 - 1 files changed, 1 deletion(-) Index: llvm/include/llvm/IntrinsicInst.h diff -u

[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h Intrinsics.h

2006-03-02 Thread Chris Lattner
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.9 - 1.10 Intrinsics.h updated: 1.36 - 1.37 --- Log message: Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving PR709: http://llvm.cs.uiuc.edu/PR709 , and paving the way for future progress. --- Diffs of

[llvm-commits] CVS: llvm/include/llvm/IntrinsicInst.h

2006-01-13 Thread Chris Lattner
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.8 - 1.9 --- Log message: Simplify the implementations of classof using the new IntrinsicInst classof. --- Diffs of the changes: (+32 -56) IntrinsicInst.h | 88 1