index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ToolRunner.h
Age
Commit message (
Expand
)
Author
2009-03-02
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
2008-09-09
Allow use of ssh to perform remote execution.
Evan Cheng
2008-04-28
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2007-12-29
remove attributions from tools.
Chris Lattner
2007-07-04
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-05-03
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-09-15
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
2006-06-27
Pass -Xlinker flags to gcc when it builds the shared object.
Chris Lattner
2006-06-06
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
Add the -Xlinker option to bugpoint which allows an option to be passed
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-22
Fix VC++ complaint
Jeff Cohen
2004-12-19
For PR351:
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-24
Provide timeout values to all abstract interpreters
Chris Lattner
2004-05-04
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
2004-05-04
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
2004-02-19
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
2004-02-18
Add support for just compiling a program
Chris Lattner
2004-02-18
Byebye method
Chris Lattner
2004-02-18
When an error occurs executing a tool, we now throw an exception instead
Chris Lattner
2004-02-17
The CBE is no longer in llvm-dis
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-14
Generalize abstract interpreter interface to allow linking in an arbitrary nu...
Chris Lattner
2003-10-14
Substantial cleanups:
Chris Lattner
2003-09-30
Add a file header
Chris Lattner
2003-09-29
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman