[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2007-04-17 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.62 - 1.63 --- Log message: Fix --- Diffs of the changes: (+1 -1) TransformFunctionBody.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

Re: [llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2007-04-17 Thread Chris Lattner
@@ -654,7 +654,7 @@ Value *Align = ConstantInt::get(Type::Int32Ty,0); Value* Opts[3] = {ArgVal, ElSize, Align}; new CallInst(PAInfo.PoolInit, Opts, 3,, TheCall); - new CallInst(PAInfo.PoolDestroy, ArgVal, , TheCall-getNext ()); + new

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2007-04-17 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.63 - 1.64 --- Log message: This is really really ugly --- Diffs of the changes: (+2 -1) TransformFunctionBody.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2006-06-27 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.53 - 1.54 --- Log message: see through casts to underlying function pointers --- Diffs of the changes: (+4 -0) TransformFunctionBody.cpp |4 1 files changed, 4 insertions(+) Index:

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2006-04-13 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.51 - 1.52 --- Log message: Use the nifty new memset intrinsics --- Diffs of the changes: (+20 -17) TransformFunctionBody.cpp | 37 - 1 files changed, 20

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2005-12-22 Thread Dinakar Dhurjati
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.47 - 1.48 --- Log message: Changes for SAFECode --- Diffs of the changes: (+75 -4) TransformFunctionBody.cpp | 79 +++--- 1 files changed, 75 insertions(+),

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2005-12-22 Thread Dinakar Dhurjati
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.48 - 1.49 --- Log message: *** empty log message *** --- Diffs of the changes: (+2 -4) TransformFunctionBody.cpp |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: