aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/UniqueVector.h
AgeCommit message (Expand)Author
2009-01-09Removed trailing whitespace.Misha Brukman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
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