1. a14b0d4 Check in two changes: by Chris Lattner · 22 years ago
  2. 91d7efb Hrm, another minor cleanup, which I missed before by Chris Lattner · 22 years ago
  3. 9a08179 Minor cleanup by Chris Lattner · 22 years ago
  4. 2cacc0a3 Update obsolete comments by Chris Lattner · 22 years ago
  5. 737d3cd Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly by Chris Lattner · 22 years ago
  6. ae7fc3a Remove use of llvm/CodeGen/InstrSelection.h by Chris Lattner · 22 years ago
  7. e275fe8 Remove standard C header wrappers by Chris Lattner · 22 years ago
  8. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  9. c9d2d08 Remove standard C file wrapper by Chris Lattner · 22 years ago
  10. f3c212a Remove wrapper for standard C file, use <cstdlib> instead by Chris Lattner · 22 years ago
  11. 335eb9d Remove wrappers around std c files by Chris Lattner · 22 years ago
  12. 9d51de1 Dead file, use <cstring> instead of this. by Chris Lattner · 22 years ago
  13. 32abce6 Err, we don't need Config/*.h files for things that are standard C++ by Chris Lattner · 22 years ago
  14. 1499934 minor comment tweaks by Chris Lattner · 22 years ago
  15. 8165313 remove obsolete file by Chris Lattner · 22 years ago
  16. 3446ae8 * finegrainify namespacification of ArchiveReader.cpp by Chris Lattner · 22 years ago
  17. 4443019 Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is by Chris Lattner · 22 years ago
  18. 44f549b Finegrainify namespacification by Chris Lattner · 22 years ago
  19. be39e43 Fix annoying warnings. W doesn't have a revision number by Chris Lattner · 22 years ago
  20. b3da2fd Live var is now in lib/Target/Sparc by Chris Lattner · 22 years ago
  21. 12023d6 Move sparc-specific code into lib/Target/Sparc by Chris Lattner · 22 years ago
  22. 9982e21 Move sparc-specific livevar code into lib/Target/Sparc by Chris Lattner · 22 years ago
  23. 1d415a9 Fix more incestuous #includage. by Chris Lattner · 22 years ago
  24. d5da197 Finegrainify namespacification. by Chris Lattner · 22 years ago
  25. 2abcf52 Move InstrSelection into lib/Target/Sparc, as it's sparc specific by Chris Lattner · 22 years ago
  26. 46de01e Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This by Chris Lattner · 22 years ago
  27. 75e2609 Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific by Chris Lattner · 22 years ago
  28. f7703df Finegrainify namespacification by Chris Lattner · 22 years ago
  29. 21949d9 Remove dependence on structure index type. s/MT/FT by Chris Lattner · 22 years ago
  30. d745602 Finegrainify namespacification by Chris Lattner · 22 years ago
  31. 559d519 Finegrainify namespacification add flags for PR82 by Chris Lattner · 22 years ago
  32. f173842 Remove an obsolete method, including its _long_ out of date comment. by Chris Lattner · 22 years ago
  33. 63a917b Inching towards fixing PR82 by Chris Lattner · 22 years ago
  34. 258b537 Inching our way towards fixing PR82 by Chris Lattner · 22 years ago
  35. a25b355 Remove yet another obsolete comment :) by Chris Lattner · 22 years ago
  36. 33310b4 Fix typos. Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  37. d2b40b7 Fix typos. Regularize include guard. by Brian Gaeke · 22 years ago
  38. 1abc87e New bugs fixed by Chris Lattner · 22 years ago
  39. e6b72a2 Testcase for PR202 by Chris Lattner · 22 years ago
  40. 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 22 years ago
  41. f789d40 explain the jump for llvm-db by Chris Lattner · 22 years ago
  42. 7d629b5 Add a separate list of fixed intervals. This improves the running time by Alkis Evlogimenos · 22 years ago
  43. 1283d86 Minor cleanups. by Alkis Evlogimenos · 22 years ago
  44. 75ca6a3 Remove declared but undefined method. by Alkis Evlogimenos · 22 years ago
  45. 2e142f5 Change perl interpreter path to the standard /usr/bin/perl. by Alkis Evlogimenos · 22 years ago
  46. 80b378c Change implementation of LiveIntervals::overlap(). This results in a by Alkis Evlogimenos · 22 years ago
  47. f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 22 years ago
  48. d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 22 years ago
  49. 019314c restore comments to this file by Chris Lattner · 22 years ago
  50. e1567ae * Implement set/show args by Chris Lattner · 22 years ago
  51. 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 22 years ago
  52. 90ab32f Add support for new intrinsic by Chris Lattner · 22 years ago
  53. b4ebc04 add new intrinsic by Chris Lattner · 22 years ago
  54. cdf31c6 add new method by Chris Lattner · 22 years ago
  55. 8ff7590 Add links to SLD from the LangRef.html doc by Chris Lattner · 22 years ago
  56. c2376a0 Fix some typos and copy-and-paste-os in comments, and doxygenify. by Brian Gaeke · 22 years ago
  57. 63caedf Remove simple coalescing. by Alkis Evlogimenos · 22 years ago
  58. d508776 /me slaps head by Chris Lattner · 22 years ago
  59. 60a5758 /me slaps forehead by Chris Lattner · 22 years ago
  60. 8c24036 fix warning by Chris Lattner · 22 years ago
  61. 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 22 years ago
  62. 6ac1875 Add some intrinsics by Chris Lattner · 22 years ago
  63. 94276b6 An example testcase for use in the debugger. Currently you can do stuff like by Chris Lattner · 22 years ago
  64. 6d47bae Add new directory by Chris Lattner · 22 years ago
  65. 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 22 years ago
  66. 6dddfff Add new dir by Chris Lattner · 22 years ago
  67. 2eacf26 Initial checkin of the LLVM source-level debugger. This is still not finished, by Chris Lattner · 22 years ago
  68. 4575dcb Initial implementation of some source-level debugging stuff by Chris Lattner · 22 years ago
  69. bdfb339 First version of this document. It is still missing some pretty big pieces, and by Chris Lattner · 22 years ago
  70. 271bd2d Currently we cannot handle two-address instructions of the form: by Alkis Evlogimenos · 22 years ago
  71. 50c047d Update description. by Alkis Evlogimenos · 22 years ago
  72. a29b94d Regression test for initializers with members of unknown size. by John Criswell · 22 years ago
  73. 2657aec Not all platforms supports sighandler_t, so I changed it to use the older by John Criswell · 22 years ago
  74. 55d8648 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 22 years ago
  75. c8a07d7 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 22 years ago
  76. 9e26027 * Add a new helper progress method by Chris Lattner · 22 years ago
  77. 6083782 Add some comments, add new getGlobalVariable method by Chris Lattner · 22 years ago
  78. 3f80453 Add some comments, add a new getGlobalVariable method by Chris Lattner · 22 years ago
  79. 0a5f033 Add missing #include by Chris Lattner · 22 years ago
  80. 6d28a26 * Make Module::getTypeName const by Chris Lattner · 22 years ago
  81. 69284b0 Make the lookup method const. by Chris Lattner · 22 years ago
  82. b0fa659 Add a bunch of fine tunings that Reid contributed. Thanks Reid! by Chris Lattner · 22 years ago
  83. 7a312bc add new function by Chris Lattner · 22 years ago
  84. 81a085a Add new function by Chris Lattner · 22 years ago
  85. cf90277 clarify comments by Chris Lattner · 22 years ago
  86. a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 22 years ago
  87. a7e2321 doxygenify by Chris Lattner · 22 years ago
  88. 579155e testcase for PR198 by Chris Lattner · 22 years ago
  89. 3b41e0e Fix PR198 by Chris Lattner · 22 years ago
  90. 4b1be10 Add comments by Chris Lattner · 22 years ago
  91. c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 22 years ago
  92. 35fce0b Updated from files in llvm/autoconf. This was done immediently following by John Criswell · 22 years ago
  93. c91c871 Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, by John Criswell · 22 years ago
  94. f63aeec remove some useless #includes by Chris Lattner · 22 years ago
  95. c4ee274 Remove some pointless #includes by Chris Lattner · 22 years ago
  96. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 22 years ago
  97. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 22 years ago
  98. b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 22 years ago
  99. 316cb08 Add new method by Chris Lattner · 22 years ago
  100. 9c4c66e Add new function by Chris Lattner · 22 years ago