index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ToolRunner.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow use of ssh to perform remote execution.
Evan Cheng
2008-09-09
1
-3
/
+3
*
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2008-04-28
1
-0
/
+4
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-07-04
1
-16
/
+16
*
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
2007-05-03
1
-1
/
+3
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-4
/
+8
*
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
2006-09-15
1
-10
/
+18
*
Pass -Xlinker flags to gcc when it builds the shared object.
Chris Lattner
2006-06-27
1
-2
/
+3
*
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
1
-4
/
+3
*
Add the -Xlinker option to bugpoint which allows an option to be passed
Reid Spencer
2006-06-06
1
-2
/
+9
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Fix VC++ complaint
Jeff Cohen
2005-01-22
1
-1
/
+2
*
For PR351:
Reid Spencer
2004-12-19
1
-4
/
+4
*
For PR351:
Reid Spencer
2004-12-16
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Provide timeout values to all abstract interpreters
Chris Lattner
2004-07-24
1
-4
/
+7
*
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
2004-05-04
1
-2
/
+2
*
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
2004-05-04
1
-8
/
+20
*
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
2004-02-19
1
-3
/
+5
*
Add support for just compiling a program
Chris Lattner
2004-02-18
1
-0
/
+19
*
Byebye method
Chris Lattner
2004-02-18
1
-3
/
+0
*
When an error occurs executing a tool, we now throw an exception instead
Chris Lattner
2004-02-18
1
-5
/
+20
*
The CBE is no longer in llvm-dis
Chris Lattner
2004-02-17
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Generalize abstract interpreter interface to allow linking in an arbitrary nu...
Chris Lattner
2003-10-14
1
-7
/
+20
*
Substantial cleanups:
Chris Lattner
2003-10-14
1
-39
/
+38
*
Add a file header
Chris Lattner
2003-09-30
1
-0
/
+6
*
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman
2003-09-29
1
-0
/
+115