Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.48 -> 1.49
---
Log message:
For PR411: http://llvm.org/PR411 :
This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be unique. Th
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.47 -> 1.48
---
Log message:
Propagate changes from my local tree. This patch includes:
1. New parameter attribute called 'inreg'. It has meaning "place this
parameter in registers, if possible". This is some generalization of
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.46 -> 1.47
---
Log message:
Inherit CallGraphSCCPass directly from Pass.
---
Diffs of the changes: (+4 -3)
IPO.h |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/Transforms/IPO.h
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.45 -> 1.46
---
Log message:
Add new constructor to accept vector of exported names while creating
InternalizePass.
---
Diffs of the changes: (+1 -0)
IPO.h |1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llv
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.44 -> 1.45
LinkAllPasses.h updated: 1.29 -> 1.30
---
Log message:
Add a simple pass to make sure that all (non-library) calls to malloc and free
are visible to analysis as intrinsics. That is, make sure someone doesn't pass
fr