index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
bugpoint
/
ToolRunner.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-3
/
+2
*
Remove CBE related code.
Rafael Espindola
2013-06-17
1
-50
/
+0
*
Further reduce usage of sys::Path in bugpoint.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Added bugpoint options: -compile-custom and -compile-command=...
Andrew Trick
2011-02-08
1
-2
/
+7
*
whitespace
Andrew Trick
2011-02-08
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
2010-05-24
1
-6
/
+15
*
Add command line option --gcc to bugpoint.
Kalle Raiskila
2010-05-10
1
-3
/
+3
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-34
/
+30
*
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-16
1
-4
/
+8
*
eliminate the ostream version of CheckBitcodeOutputToConsole,
Chris Lattner
2009-08-23
1
-0
/
+1
*
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-18
1
-0
/
+2
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
1
-9
/
+6
*
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-08-05
1
-0
/
+3
*
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
2009-03-02
1
-16
/
+28
*
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
-0
/
+199