summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IndexedMap.h
Commit message (Expand)AuthorAge
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* rename DenseMap to IndexedMap.Chris Lattner2007-02-01
* rename DenseMap -> IndexedMap.Chris Lattner2007-02-01
* Remove whitespace from the end of the line.Alkis Evlogimenos2004-09-30
* Add missing #includeChris Lattner2004-09-09
* Pull in definition of std::unary_function.Alkis Evlogimenos2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Add size member function.Alkis Evlogimenos2004-08-27
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-26
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-26
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-26
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-25