Convert some tab stops into spaces.
[oota-llvm.git] / tools / bugpoint / ToolRunner.h
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-05-24 Duncan SandsApply timeouts and memory limits in more places. In...
2010-05-10 Kalle RaiskilaAdd command line option --gcc to bugpoint.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-03-16 Chris Lattneradd support for bugpointing the integrated assembler...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-04-28 Anton KorobeynikovAdd possibility of using arbitrary to to execute stuff...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-03 Evan ChengAdded -rsh-host and -rsh-user to support remote execution.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-22 Jeff CohenFix VC++ complaint
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-09-30 Chris LattnerAdd a file header
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...