Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke | 2004-05-04 | 1 | -2/+2 |
| | | | | llvm-svn: 13364 | ||||
* | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke | 2004-05-04 | 1 | -31/+71 |
| | | | | | | | | | | | fills in a ToolArgs vector in the AbstractInterpreter if it is set. This ToolArgs vector is used to pass additional arguments to LLI and/or LLC. This is intended to address Bug 40. Also, make -debug-only=toolrunner work for the LLC and CBE AbstractInterpreters. llvm-svn: 13356 | ||||
* | lli no longer takes the -quiet option! | Chris Lattner | 2004-04-05 | 1 | -2/+0 |
| | | | | llvm-svn: 12674 | ||||
* | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -0/+2 |
| | | | | | | interface: getMessage() is gone, use what() instead. llvm-svn: 11621 | ||||
* | Add support for just running the code generator | Chris Lattner | 2004-02-18 | 1 | -0/+12 |
| | | | | llvm-svn: 11611 | ||||
* | indent correctly | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 11601 | ||||
* | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 11600 | ||||
* | If there is an error running a tool, include the error message (e.g. ↵ | Chris Lattner | 2004-02-18 | 1 | -30/+32 |
| | | | | | | assertion failure) in the exception llvm-svn: 11597 | ||||
* | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner | 2004-02-18 | 1 | -43/+22 |
| | | | | | | of calling exit(1). llvm-svn: 11593 | ||||
* | The C backend is no longer in llvm-dis, it's in llc | Chris Lattner | 2004-02-17 | 1 | -11/+11 |
| | | | | llvm-svn: 11533 | ||||
* | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell | 2004-01-26 | 1 | -1/+1 |
| | | | | | | every file. llvm-svn: 10976 | ||||
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -28/+29 |
| | | | | llvm-svn: 10464 | ||||
* | Only use -Wl,-R. if HAVE_LINK_R. | Brian Gaeke | 2003-11-18 | 1 | -0/+3 |
| | | | | llvm-svn: 10066 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Add debugtype, make output marginally more nice | Chris Lattner | 2003-10-19 | 1 | -3/+4 |
| | | | | llvm-svn: 9251 | ||||
* | Fix PR #47 | Chris Lattner | 2003-10-19 | 1 | -3/+3 |
| | | | | llvm-svn: 9250 | ||||
* | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner | 2003-10-18 | 1 | -0/+1 |
| | | | | | | | all, making it pointless for use with the code generator debugger. With it, it works like a charm. llvm-svn: 9245 | ||||
* | Generalize abstract interpreter interface to allow linking in an arbitrary ↵ | Chris Lattner | 2003-10-14 | 1 | -18/+23 |
| | | | | | | number of shared objects llvm-svn: 9129 | ||||
* | Substantial cleanups: | Chris Lattner | 2003-10-14 | 1 | -28/+35 |
| | | | | | | | | | | | | | * Add header comment * Remove extraneous #includes * Move the FileType enum into the GCC class * The GCC class is not virtual. * Move all of the "constructor" functions into the classes themselves * Stop using cl::list as arguments, use std::vector instead (which cl::list derives from) * Improve comments llvm-svn: 9121 | ||||
* | Actually return an error if something bad happens, don't just exit. | Chris Lattner | 2003-10-14 | 1 | -5/+4 |
| | | | | llvm-svn: 9119 | ||||
* | LLI no longer has -abort-on-exception | Chris Lattner | 2003-10-13 | 1 | -1/+0 |
| | | | | llvm-svn: 9097 | ||||
* | ToolRunner.h has been moved from include/Support to include/llvm/Support. | Misha Brukman | 2003-10-06 | 1 | -1/+1 |
| | | | | llvm-svn: 8898 | ||||
* | Implementation of the abstraction of running our tools + gcc, taken out of | Misha Brukman | 2003-09-29 | 1 | -0/+374 |
bugpoint for general usage and enjoyment. llvm-svn: 8754 |