aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/UniqueVector.h
Commit message (Collapse)AuthorAgeFilesLines
* Use find instead of lower_bounds.Jim Laskey2006-01-261-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25657 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support to find existing entries.Jim Laskey2006-01-261-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25654 91177308-0d34-0410-b5e6-96231b3b80d8
* Suppress "no newline at end of file" warnings.Evan Cheng2006-01-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25400 91177308-0d34-0410-b5e6-96231b3b80d8
* Reduce memory consumption and force (somewhat) access to entries via ID.Jim Laskey2006-01-171-11/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25393 91177308-0d34-0410-b5e6-96231b3b80d8
* Redundant inline keyword.Jim Laskey2006-01-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25377 91177308-0d34-0410-b5e6-96231b3b80d8
* UniqueVector template provides a means of enumerating objects uniquely.Jim Laskey2006-01-161-0/+70
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25376 91177308-0d34-0410-b5e6-96231b3b80d8