summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.h
Commit message (Expand)AuthorAge
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Remove CBE related code.Rafael Espindola2013-06-17
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-13
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-08
* whitespaceAndrew Trick2011-02-08
* Merge System into Support.Michael J. Spencer2010-11-29
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-24
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-10
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-16
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-23
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-02
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-09
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-28
* remove attributions from tools.Chris Lattner2007-12-29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-03
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-27
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix VC++ complaintJeff Cohen2005-01-22
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-16
* Changes For Bug 352Reid Spencer2004-09-01
* Provide timeout values to all abstract interpretersChris Lattner2004-07-24
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-04
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-04
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Add support for just compiling a programChris Lattner2004-02-18
* Byebye methodChris Lattner2004-02-18
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-18
* The CBE is no longer in llvm-disChris Lattner2004-02-17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Add a file headerChris Lattner2003-09-30
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-29