Move ToolRunner.(cpp|h) into the bugpoint directory
[oota-llvm.git] / tools / bugpoint / ToolRunner.cpp
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...
2006-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-07 Reid SpencerFor PR495:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-10 Andrew Lenharthyay for camel_cvs diff
2005-03-09 Chris Lattnerget bugpoint working on ia64, by building .so's with...
2005-02-27 Chris LattnerRemove some stuff I checked in accidentally
2005-02-13 Chris LattnerMove helper function here.
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-24 Chris LattnerPass timeouts into the low level "execute program with...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...