aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/UniqueVector.h
AgeCommit message (Expand)Author
2007-02-06Fix build error.Lauro Ramos Venancio
2007-02-05Simplify this a bit, add an assertionChris Lattner
2007-02-05Const method must use const_iterator.Chris Lattner
2006-01-26Use find instead of lower_bounds.Jim Laskey
2006-01-26Add support to find existing entries.Jim Laskey
2006-01-17Suppress "no newline at end of file" warnings.Evan Cheng
2006-01-17Reduce memory consumption and force (somewhat) access to entries via ID.Jim Laskey
2006-01-16Redundant inline keyword.Jim Laskey
2006-01-16UniqueVector template provides a means of enumerating objects uniquely.Jim Laskey