aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IndexedMap.h
AgeCommit message (Expand)Author
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick
2011-01-09Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen
2011-01-09Use IndexedMap for MachineRegisterInfo as well. No functional change.Jakob Stoklund Olesen
2011-01-08Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...Jakob Stoklund Olesen
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-02-20Fixed lint errors:Misha Brukman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-01rename DenseMap to IndexedMap.Chris Lattner
2007-02-01rename DenseMap -> IndexedMap.Chris Lattner
2004-09-30Remove whitespace from the end of the line.Alkis Evlogimenos
2004-09-09Add missing #includeChris Lattner
2004-09-02Pull in definition of std::unary_function.Alkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-08-27Add size member function.Alkis Evlogimenos
2004-08-26Add default index functor (an identity functor). You could use aAlkis Evlogimenos
2004-02-26Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner
2004-02-26Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner
2004-02-25Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos