aboutsummaryrefslogtreecommitdiff
path: root/include/Support/DenseMap.h
AgeCommit message (Expand)Author
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