[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 th

[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/include/llvm/IntrinsicIns

[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 llv

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.12 -> 1.13 --- Log message: Simplify handling of llvm.dbg intrinsic operands to one spot. --- Diffs of the changes: (+78 -11) IntrinsicInst.h | 89 +--- 1 files changed,

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

2006-03-16 Thread Jim Laskey
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.11 -> 1.12 --- Log message: Typo. --- 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/include/llvm/IntrinsicIns

[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/include/l

[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 f

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

2006-01-13 Thread Chris Lattner
Changes in directory llvm/include/llvm: IntrinsicInst.h updated: 1.7 -> 1.8 --- Log message: Add some functionality to the IntrinsicInst class and some comments --- Diffs of the changes: (+20 -0) IntrinsicInst.h | 20 1 files changed, 20 insertions(+) Index: llvm/i