index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ToolRunner.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-2
/
+2
2014-04-28
[C++] Use 'nullptr'.
Craig Topper
1
-7
/
+9
2014-03-08
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-17
/
+17
2013-06-17
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
1
-3
/
+2
2013-06-17
Remove CBE related code.
Rafael Espindola
1
-50
/
+0
2013-06-13
Further reduce usage of sys::Path in bugpoint.
Rafael Espindola
1
-3
/
+3
2013-06-11
Include PathV1.h in files that use it.
Rafael Espindola
1
-0
/
+1
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-1
/
+1
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
1
-0
/
+1
2011-02-08
Added bugpoint options: -compile-custom and -compile-command=...
Andrew Trick
1
-2
/
+7
2011-02-08
whitespace
Andrew Trick
1
-1
/
+1
2010-11-29
Merge System into Support.
Michael J. Spencer
1
-1
/
+1
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
1
-1
/
+1
2010-05-24
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
1
-6
/
+15
2010-05-10
Add command line option --gcc to bugpoint.
Kalle Raiskila
1
-3
/
+3
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
1
-34
/
+30
2010-03-16
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
1
-4
/
+8
2009-08-23
eliminate the ostream version of CheckBitcodeOutputToConsole,
Chris Lattner
1
-0
/
+1
2009-08-18
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
1
-0
/
+2
2009-08-05
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
1
-9
/
+6
2009-08-05
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
1
-0
/
+3
2009-03-02
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
1
-16
/
+28
2008-09-09
Allow use of ssh to perform remote execution.
Evan Cheng
1
-3
/
+3
2008-04-28
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
1
-0
/
+4
2007-12-29
remove attributions from tools.
Chris Lattner
1
-2
/
+2
2007-07-04
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
1
-16
/
+16
2007-05-03
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
1
-1
/
+3
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
1
-4
/
+8
2006-09-15
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
1
-10
/
+18
2006-06-27
Pass -Xlinker flags to gcc when it builds the shared object.
Chris Lattner
1
-2
/
+3
2006-06-06
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
1
-4
/
+3
2006-06-06
Add the -Xlinker option to bugpoint which allows an option to be passed
Reid Spencer
1
-2
/
+9
2005-04-21
Remove trailing whitespace
Misha Brukman
1
-6
/
+6
2005-01-22
Fix VC++ complaint
Jeff Cohen
1
-1
/
+2
2004-12-19
For PR351:
Reid Spencer
1
-4
/
+4
2004-12-16
For PR351:
Reid Spencer
1
-2
/
+2
2004-09-01
Changes For Bug 352
Reid Spencer
1
-4
/
+4
2004-07-24
Provide timeout values to all abstract interpreters
Chris Lattner
1
-4
/
+7
2004-05-04
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
1
-2
/
+2
2004-05-04
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
1
-8
/
+20
2004-02-19
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
1
-3
/
+5
2004-02-18
Add support for just compiling a program
Chris Lattner
1
-0
/
+19
2004-02-18
Byebye method
Chris Lattner
1
-3
/
+0
2004-02-18
When an error occurs executing a tool, we now throw an exception instead
Chris Lattner
1
-5
/
+20
2004-02-17
The CBE is no longer in llvm-dis
Chris Lattner
1
-2
/
+2
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
1
-0
/
+4
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
1
-0
/
+7
2003-10-14
Generalize abstract interpreter interface to allow linking in an arbitrary nu...
Chris Lattner
1
-7
/
+20
2003-10-14
Substantial cleanups:
Chris Lattner
1
-39
/
+38
2003-09-30
Add a file header
Chris Lattner
1
-0
/
+6
[next]