aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
AgeCommit message (Expand)Author
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-06-06Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-11-28Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer
2006-11-09add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner
2006-08-23For PR797:Reid Spencer
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2006-01-22add explicit #includes of iostreamChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-23Add support for fp tolerancesChris Lattner
2005-01-23Adjust to changed interface.Chris Lattner
2004-12-22Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-24Finally give bugpoint -timeout support!Chris Lattner
2004-07-23* Convert "\n" -> '\n'Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-16IA64 compatChris Lattner
2004-05-06Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner
2004-05-06Remove a really old commentChris Lattner
2004-05-04Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke
2004-04-19* Reorder #includesMisha Brukman
2004-04-02If the program returns a non-zero exit value, don't leave files layingChris Lattner
2004-02-18Add a new method for use by the code generator crash debugger.Chris Lattner
2004-02-18Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner
2004-02-18Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner
2004-02-11Add check-exit-code option, defaulting to true.Brian Gaeke
2004-01-14finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-19Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner
2003-10-18Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner
2003-10-18Change run-lli -> run-intChris Lattner
2003-10-18Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner
2003-10-14add support forloading additional .so files on the command lineChris Lattner
2003-10-14Change the execute methods to take the shared object filename by const refere...Chris Lattner
2003-10-14The return value of compileSharedObject was never used. Return the sharedChris Lattner
2003-10-07This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner