aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/IndexedMap.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+5
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-201-7/+2
* Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen2011-01-091-1/+5
* Use IndexedMap for MachineRegisterInfo as well. No functional change.Jakob Stoklund Olesen2011-01-091-0/+4
* Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...Jakob Stoklund Olesen2011-01-081-0/+4
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-1/+1
* Fixed lint errors:Misha Brukman2009-02-201-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* rename DenseMap to IndexedMap.Chris Lattner2007-02-011-3/+3
* rename DenseMap -> IndexedMap.Chris Lattner2007-02-011-7/+7
* Remove whitespace from the end of the line.Alkis Evlogimenos2004-09-301-2/+2
* Add missing #includeChris Lattner2004-09-091-0/+1
* Pull in definition of std::unary_function.Alkis Evlogimenos2004-09-021-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Add size member function.Alkis Evlogimenos2004-08-271-0/+4
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-261-12/+18
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-261-1/+1
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-261-3/+5
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-251-0/+61