1. 5110bed If bugpoint can't match the reference output, at LEAST provide the output by Chris Lattner · 21 years ago
  2. bdc9784 Wild and passionate uncontrolled goose chases are amusing to watch, but not by Chris Lattner · 21 years ago
  3. 47dd276 Format a bit more nicely by Chris Lattner · 21 years ago
  4. 3733f3b Make sure to print a stack trace whenever an error signal is delivered by Chris Lattner · 21 years ago
  5. 7c955fd Be a bit more robust. Explicitly check for a code generator crash. by Chris Lattner · 21 years ago
  6. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  7. f66d906 Fix the "horribly N^2'd" problem when deleting individual instructions. by Chris Lattner · 21 years ago
  8. 8b18927 * Predicate the optimizer crash debugger on a function. by Chris Lattner · 21 years ago
  9. ea9212c Add a new method for use by the code generator crash debugger. by Chris Lattner · 21 years ago
  10. ca00512 Don't crash if there are no passes in the PassesToRun list by Chris Lattner · 21 years ago
  11. 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
  12. f03715c Add support for just compiling a program by Chris Lattner · 21 years ago
  13. 9709272 Make the executeProgram method exception safe, not leaving around bytecode by Chris Lattner · 21 years ago
  14. 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 21 years ago
  15. a36ec88 make a bunch of methods public by Chris Lattner · 21 years ago
  16. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 21 years ago
  17. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 21 years ago
  18. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 21 years ago
  19. a3de117 indent correctly by Chris Lattner · 21 years ago
  20. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
  21. 7bb1154 Update comments, if we are running with the CBE, make sure the Interpreter by Chris Lattner · 21 years ago
  22. c8580b2 Byebye method by Chris Lattner · 21 years ago
  23. 89bf9ea If there is an error running a tool, include the error message (e.g. assertion failure) in the exception by Chris Lattner · 21 years ago
  24. 5dcc366 ctor arguments changed order by Chris Lattner · 21 years ago
  25. 230fef8 Catch exception and print message as appropriate by Chris Lattner · 21 years ago
  26. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
  27. 74d4527 Bugpoint will be throwing exceptions soon, perpare for the worst. by Chris Lattner · 21 years ago
  28. c064e89 This class got moved to FileUtilities.h by Chris Lattner · 21 years ago
  29. c4601bf The CBE is now in llc, not llvm-dis by Chris Lattner · 21 years ago
  30. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
  31. df2cf41 The CBE is no longer in llvm-dis by Chris Lattner · 21 years ago
  32. c5cad21 Add check-exit-code option, defaulting to true. by Brian Gaeke · 21 years ago
  33. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  34. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  35. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  36. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago
  37. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 21 years ago
  38. 043b972 be 3.4 happy by Chris Lattner · 21 years ago
  39. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 21 years ago
  40. 8bc098b Do not crash when dealing with invoke and unwind instructions! by Chris Lattner · 21 years ago
  41. 89eca90 Use new interfaces by Chris Lattner · 21 years ago
  42. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 21 years ago
  43. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  44. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  45. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  46. 73b96bd Do not print out lists with thousands of elements in them, that's kinda silly by Chris Lattner · 21 years ago
  47. 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 21 years ago
  48. b5ee509 Fix the first FIXME in this file: automatically pick a "good" by Brian Gaeke · 21 years ago
  49. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  50. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 21 years ago
  51. 06ea151 Made error message more comprehensible. by Misha Brukman · 21 years ago
  52. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  53. 9432111 fix file headers by Chris Lattner · 21 years ago
  54. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  55. 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 21 years ago
  56. 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 21 years ago
  57. b656c20 Fix iterator invalidation problem by Chris Lattner · 21 years ago
  58. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 21 years ago
  59. 7b2ccff Fix PR #47 by Chris Lattner · 21 years ago
  60. 365f09a Update compile information by Chris Lattner · 21 years ago
  61. 670406d Add usage blurb by Chris Lattner · 21 years ago
  62. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 21 years ago
  63. b715497 Print -fno-strict-aliasing as well by Chris Lattner · 21 years ago
  64. 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 21 years ago
  65. 367e1ee Change run-lli -> run-int by Chris Lattner · 21 years ago
  66. 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 21 years ago
  67. a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 21 years ago
  68. a64c3fa Fix bug in my checkin by Chris Lattner · 21 years ago
  69. 9f71e79 Another formatting fix by Chris Lattner · 21 years ago
  70. 5ef681c More cleanups by Chris Lattner · 21 years ago
  71. 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 21 years ago
  72. b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 21 years ago
  73. 7dac658 add support forloading additional .so files on the command line by Chris Lattner · 21 years ago
  74. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 21 years ago
  75. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 21 years ago
  76. 7915a1e Substantial cleanups: by Chris Lattner · 21 years ago
  77. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  78. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 21 years ago
  79. 8deb581 minor cleanups by Chris Lattner · 21 years ago
  80. 182a21e Fix minor formatting bug by Chris Lattner · 21 years ago
  81. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 21 years ago
  82. 99b8533 Unbreak code generator debug mode by Chris Lattner · 21 years ago
  83. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 21 years ago
  84. ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 21 years ago
  85. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  86. 5de0bac This header file moved. Thanks to Bill and Nightly tester for noticing by Chris Lattner · 21 years ago
  87. 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 21 years ago
  88. f474449 Add a file header by Chris Lattner · 21 years ago
  89. 4148556 Use the newly abstracted interface for running our tools and gcc. by Misha Brukman · 21 years ago
  90. 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 21 years ago
  91. 29afb64 Abstracted away the process of running our tools + gcc from bugpoint. by Misha Brukman · 21 years ago
  92. 79f03d3 Use new method by Chris Lattner · 21 years ago
  93. 67b36e4 Bugpoint has the ability of generating a plethora of core files, so to by Misha Brukman · 21 years ago
  94. d1a85a7 Check in the fix I meant to apply here, but mistakenly applied to by Brian Gaeke · 21 years ago
  95. 85544ba Renaming `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  96. c28c1d3 Kill warning by Chris Lattner · 21 years ago
  97. 79063d6 Squash the warning that `Result' may not be initialized on all code paths. by Misha Brukman · 21 years ago
  98. a59f71a no-strict-aliasing redux by Chris Lattner · 21 years ago
  99. c13115c The CBE generates code which violates the TBAA rules of C, thus we must disable by Chris Lattner · 21 years ago
  100. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago