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-poolalloc/l
> @@ -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
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: llvm-poolalloc/lib/PoolAllocate/Transform
Changes in directory llvm-poolalloc/lib/PoolAllocate:
TransformFunctionBody.cpp updated: 1.54 -> 1.55
---
Log message:
Ignore inline asm
---
Diffs of the changes: (+5 -0)
TransformFunctionBody.cpp |5 +
1 files changed, 5 insertions(+)
Index: llvm-poolalloc/lib/PoolAllocate/Transf
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-po
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 insertio
Changes in directory llvm-poolalloc/lib/PoolAllocate:
TransformFunctionBody.cpp updated: 1.50 -> 1.51
---
Log message:
fall back on the complete call graph to get indirect targets if needed
---
Diffs of the changes: (+9 -0)
TransformFunctionBody.cpp |9 +
1 files changed, 9 inse
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: llvm-poolallo
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(+),
Changes in directory llvm-poolalloc/lib/PoolAllocate:
TransformFunctionBody.cpp updated: 1.46 -> 1.47
---
Log message:
Removing unnecesary code mapping global nodes
---
Diffs of the changes: (+12 -8)
TransformFunctionBody.cpp | 20
1 files changed, 12 insertions(+),
10 matches
Mail list logo