| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins | 2006-08-15 | 1 | -3/+29 |
| * | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner | 2006-06-27 | 1 | -2/+2 |
| * | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 1 | -7/+2 |
| * | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner | 2006-06-06 | 1 | -1/+1 |
| * | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer | 2006-06-06 | 1 | -3/+18 |
| * | add explicit #includes of iostream | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
| * | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -5/+5 |
| * | For PR495: | Reid Spencer | 2005-07-07 | 1 | -5/+6 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -5/+5 |
| * | Add support for fp tolerances | Chris Lattner | 2005-01-23 | 1 | -3/+11 |
| * | Adjust to changed interface. | Chris Lattner | 2005-01-23 | 1 | -1/+2 |
| * | Fix the build on PowerPC/Darwin - it thought we were declaring a new | Brian Gaeke | 2004-12-22 | 1 | -1/+2 |
| * | For PR351: | Reid Spencer | 2004-12-16 | 1 | -12/+14 |
| * | For PR351: | Reid Spencer | 2004-12-15 | 1 | -6/+11 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -4/+4 |
| * | Finally give bugpoint -timeout support! | Chris Lattner | 2004-07-24 | 1 | -1/+19 |
| * | * Convert "\n" -> '\n' | Misha Brukman | 2004-07-23 | 1 | -2/+2 |
| * | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
| * | IA64 compat | Chris Lattner | 2004-07-16 | 1 | -1/+1 |
| * | Use the new commandline flag to allow us to call bugpoint like this: | Chris Lattner | 2004-05-06 | 1 | -2/+2 |
| * | Remove a really old comment | Chris Lattner | 2004-05-06 | 1 | -9/+0 |
| * | Add --tool-args flag which lets you pass arguments to llc or lli. | Brian Gaeke | 2004-05-04 | 1 | -9/+22 |
| * | * Reorder #includes | Misha Brukman | 2004-04-19 | 1 | -2/+3 |
| * | If the program returns a non-zero exit value, don't leave files laying | Chris Lattner | 2004-04-02 | 1 | -1/+4 |
| * | Add a new method for use by the code generator crash debugger. | Chris Lattner | 2004-02-18 | 1 | -0/+20 |
| * | Make the executeProgram method exception safe, not leaving around bytecode | Chris Lattner | 2004-02-18 | 1 | -3/+3 |
| * | Update comments, if we are running with the CBE, make sure the Interpreter | Chris Lattner | 2004-02-18 | 1 | -4/+7 |
| * | Add check-exit-code option, defaulting to true. | Brian Gaeke | 2004-02-11 | 1 | -2/+33 |
| * | finegrainify namespacification | Chris Lattner | 2004-01-14 | 1 | -8/+6 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+6 |
| * | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke | 2003-10-21 | 1 | -6/+24 |
| * | fix file headers | Chris Lattner | 2003-10-20 | 1 | -1/+0 |
| * | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| * | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
| * | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner | 2003-10-18 | 1 | -0/+4 |
| * | Change run-lli -> run-int | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
| * | Default to using the CBE instead of the Interpreter if no -run-* option is sp... | Chris Lattner | 2003-10-18 | 1 | -1/+2 |
| * | add support forloading additional .so files on the command line | Chris Lattner | 2003-10-14 | 1 | -1/+6 |
| * | Change the execute methods to take the shared object filename by const refere... | Chris Lattner | 2003-10-14 | 1 | -19/+26 |
| * | The return value of compileSharedObject was never used. Return the shared | Chris Lattner | 2003-10-14 | 1 | -5/+7 |
| * | This header file moved. Thanks to Bill and Nightly tester for noticing | Chris Lattner | 2003-10-07 | 1 | -1/+1 |
| * | Use the newly abstracted interface for running our tools and gcc. | Misha Brukman | 2003-09-29 | 1 | -437/+18 |
| * | Renaming `dis' -> `llvm-dis'. | Misha Brukman | 2003-08-28 | 1 | -6/+7 |
| * | no-strict-aliasing redux | Chris Lattner | 2003-08-18 | 1 | -1/+1 |
| * | The CBE generates code which violates the TBAA rules of C, thus we must disable | Chris Lattner | 2003-08-18 | 1 | -1/+7 |
| * | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman | 2003-08-07 | 1 | -1/+1 |
| * | Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. | Misha Brukman | 2003-08-07 | 1 | -1/+1 |
| * | Make sure to flush the output stream so that we get incremental updates | Chris Lattner | 2003-08-04 | 1 | -11/+10 |
| * | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+1 |