| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Use the new FileUtilities library to do diff'ing of files | Chris Lattner | 2003-08-01 | 1 | -22/+9 |
* | * Moved InputArgv out of anonymous scope to be extern'd in another file. | Misha Brukman | 2003-07-30 | 1 | -32/+47 |
* | Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. | Misha Brukman | 2003-07-30 | 1 | -2/+6 |
* | Use a vector<char*> instead of char*[] so that we can add arbitrary number of | Misha Brukman | 2003-07-30 | 1 | -38/+35 |
* | BugDriver.h: | Misha Brukman | 2003-07-28 | 1 | -28/+31 |
* | Made a bunch of cleanups, as per Chris' recommendations: | Misha Brukman | 2003-07-24 | 1 | -24/+40 |
* | Major addition to bugpoint: ability to debug code generators (LLC and LLI). | Misha Brukman | 2003-07-24 | 1 | -111/+336 |
* | Make a comment more accurate | Chris Lattner | 2003-05-03 | 1 | -1/+1 |
* | Add support for debugging miscompilations with the use of the JIT or CBE! | Chris Lattner | 2003-05-03 | 1 | -4/+162 |
* | Implement support for bugpoint to identify which FUNCTION an optimization | Chris Lattner | 2003-04-24 | 1 | -1/+3 |
* | Allow specifying an input file for the program being executed | Chris Lattner | 2003-04-23 | 1 | -1/+5 |
* | Fix compilation on GCC 3.2 | Chris Lattner | 2002-12-24 | 1 | -0/+1 |
* | New files for miscompilation detection | Chris Lattner | 2002-12-23 | 1 | -0/+191 |