aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
AgeCommit message (Expand)Author
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
2009-08-07MSVC warning fixes; patch by Stein Roger!Daniel Dunbar
2009-07-27Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman
2009-07-20Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-04-27Improve bugpoint's error messages when it runs out of memory,Dan Gohman
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-02-07fix bugpoint url, patch by Pieter de Bie!Chris Lattner
2008-02-18Fix a missing space in the description of the find-bugs option.Dan Gohman
2007-12-29remove attributions from tools.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-17Need <iostream> for the time being.Bill Wendling
2006-08-21For PR885:Reid Spencer
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-06-07Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-12-22For PR351:Reid Spencer
2005-10-24Link to archive versions of libraries instead of the relinked onesChris Lattner
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-20llvm/Config/unistd.h has gone away, far, far awayMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-23* Convert "\n" -> '\n'Misha Brukman
2004-07-11Add -load optionChris Lattner
2004-05-27Header file movedChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is deliveredChris Lattner
2004-02-19Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos
2004-02-18Catch exception and print message as appropriateChris Lattner
2004-02-18Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-18Add usage blurbChris Lattner
2003-09-12Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman
2003-08-07Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman
2003-07-30Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman
2003-07-30Add variable to capture arguments that should be passed to the user programChris Lattner
2003-07-24Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman
2003-05-03Bugpoint is always verbose, eliminate optionChris Lattner