1. 7d8fab9 Remove unused file by Chris Lattner · 21 years ago
  2. 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 21 years ago
  3. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  4. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
  5. b60fe77 hash_map and hash_set: by Misha Brukman · 21 years ago
  6. 53523e5 Reordered includes to be consistent with the LLVM style. by Misha Brukman · 21 years ago
  7. 20968a2 Remove extraneous cl:: namespace qualifiers by Chris Lattner · 21 years ago
  8. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
  9. 80d79fa If we can't find INT64_MAX, set it to a reasonable default value, by Brian Gaeke · 21 years ago
  10. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
  11. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
  12. 2dd93ed Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities by Chris Lattner · 21 years ago
  13. aeac00e Including statistics into an anonymous namespace that gets #included into by Chris Lattner · 21 years ago
  14. 4181a4f New file by Chris Lattner · 21 years ago
  15. 9ef719a This file doesn't need this include by Chris Lattner · 21 years ago
  16. c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
  17. 02a31a5 Fix another accessibility problem illuminated by GCC 3.3 by Chris Lattner · 21 years ago
  18. d091d85 Fix visibility problem exposed by GCC 3.3 by Chris Lattner · 21 years ago
  19. d957518 Use the C++ <cassert> header, not the C <assert.h> header by Chris Lattner · 21 years ago
  20. a44a4cd Add includes of assert by Chris Lattner · 21 years ago
  21. 32862da Fix accessibility problems GCC 3.3 by Chris Lattner · 21 years ago
  22. ab63bd1 Add assert.h include by Chris Lattner · 21 years ago
  23. 9c37f9c Convert to C++ style comments by Chris Lattner · 21 years ago
  24. 7f90b52 Include vector into these two files to ensure that specializations like by Vikram S. Adve · 21 years ago
  25. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  26. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
  27. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
  28. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  29. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  30. 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
  31. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
  32. a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
  33. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  34. 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
  35. 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
  36. a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
  37. be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
  38. a3e5764 Made changes suggested by Chris; Renamed 'union' function to unionSetsWith by Sumant Kowshik · 21 years ago
  39. 0c0583a There are now no uses of NonCopyableV by Chris Lattner · 21 years ago
  40. bf0ac3f Add doxygen comment for namespace by Chris Lattner · 21 years ago
  41. 87a991e Implementation of Equivalence Classes by Sumant Kowshik · 21 years ago
  42. 1ff1da7 dyn_cast_or_null should work just the same as dyn_cast does by Chris Lattner · 21 years ago
  43. b3b729b Add support for a new "CommaSeparated" modifier by Chris Lattner · 21 years ago
  44. 806cebc Updates to match recent timer updates by Chris Lattner · 22 years ago
  45. 011ce8d Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends by Chris Lattner · 22 years ago
  46. ea0f49e Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. by Chris Lattner · 22 years ago
  47. 6f2ec7f Update comment by Chris Lattner · 22 years ago
  48. 8fb1fe1 Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95 by Chris Lattner · 22 years ago
  49. 24e03d3 Fix #endif by Chris Lattner · 22 years ago
  50. a430bc7 Add support for the slist extension by Chris Lattner · 22 years ago
  51. a329733 Allow the addition of edge source labels by Chris Lattner · 22 years ago
  52. 7f306c8 Add hash_multimap support by Chris Lattner · 22 years ago
  53. fd373cb Initial checking: defult the make_vector function by Chris Lattner · 22 years ago
  54. cb09cc2 Move annotation to support library by Chris Lattner · 22 years ago
  55. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
  56. 2a77df3 Fix header by Chris Lattner · 22 years ago
  57. 1818275 Bug fix in operator==() and in method fini(). by Vikram S. Adve · 22 years ago
  58. 0e2cf76 Several fixes: by Vikram S. Adve · 22 years ago
  59. 44a9267 Add facility to compute peak memory usage by Chris Lattner · 22 years ago
  60. d8a947e Fix warning by Chris Lattner · 22 years ago
  61. 169f8b8 Add tarj_end() method by Chris Lattner · 22 years ago
  62. d8d97ce Fix a problem where bad graphs could be generated by Chris Lattner · 22 years ago
  63. 691cd89 Include HashExtras.h since it is almost always needed anyway. by Vikram S. Adve · 22 years ago
  64. 45a9116 Make maxSize a private variable, add a size() accessor by Chris Lattner · 22 years ago
  65. 5f76054 An implementation of the bit-vector representation of sets. by Vikram S. Adve · 22 years ago
  66. b7843a4 Allow memory sizes to be negative, eliminate TmpRSS by Chris Lattner · 22 years ago
  67. 5fe9171 Generic graph iterator to enumerate the SCCs of a graph by Vikram S. Adve · 22 years ago
  68. 4932b31 Statistic class should return const reference to *this, not a reference to by Chris Lattner · 22 years ago
  69. 4a63b72 Don't #include <Support/*>, #include "Support/*" by Chris Lattner · 22 years ago
  70. df6f583 Add neccesary #include by Chris Lattner · 22 years ago
  71. ab77194 Old GCC's don't have an <ostream> by Chris Lattner · 22 years ago
  72. 137d399 Don't emit braces around something without outgoing edges by Chris Lattner · 22 years ago
  73. dc05fffe Break up the GraphWriter into smaller chunks to be used in different ways by Chris Lattner · 22 years ago
  74. a16adb7 As wierd as it feels to type it, const void* is more generic than void* by Chris Lattner · 22 years ago
  75. 7be17dd Allow simple nodes to have outgoing edges by Chris Lattner · 22 years ago
  76. 96f5493 * Factor printing code again, add emitSimpleNode method by Chris Lattner · 22 years ago
  77. 834a9d1 * Add new DOTGraphTraits::addCustomGraphFeatures method by Chris Lattner · 22 years ago
  78. 8c836ce * Significantly refactor GraphWriter into a class. by Chris Lattner · 22 years ago
  79. 63a32de - Generic graph printing infrastructure changes: by Chris Lattner · 22 years ago
  80. d063725 disable the unused "pointer" member by Chris Lattner · 22 years ago
  81. b38e4fd Add dummy entries to document what members can be added by Chris Lattner · 22 years ago
  82. f6516da * Don't only print out reachable nodes in the graph. by Chris Lattner · 22 years ago
  83. e981283 Add new getGraphProperties that may be specialized by graphs by Chris Lattner · 22 years ago
  84. 9106a58 Don't rotate paper. by Chris Lattner · 22 years ago
  85. 95b923d - Allow printing generic LLVM graphs to 'dot' files, so they can be by Chris Lattner · 22 years ago
  86. b0d0f5b The wall clock timer (implementing using the RTC or cycle counter on x86) is by Chris Lattner · 22 years ago
  87. 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
  88. 6c38a79 Checkin generic interval timer support by Chris Lattner · 22 years ago
  89. 16ca2b9 Fix ambiguity problem due to builtin log2(double) function by Chris Lattner · 22 years ago
  90. 33adbcc Add ilist_iterator constructor from a node reference. by Vikram S. Adve · 22 years ago
  91. 86bdc54 Fix to work correctly under linux by Chris Lattner · 22 years ago
  92. 0d0d3ee Add support for MacOS and (hopefully) other BSD derivatives. by Vikram S. Adve · 22 years ago
  93. dbc436c Tighten up sanity checking by Chris Lattner · 22 years ago
  94. 9ada838 Try to work well on multiple platforms. by Chris Lattner · 22 years ago
  95. ff7f701 Add better linux support by using the right macro. This still should be by Chris Lattner · 22 years ago
  96. 4042332 Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96 by Chris Lattner · 22 years ago
  97. 96c2ce8 Checkin initial support for automatic memory leak detection routines by Chris Lattner · 22 years ago
  98. d23a35b Simplify interface to parsers. by Chris Lattner · 22 years ago
  99. 2440db2 Add support for GCC 3.0.4 by Chris Lattner · 22 years ago
  100. de32fed GCC 3.1 changes by Chris Lattner · 22 years ago