summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/UniqueVector.h
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Removed trailing whitespace.Misha Brukman2009-01-09
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix build error.Lauro Ramos Venancio2007-02-06
* Simplify this a bit, add an assertionChris Lattner2007-02-05
* Const method must use const_iterator.Chris Lattner2007-02-05
* Use find instead of lower_bounds.Jim Laskey2006-01-26
* Add support to find existing entries.Jim Laskey2006-01-26
* Suppress "no newline at end of file" warnings.Evan Cheng2006-01-17
* Reduce memory consumption and force (somewhat) access to entries via ID.Jim Laskey2006-01-17
* Redundant inline keyword.Jim Laskey2006-01-16
* UniqueVector template provides a means of enumerating objects uniquely.Jim Laskey2006-01-16