1. ec42d98 Ignore configure produced files by Chris Lattner · 21 years ago
  2. 909f6cf Add new function by Chris Lattner · 21 years ago
  3. e9f6f2c Update comment at head of file. Also fix C 'typedef struct' nonsense I by Brian Gaeke · 21 years ago
  4. 620ee02 Add more architectures, and ELF64 stuff. by Brian Gaeke · 21 years ago
  5. 757c1f9 Fix my sloppiness by Brian Gaeke · 21 years ago
  6. 6c39a42 ELF constants and data structures. by Brian Gaeke · 21 years ago
  7. 1cd4c72 Make sure that at least one virtual method is defined in a .cpp file to avoid by Chris Lattner · 21 years ago
  8. 7c78afe Fix a bug in the densemap that was killing the local allocator, and probably by Chris Lattner · 21 years ago
  9. 00fa65b Fix typeo. grow() cannot shrink storage. clear() should really nuke storage by Chris Lattner · 21 years ago
  10. 4d0d864 Add DenseMap template and actually use it for for mapping virtual regs by Alkis Evlogimenos · 21 years ago
  11. bb92f6f Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, by Brian Gaeke · 21 years ago
  12. 7b3d73b Use the new LLVM is_class template instead of the boost one, allowing us to by Chris Lattner · 21 years ago
  13. 5c4d53a Check in a new type_traits header which provides the mysterious is_class by Chris Lattner · 21 years ago
  14. c50879d Noone cares about similarity to boost by Chris Lattner · 21 years ago
  15. 95ee9bd DataTypes.h is now output from configure, and shortened by Brian Gaeke · 21 years ago
  16. a6eb7c1 ThreadSupport.h is now output from configure. by Brian Gaeke · 21 years ago
  17. cbc20b4 Renamed to hash_set.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
  18. 6cd5244 Renamed to hash_map.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
  19. c134395 Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. by Brian Gaeke · 21 years ago
  20. 0e67d4c Replaced by include/Support/iterator.in. by Brian Gaeke · 21 years ago
  21. 9717ee9 Add a new function by Chris Lattner · 21 years ago
  22. f5c8146 Change the order of the arguments to the ctor, allowing us to make the boolean default to true by Chris Lattner · 21 years ago
  23. f1e3285 Move a helper class out of bugpoint to here. by Chris Lattner · 21 years ago
  24. bc79471 Add next() and prior() iterator utility functions. Unlike std::advance by Alkis Evlogimenos · 21 years ago
  25. a0031cc Update the example here in the header file. by Brian Gaeke · 21 years ago
  26. 6a6dd6f If a node has more than 64 outgoing edges, make the edges go from the 'truncated' block, by Chris Lattner · 21 years ago
  27. 71be6db Add global methods that prevent us from using ilist::iterators as by Alkis Evlogimenos · 21 years ago
  28. 2cca300 One of the 'annoying' things about ilists is that the iterators don't behave by Chris Lattner · 21 years ago
  29. 5616dc9 Use autoconf answers from config.h (FIXME, should autoconf this file by Brian Gaeke · 21 years ago
  30. a55e040 fix copy-and-pasto by Chris Lattner · 21 years ago
  31. 440f87e Revision of Brian's threading support library to be a bit more generic and by Chris Lattner · 21 years ago
  32. 88fc1b0 Remove ENDIAN_* support. LLVM does not need it anymore. by Chris Lattner · 21 years ago
  33. d924edb add support for -- for symmetry by Chris Lattner · 21 years ago
  34. 9e26027 * Add a new helper progress method by Chris Lattner · 21 years ago
  35. 7a312bc add new function by Chris Lattner · 21 years ago
  36. cf90277 clarify comments by Chris Lattner · 21 years ago
  37. a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 21 years ago
  38. a7e2321 doxygenify by Chris Lattner · 21 years ago
  39. 9c4c66e Add new function by Chris Lattner · 21 years ago
  40. 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 21 years ago
  41. 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 21 years ago
  42. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
  43. 9fc8a3e add new function by Chris Lattner · 21 years ago
  44. cfde00b This header is dead by Chris Lattner · 21 years ago
  45. 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 21 years ago
  46. d2aa7b8 Hrm, how could this compile? by Chris Lattner · 21 years ago
  47. a140b3c Expose functionality to query if a file is an ELF shared object. by Misha Brukman · 21 years ago
  48. 9bb2188 A better way to get std::pair into the compiler's little, walnut-sized brain. by Brian Gaeke · 21 years ago
  49. 6de98f2 This is a hack to make this file compile under g++-3.0.x; by Brian Gaeke · 21 years ago
  50. 825b02d Fix copy-and-pasteo by Chris Lattner · 21 years ago
  51. 8b70b78 Fixes for PR114: Thanks to Reid Spencer! by Chris Lattner · 21 years ago
  52. a3f5f80 Remove needless dependence on boost by Chris Lattner · 21 years ago
  53. de0579d Add namespace qualifier by Chris Lattner · 21 years ago
  54. 2d3e1ee Minor cleanups by Chris Lattner · 21 years ago
  55. e94e0ed Fix faulty namespacification by Chris Lattner · 21 years ago
  56. fed0b29 Regress to not using the llvm namespace. by John Criswell · 21 years ago
  57. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  58. f33d00f Add prototypes for CheckMagic, IsArchive, and IsBytecode. by Brian Gaeke · 21 years ago
  59. 6a9127e VS: ---------------------------------------------------------------------- by Brian Gaeke · 21 years ago
  60. 278a4ac Patch to fix PR102, contributed by Reid Spencer. by Brian Gaeke · 21 years ago
  61. 94db570 Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid by Chris Lattner · 21 years ago
  62. f0d6b49 Add some ctors for this allocator by Chris Lattner · 21 years ago
  63. e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
  64. c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
  65. 1926f69 Escape "'s, which are frequent visitors to C++ types by Chris Lattner · 21 years ago
  66. 0b64ca3 Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm. by Brian Gaeke · 21 years ago
  67. 78e1dcc Add support for utostr(unsigned long) by Brian Gaeke · 21 years ago
  68. 681453d Pull in stdint.h here, if we have it. Some systems keep by Brian Gaeke · 21 years ago
  69. 8be7aa1 Remove __STDC_LIMIT_MACROS from here. by Brian Gaeke · 21 years ago
  70. 60f1445 This #include is no longer necessary by Chris Lattner · 21 years ago
  71. b2109ce Added LLVM notice. by John Criswell · 21 years ago
  72. 803f03e This file uses assert and doesn't include anything which already #includes <cassert> by Chris Lattner · 21 years ago
  73. 1e79609 Add missing default argument by Chris Lattner · 21 years ago
  74. 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 21 years ago
  75. 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 21 years ago
  76. f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 21 years ago
  77. 29f7361 Moved to llvm/include/llvm/Support because it is LLVM-specific. by Misha Brukman · 21 years ago
  78. aacd3c8 Doxygenize class comments. Add new NamedRegionTimer class by Chris Lattner · 21 years ago
  79. 27db7e0 Output a very high-precision number by Chris Lattner · 21 years ago
  80. 4848689 Standardize header file comments by Chris Lattner · 21 years ago
  81. f474449 Add a file header by Chris Lattner · 21 years ago
  82. 24ef734 Remove unused header by Chris Lattner · 21 years ago
  83. 29afb64 Abstracted away the process of running our tools + gcc from bugpoint. by Misha Brukman · 21 years ago
  84. 516d4b1 Tersified and fixed whitespace (tabs -> spaces). by Misha Brukman · 21 years ago
  85. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 21 years ago
  86. e9ba8b3 Added the ExecWait() function. by John Criswell · 21 years ago
  87. 776f776 Fix spello by Chris Lattner · 21 years ago
  88. 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
  89. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
  90. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
  91. ff8fc07 ELIMINATE the SCC class completely. One less thing deriving from std::vector by Chris Lattner · 22 years ago
  92. 94d1092 Move the HasLoop method from the SCC class to the iterator class by Chris Lattner · 22 years ago
  93. b55cae2 * Cleanups by Chris Lattner · 22 years ago
  94. 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 22 years ago
  95. ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 22 years ago
  96. 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 22 years ago
  97. 88d942d Spell `incompatible' correctly. by Misha Brukman · 22 years ago
  98. 31a6db0 Changes to work better with GCC3.4/LLVM G++ by Chris Lattner · 22 years ago
  99. 7d8fab9 Remove unused file by Chris Lattner · 22 years ago
  100. 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 22 years ago