1. 3f84a45 Disable debug mode. by Devang Patel · 14 years ago
  2. bc8d5f1 Little help to debug the bugpoint itself. Patch by Bob Wilson. by Devang Patel · 14 years ago
  3. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  4. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  5. 75ebbce Straighten out any triple strings passed on the command line before by Duncan Sands · 14 years ago
  6. 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 14 years ago
  7. 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
  8. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  9. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  10. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  11. b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 14 years ago
  12. d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
  13. 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 14 years ago
  14. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 14 years ago
  15. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 14 years ago
  16. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 14 years ago
  17. 22ff748 Remove use of exceptions from bugpoint. No deliberate functionality change! by Nick Lewycky · 15 years ago
  18. c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 15 years ago
  19. 3061108 only print the override triple if it exists! by Chris Lattner · 15 years ago
  20. ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
  21. 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 15 years ago
  22. b6dec1b Pass true to the Internalize parameter of createStandardLTOPasses, by Dan Gohman · 15 years ago
  23. 1488670 Add -std-{compile,link}-opts to bugpoint. - Sheesh. by Daniel Dunbar · 15 years ago
  24. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  25. 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
  26. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  27. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  28. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  29. 0324205 Improve bugpoint's error messages when it runs out of memory, by Dan Gohman · 16 years ago
  30. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  31. 3a4baf1 fix bugpoint url, patch by Pieter de Bie! by Chris Lattner · 16 years ago
  32. 3956449 Fix a missing space in the description of the find-bugs option. by Dan Gohman · 17 years ago
  33. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  34. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  35. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  36. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  37. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  38. 62c5105 For PR885: by Reid Spencer · 18 years ago
  39. 6a3f31c This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. by Patrick Jenkins · 18 years ago
  40. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 18 years ago
  41. e3f0561 Make sure this tool links in all of libVMCore.a because it can --load by Reid Spencer · 18 years ago
  42. f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 18 years ago
  43. 9dce2b3 Convert llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  44. c4bb052 For PR351: by Reid Spencer · 19 years ago
  45. 831843d Link to archive versions of libraries instead of the relinked ones by Chris Lattner · 19 years ago
  46. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
  47. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  48. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  49. 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 20 years ago
  50. 6e6e88a llvm/Config/unistd.h has gone away, far, far away by Misha Brukman · 20 years ago
  51. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  52. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  53. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago
  54. 4a1de8b Add -load option by Chris Lattner · 20 years ago
  55. bed85ff Header file moved by Chris Lattner · 20 years ago
  56. 3733f3b Make sure to print a stack trace whenever an error signal is delivered by Chris Lattner · 21 years ago
  57. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  58. 230fef8 Catch exception and print message as appropriate by Chris Lattner · 21 years ago
  59. 74d4527 Bugpoint will be throwing exceptions soon, perpare for the worst. by Chris Lattner · 21 years ago
  60. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  61. 9432111 fix file headers by Chris Lattner · 21 years ago
  62. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  63. 670406d Add usage blurb by Chris Lattner · 21 years ago
  64. 67b36e4 Bugpoint has the ability of generating a plethora of core files, so to by Misha Brukman · 21 years ago
  65. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  66. 800e6e2 Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. by Misha Brukman · 21 years ago
  67. c1869e8 Add variable to capture arguments that should be passed to the user program by Chris Lattner · 21 years ago
  68. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  69. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 22 years ago
  70. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago