1. 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 18 years ago
  2. 79818a4 Favor C++ casts over C casts in C++ code. by Reid Spencer · 18 years ago
  3. 6fb568f Fix utostr once and for all, by making there only be one function named by Chris Lattner · 18 years ago
  4. 37e8bde Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now by Andrew Lenharth · 18 years ago
  5. f48ec61 revert for now by Andrew Lenharth · 18 years ago
  6. cffba3a make 64-bit safe and fix the build on alpha by Andrew Lenharth · 18 years ago
  7. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  8. 410354f Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. by Chris Lattner · 19 years ago
  9. 8211e82 add some methods for case-insensitive string compares by Chris Lattner · 19 years ago
  10. 3e0be52 Use find instead of lower_bounds. by Jim Laskey · 19 years ago
  11. e4a359e Add support to find existing entries. by Jim Laskey · 19 years ago
  12. 1dc3fd1 This only needs <iosfwd> not <iostream> by Chris Lattner · 19 years ago
  13. 7715fba Suppress "no newline at end of file" warnings. by Evan Cheng · 19 years ago
  14. e315002 Reduce memory consumption and force (somewhat) access to entries via ID. by Jim Laskey · 19 years ago
  15. 67218e9 Redundant inline keyword. by Jim Laskey · 19 years ago
  16. 54c3319 UniqueVector template provides a means of enumerating objects uniquely. by Jim Laskey · 19 years ago
  17. 8b6cea1 Remove a now-dead map, patch by Saem Ghani, thanks! by Chris Lattner · 19 years ago
  18. 767a033 Implement external storage for post-order iteration, implementing PR267 by Chris Lattner · 19 years ago
  19. 61b42eb Fix comment. by Jeff Cohen · 19 years ago
  20. 8030c25 Eliminate use of sed in Visual Studio builds. by Jeff Cohen · 19 years ago
  21. 9e7a601 Wrap long lines by Misha Brukman · 19 years ago
  22. ca09bd0 Remove some tabs. Wrap a line. by Reid Spencer · 19 years ago
  23. ef35ba4 add a method by Chris Lattner · 19 years ago
  24. cb64751 Add some operators the PowerPC backend needs to efficiently and correctly by Nate Begeman · 19 years ago
  25. e25bc8c Convert tabs to spaces by Misha Brukman · 19 years ago
  26. 3b1b6e6 Convert tabs to spaces by Misha Brukman · 19 years ago
  27. 9769ab2 Remove trailing whitespace by Misha Brukman · 19 years ago
  28. 24a751e Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for by Chris Lattner · 20 years ago
  29. 37884fc Constant-propagate the value of `isL' variable and eliminate it. by Misha Brukman · 20 years ago
  30. 2413a68 Silence VC++ warning about mixing intptr_t and bool, and about unused variable isL. by Jeff Cohen · 20 years ago
  31. 1f377fe Two fixes for the copy ctor/operator=: by Chris Lattner · 20 years ago
  32. 6782397 add some methods, fix a major bug in getLeader() that was causing things to by Chris Lattner · 20 years ago
  33. 4a6d9cf implement a proper copy ctor, operator= and add a helper method. by Chris Lattner · 20 years ago
  34. 72af57f Rewrite this class, making the following improvements: by Chris Lattner · 20 years ago
  35. 986d99a remove compat_iterator, which is dead in the tree. by Chris Lattner · 20 years ago
  36. 4d1b445 Don't provide default hash struct instantiation. by Jeff Cohen · 20 years ago
  37. 1467e7a Add adapter class to let VC++ hash_map use GCC's hash struct. by Jeff Cohen · 20 years ago
  38. 6c2997f remove some more dead templates and a dead macro. by Chris Lattner · 20 years ago
  39. 127a8a7 Remove a bunch of dead templates. by Chris Lattner · 20 years ago
  40. bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 20 years ago
  41. ed4d467 Rename createNode -> createSentinal. by Chris Lattner · 20 years ago
  42. be4922a Convert some old C-style casts to C++ style. by Reid Spencer · 20 years ago
  43. 8085cff Provide support for HP/UX aCC compiler's variant of hash_map and hash_set by Reid Spencer · 20 years ago
  44. 67cb2f6 Do not let 'ftostr' return a string that starts with spaces. This allows by Chris Lattner · 20 years ago
  45. d828e34 Define the pointer hash struct before the string one, to improve compatibility by Chris Lattner · 20 years ago
  46. 7fc3824 ignore generated files by Chris Lattner · 20 years ago
  47. fbb719c Use explicit std:: qualification to avoid relying on Koenig lookup, which by Chris Lattner · 20 years ago
  48. c87b1db Get rid of template templates that were preventing VC from compiling the by Chris Lattner · 20 years ago
  49. c441f1e Fix #include flavor by Chris Lattner · 20 years ago
  50. 30eed21 Remove whitespace from the end of the line. by Alkis Evlogimenos · 20 years ago
  51. c72c617 Add includes and use std:: for standard library calls to make code by Alkis Evlogimenos · 20 years ago
  52. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  53. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  54. 70e2d38 Fix the replace method to assert if an item was erased from the set but not by Reid Spencer · 20 years ago
  55. 0bdc620 Implement the remove method for deleting entries from the SetVector. by Reid Spencer · 20 years ago
  56. 8018a66 Add missing #include by Chris Lattner · 20 years ago
  57. df8d5e9 Pull in definition of std::unary_function. by Alkis Evlogimenos · 20 years ago
  58. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  59. fc093bd Add size member function. by Alkis Evlogimenos · 20 years ago
  60. 5501e56 Add default index functor (an identity functor). You could use a by Alkis Evlogimenos · 20 years ago
  61. 8831db7 Instead of int64_t, overload itostr with `long long' parameter. by Misha Brukman · 20 years ago
  62. b5e1dec Add itostr(long) for our furry 64-bit friends. by Misha Brukman · 20 years ago
  63. 3638e99 Fix typo in comment. by Brian Gaeke · 20 years ago
  64. f90fcaf Add back() and pop_back() methods to SetVector by Chris Lattner · 20 years ago
  65. 7b32639 Add greater_ptr functor. by Alkis Evlogimenos · 20 years ago
  66. c5f9d8c Use C++-style <cstdio> instead of C-style <stdio.h> by Misha Brukman · 20 years ago
  67. 913e1b4 Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype> by Misha Brukman · 20 years ago
  68. 497b52f isupper() and tolower() are declared in <ctype.h> by Misha Brukman · 20 years ago
  69. 5e87754 Give SetVector range support by Chris Lattner · 20 years ago
  70. 85e4eb6 Fix warning compiling with VC++ by Chris Lattner · 20 years ago
  71. 800473c Get rid of some cruft in the insert method. by Reid Spencer · 20 years ago
  72. 4bb2867 First version of a vector with uniqueness constraints (or a set with by Reid Spencer · 20 years ago
  73. 3b94a51 Add more operators. by Alkis Evlogimenos · 20 years ago
  74. 990a6a3 Unbreak the build. tsk tsk by Chris Lattner · 20 years ago
  75. 64aed54 Add a LowercaseString() utility function, courtesy of brg. by Misha Brukman · 20 years ago
  76. 63d64a8 GCC doesn't like prefix form of cast with two identifiers I guess. by Chris Lattner · 20 years ago
  77. c285da7 Silence a warning by Chris Lattner · 20 years ago
  78. 2908ca7 Add explicit casts to silence warnings. There is no need to use snprintf here. by Chris Lattner · 20 years ago
  79. 6bf7ca5 Only use the non-standards-compliant std::distance on the compiler that is by Chris Lattner · 20 years ago
  80. 1da7e8e Add comparator useful for natural comparisons on collections with by Alkis Evlogimenos · 20 years ago
  81. 6ffd14d Remember the set of leaders. Also compute on demand and cache the equiv by Vikram S. Adve · 20 years ago
  82. afa9235 Declare iterator as public since it is defined as such (gcc-3.4 fix) by Alkis Evlogimenos · 20 years ago
  83. f9a5f78 Switch to including <iostream> for compatibility with gcc-3.0.x (Debian). by Brian Gaeke · 20 years ago
  84. 7c78afe Fix a bug in the densemap that was killing the local allocator, and probably by Chris Lattner · 21 years ago
  85. 00fa65b Fix typeo. grow() cannot shrink storage. clear() should really nuke storage by Chris Lattner · 21 years ago
  86. 4d0d864 Add DenseMap template and actually use it for for mapping virtual regs by Alkis Evlogimenos · 21 years ago
  87. c50879d Noone cares about similarity to boost by Chris Lattner · 21 years ago
  88. cbc20b4 Renamed to hash_set.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
  89. 6cd5244 Renamed to hash_map.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
  90. c134395 Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. by Brian Gaeke · 21 years ago
  91. bc79471 Add next() and prior() iterator utility functions. Unlike std::advance by Alkis Evlogimenos · 21 years ago
  92. a0031cc Update the example here in the header file. by Brian Gaeke · 21 years ago
  93. 71be6db Add global methods that prevent us from using ilist::iterators as by Alkis Evlogimenos · 21 years ago
  94. 2cca300 One of the 'annoying' things about ilists is that the iterators don't behave by Chris Lattner · 21 years ago
  95. d924edb add support for -- for symmetry by Chris Lattner · 21 years ago
  96. 9fc8a3e add new function by Chris Lattner · 21 years ago
  97. d2aa7b8 Hrm, how could this compile? by Chris Lattner · 21 years ago
  98. 9bb2188 A better way to get std::pair into the compiler's little, walnut-sized brain. by Brian Gaeke · 21 years ago
  99. 6de98f2 This is a hack to make this file compile under g++-3.0.x; by Brian Gaeke · 21 years ago
  100. 825b02d Fix copy-and-pasteo by Chris Lattner · 21 years ago