Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.8 -> 1.9
---
Log message:
Fix build error.
UniqueVector.h:66: error: âassertâ was not declared in this scope
---
Diffs of the changes: (+1 -0)
UniqueVector.h |1 +
1 files changed, 1 insertion(+)
Index: llvm/in
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.7 -> 1.8
---
Log message:
Simplify this a bit, add an assertion
---
Diffs of the changes: (+10 -11)
UniqueVector.h | 21 ++---
1 files changed, 10 insertions(+), 11 deletions(-)
Index: llvm/include/ll
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.6 -> 1.7
---
Log message:
Const method must use const_iterator.
---
Diffs of the changes: (+1 -2)
UniqueVector.h |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/include/llvm/ADT/UniqueVector.h
d
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.5 -> 1.6
---
Log message:
Use find instead of lower_bounds.
---
Diffs of the changes: (+2 -2)
UniqueVector.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/ADT/UniqueVector.h
dif
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.4 -> 1.5
---
Log message:
Add support to find existing entries.
---
Diffs of the changes: (+20 -0)
UniqueVector.h | 20
1 files changed, 20 insertions(+)
Index: llvm/include/llvm/ADT/UniqueVector
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.3 -> 1.4
---
Log message:
Suppress "no newline at end of file" warnings.
---
Diffs of the changes: (+1 -1)
UniqueVector.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/UniqueVec
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.2 -> 1.3
---
Log message:
Reduce memory consumption and force (somewhat) access to entries via ID.
---
Diffs of the changes: (+11 -11)
UniqueVector.h | 22 +++---
1 files changed, 11 insertions(+), 11 d
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.1 -> 1.2
---
Log message:
Redundant inline keyword.
---
Diffs of the changes: (+1 -1)
UniqueVector.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/UniqueVector.h
diff -u llvm/in
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h added (r1.1)
---
Log message:
UniqueVector template provides a means of enumerating objects uniquely.
---
Diffs of the changes: (+70 -0)
UniqueVector.h | 70 +
1 files chang