Added copyright header to all C++ source files.
[oota-llvm.git] / tools / bugpoint / ExecutionDriver.cpp
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerChange run-lli -> run-int
2003-10-18 Chris LattnerDefault to using the CBE instead of the Interpreter...
2003-10-14 Chris Lattneradd support forloading additional .so files on the...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-10-07 Chris LattnerThis header file moved. Thanks to Bill and Nightly...
2003-09-29 Misha BrukmanUse the newly abstracted interface for running our...
2003-08-28 Misha BrukmanRenaming `dis' -> `llvm-dis'.
2003-08-18 Chris Lattnerno-strict-aliasing redux
2003-08-18 Chris LattnerThe CBE generates code which violates the TBAA rules...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Misha BrukmanUse a vector<char*> instead of char*[] so that we can...
2003-07-28 Misha BrukmanBugDriver.h:
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-05-03 Chris LattnerMake a comment more accurate
2003-05-03 Chris LattnerAdd support for debugging miscompilations with the...
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-04-23 Chris LattnerAllow specifying an input file for the program being...
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-23 Chris LattnerNew files for miscompilation detection