Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.11 -> 1.12
---
Log message:
disable some noisy debug output
---
Diffs of the changes: (+12 -12)
ValueSymbolTable.cpp | 24
1 files changed, 12 insertions(+), 12 deletions(-)
Index: llvm/lib/V
Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.9 -> 1.10
---
Log message:
constants can't be in the symtab anymore
---
Diffs of the changes: (+4 -8)
ValueSymbolTable.cpp | 12
1 files changed, 4 insertions(+), 8 deletions(-)
Index: llvm/lib/VMCore/Va
Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.8 -> 1.9
---
Log message:
update comment.
---
Diffs of the changes: (+3 -3)
ValueSymbolTable.cpp |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/VMCore/ValueSymbolTable.cpp
diff -u llvm/
On Tue, 2007-02-06 at 23:53 -0600, Chris Lattner wrote:
>
> Changes in directory llvm/lib/VMCore:
>
> ValueSymbolTable.cpp updated: 1.5 -> 1.6
>
>// Insert the vmap entry
>V->Name = UniqueName;
> - vmap.insert(make_pair(V->Name, V));
> }
That comment needs to be updated.
__
Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.5 -> 1.6
---
Log message:
speed up conflict handling.
---
Diffs of the changes: (+7 -2)
ValueSymbolTable.cpp |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
Index: llvm/lib/VMCore/ValueSymbolTable.cp
Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.4 -> 1.5
---
Log message:
Eliminate a bunch of work from ValueSymbolTable::insert for the common case
where a symbol name doesn't conflict. This speeds up bc reading 16% on 176.gcc!
---
Diffs of the changes: (+7 -1)
Val
Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.1 -> 1.2
---
Log message:
Simple is good. CVS is for revision control, not file headers
---
Diffs of the changes: (+2 -3)
ValueSymbolTable.cpp |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm