- 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