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