Changes in directory llvm/lib/Transforms/IPO:
StripSymbols.cpp updated: 1.14 -> 1.15
---
Log message:
Switch ValueSymbolTable to use StringMap instead of
std::map
as its main datastructure. There are many improvements yet to be made, but
this speeds up opt --std-compile-opts on 447.dealII by
Changes in directory llvm/lib/Transforms/IPO:
StripSymbols.cpp updated: 1.13 -> 1.14
---
Log message:
shrink vmcore by moving symbol table stripping support out of VMCore into
the one IPO pass that uses it.
---
Diffs of the changes: (+23 -2)
StripSymbols.cpp | 25 +++-
Changes in directory llvm/lib/Transforms/IPO:
StripSymbols.cpp updated: 1.7 -> 1.8
---
Log message:
Strip changes to llvm.dbg intrinsics.
---
Diffs of the changes: (+34 -7)
StripSymbols.cpp | 41 ++---
1 files changed, 34 insertions(+), 7 deletions(-)
Changes in directory llvm/lib/Transforms/IPO:
StripSymbols.cpp updated: 1.6 -> 1.7
---
Log message:
Teach the strip pass to strip type names in addition to value names. This
is fallout from the type/value split in the symtab long long ago :)
---
Diffs of the changes: (+5 -0)
StripSymbols.
Changes in directory llvm/lib/Transforms/IPO:
StripSymbols.cpp updated: 1.5 -> 1.6
---
Log message:
Handle the removal of the debug chain.
---
Diffs of the changes: (+1 -1)
StripSymbols.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/IPO/StripSymb
Changes in directory llvm/lib/Transforms/IPO:
StripSymbols.cpp updated: 1.4 -> 1.5
---
Log message:
fix a pasto
---
Diffs of the changes: (+1 -1)
StripSymbols.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/IPO/StripSymbols.cpp
diff -u llvm/lib/Tr