Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / tools / bugpoint / ToolRunner.h
2015-10-14 Davide Italiano[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-06-17 Rafael EspindolaRemove CBE related code.
2013-06-13 Rafael EspindolaFurther reduce usage of sys::Path in bugpoint.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2010-11-29 Michael J. SpencerMerge System into Support.
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 +...