| Age | Commit message (Expand) | Author |
| 2004-02-18 | indent correctly | Chris Lattner |
| 2004-02-18 | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner |
| 2004-02-18 | Update comments, if we are running with the CBE, make sure the Interpreter | Chris Lattner |
| 2004-02-18 | Byebye method | Chris Lattner |
| 2004-02-18 | If there is an error running a tool, include the error message (e.g. assertio... | Chris Lattner |
| 2004-02-18 | ctor arguments changed order | Chris Lattner |
| 2004-02-18 | Catch exception and print message as appropriate | Chris Lattner |
| 2004-02-18 | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner |
| 2004-02-18 | Bugpoint will be throwing exceptions soon, perpare for the worst. | Chris Lattner |
| 2004-02-18 | This class got moved to FileUtilities.h | Chris Lattner |
| 2004-02-17 | The CBE is now in llc, not llvm-dis | Chris Lattner |
| 2004-02-17 | The C backend is no longer in llvm-dis, it's in llc | Chris Lattner |
| 2004-02-17 | The CBE is no longer in llvm-dis | Chris Lattner |
| 2004-02-11 | Add check-exit-code option, defaulting to true. | Brian Gaeke |
| 2004-01-26 | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell |
| 2004-01-14 | finegrainify namespacification | Chris Lattner |
| 2003-12-14 | Finegrainify namespacification | Chris Lattner |
| 2003-12-07 | Bugpoint had appalingly bad grammar. Fix some of it. | Chris Lattner |
| 2003-12-07 | Do not leave a bunch of crud lying around | Chris Lattner |
| 2003-11-29 | be 3.4 happy | Chris Lattner |
| 2003-11-23 | Do not DESTROY programs by default. No wonder bugpoint was not being useful ... | Chris Lattner |
| 2003-11-22 | Do not crash when dealing with invoke and unwind instructions! | Chris Lattner |
| 2003-11-22 | Use new interfaces | Chris Lattner |
| 2003-11-18 | Only use -Wl,-R. if HAVE_LINK_R. | Brian Gaeke |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-11-05 | I hate it when bugpoint is all ready to give me a bytecode file, then crashes | Chris Lattner |
| 2003-11-05 | Simplify the performFinalCleanups interface | Chris Lattner |
| 2003-10-27 | Do not print out lists with thousands of elements in them, that's kinda silly | Chris Lattner |
| 2003-10-23 | Fix an assertion failure in Bugpoint | Chris Lattner |
| 2003-10-21 | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright to Makefiles. | John Criswell |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-10-20 | Made error message more comprehensible. | Misha Brukman |
| 2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
| 2003-10-20 | fix file headers | Chris Lattner |
| 2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
| 2003-10-19 | Don't bother forwarding function references which are external to the program... | Chris Lattner |
| 2003-10-19 | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner |
| 2003-10-19 | Fix iterator invalidation problem | Chris Lattner |
| 2003-10-19 | Add debugtype, make output marginally more nice | Chris Lattner |
| 2003-10-19 | Fix PR #47 | Chris Lattner |
| 2003-10-18 | Update compile information | Chris Lattner |
| 2003-10-18 | Add usage blurb | Chris Lattner |
| 2003-10-18 | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner |
| 2003-10-18 | Print -fno-strict-aliasing as well | Chris Lattner |
| 2003-10-18 | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner |
| 2003-10-18 | Change run-lli -> run-int | Chris Lattner |
| 2003-10-18 | Default to using the CBE instead of the Interpreter if no -run-* option is sp... | Chris Lattner |
| 2003-10-18 | If we detect a pass crash during miscompilation testing, immediately enter the | Chris Lattner |
| 2003-10-18 | Fix bug in my checkin | Chris Lattner |