| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -1/+1 | |
| | | | | | | | interface: getMessage() is gone, use what() instead. llvm-svn: 11621 | |||||
| * | Catch exception and print message as appropriate | Chris Lattner | 2004-02-18 | 1 | -0/+4 | |
| | | | | | llvm-svn: 11594 | |||||
| * | Bugpoint will be throwing exceptions soon, perpare for the worst. | Chris Lattner | 2004-02-18 | 1 | -2/+7 | |
| | | | | | llvm-svn: 11584 | |||||
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+2 | |
| | | | | | llvm-svn: 9903 | |||||
| * | fix file headers | Chris Lattner | 2003-10-20 | 1 | -2/+1 | |
| | | | | | llvm-svn: 9293 | |||||
| * | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 | |
| | | | | | llvm-svn: 9291 | |||||
| * | Add usage blurb | Chris Lattner | 2003-10-18 | 1 | -1/+4 | |
| | | | | | llvm-svn: 9246 | |||||
| * | Bugpoint has the ability of generating a plethora of core files, so to | Misha Brukman | 2003-09-12 | 1 | -0/+12 | |
| | | | | | | | avoid filling up the disk, set the max core file size to 0. llvm-svn: 8503 | |||||
| * | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman | 2003-08-07 | 1 | -1/+1 | |
| | | | | | llvm-svn: 7689 | |||||
| * | Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. | Misha Brukman | 2003-07-30 | 1 | -6/+0 | |
| | | | | | llvm-svn: 7427 | |||||
| * | Add variable to capture arguments that should be passed to the user program | Chris Lattner | 2003-07-30 | 1 | -2/+5 | |
| | | | | | | | This is unused so far. llvm-svn: 7422 | |||||
| * | Major addition to bugpoint: ability to debug code generators (LLC and LLI). | Misha Brukman | 2003-07-24 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The C backend is assumed correct and is used to generate shared objects to be loaded by the other two code generators. LLC debugging should be functional now, LLI needs a few more additions to work, the major one is renaming of external functions to call the JIT lazy function resolver. Bugpoint now has a command-line switch -mode with options 'compile' and 'codegen' to debug appropriate portions of tools. ExecutionDriver.cpp: Added implementations of AbstractInterpreter for LLC and GCC, broke out common code within other tools, and added ability to generate C code with CBE individually, without executing the program, and the GCC tool can generate executables shared objects or executables. If no reference output is specified to Bugpoint, it will be generated with CBE, because it is already assumed to be correct for the purposes of debugging using this method. As a result, many functions now accept as an optional parameter a shared object to be loaded in, if specified. llvm-svn: 7293 | |||||
| * | Bugpoint is always verbose, eliminate option | Chris Lattner | 2003-05-03 | 1 | -5/+1 | |
| | | | | | llvm-svn: 5989 | |||||
| * | Initial checkin of bugpoint | Chris Lattner | 2002-11-20 | 1 | -0/+39 | |
| llvm-svn: 4789 | ||||||

