projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[dsymutil] Do not mistakenly reuse the current object file when the next one isn...
[oota-llvm.git]
/
tools
/
bugpoint
/
ToolRunner.h
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
blob
|
commitdiff
|
raw
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-17
Rafael Espindola
Don't use PathV1.h in ToolRunner.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-17
Rafael Espindola
Remove CBE related code.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Further reduce usage of sys::Path in bugpoint.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-11
Rafael Espindola
Include PathV1.h in files that use it.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Andrew Trick
Added bugpoint options: -compile-custom and -compile...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Andrew Trick
whitespace
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Michael J. Spencer
Merge System into Support.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-12
Duncan Sands
Convert some tab stops into spaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-24
Duncan Sands
Apply timeouts and memory limits in more places. In...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
Kalle Raiskila
Add command line option --gcc to bugpoint.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-12
Nick Lewycky
Remove use of exceptions from bugpoint. No deliberate...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-16
Chris Lattner
add support for bugpointing the integrated assembler...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
eliminate the ostream version of CheckBitcodeOutputToCo...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Daniel Dunbar
Change bugpoint to use Triple to make runtime decisions.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Dan Gohman
Fix FindExecutable to use sys::Path::GetMainExecutable...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Anton Korobeynikov
Add save-temps option to bugpoint to keep temporary...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Bill Wendling
Add a "-gcc-tool-args" option. This option acts like...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Evan Cheng
Allow use of ssh to perform remote execution.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Anton Korobeynikov
Add possibility of using arbitrary to to execute stuff...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
remove attributions from tools.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-04
Gabor Greif
Pretty straightforward replacement of "bytecode" by...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Evan Cheng
Added -rsh-host and -rsh-user to support remote execution.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-16
Anton Korobeynikov
Add possibility to set memory limit for binaries run...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-15
Chris Lattner
Add a new -cbe-bug mode, which works just like -run...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Chris Lattner
Pass -Xlinker flags to gcc when it builds the shared...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Chris Lattner
Move ToolRunner.(cpp|h) into the bugpoint directory
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Reid Spencer
Add the -Xlinker option to bugpoint which allows an...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2005-01-22
Jeff Cohen
Fix VC++ complaint
blob
|
commitdiff
|
raw
|
diff to current
2004-12-19
Reid Spencer
For PR351:
blob
|
commitdiff
|
raw
|
diff to current
2004-12-16
Reid Spencer
For PR351:
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Reid Spencer
Changes For Bug 352
blob
|
commitdiff
|
raw
|
diff to current
2004-07-24
Chris Lattner
Provide timeout values to all abstract interpreters
blob
|
commitdiff
|
raw
|
diff to current
2004-05-04
Brian Gaeke
Apply simplification suggested by Chris: why assign...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-04
Brian Gaeke
Add "Args" optional argument to AbstractInterpreter...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-19
Alkis Evlogimenos
Make ToolExecutionError inherit std::exception and...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-18
Chris Lattner
Add support for just compiling a program
blob
|
commitdiff
|
raw
|
diff to current
2004-02-18
Chris Lattner
Byebye method
blob
|
commitdiff
|
raw
|
diff to current
2004-02-18
Chris Lattner
When an error occurs executing a tool, we now throw...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-17
Chris Lattner
The CBE is no longer in llvm-dis
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM copyright header (for lack of a better term).
blob
|
commitdiff
|
raw
|
diff to current
2003-10-14
Chris Lattner
Generalize abstract interpreter interface to allow...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-14
Chris Lattner
Substantial cleanups:
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Chris Lattner
Add a file header
blob
|
commitdiff
|
raw
|
diff to current
2003-09-29
Misha Brukman
Abstracted away the process of running our tools +...
blob
|
commitdiff
|
raw
|
diff to current