aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/bugpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-2/+2
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-2/+2
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-2/+2
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-2/+2
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-18/+6
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-4/+20
* only print the override triple if it exists!Chris Lattner2009-08-311-2/+3
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-1/+10
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-071-1/+1
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-271-1/+1
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-201-0/+40
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-1/+0
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-10/+10
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+4
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-271-0/+8
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+4
* fix bugpoint url, patch by Pieter de Bie!Chris Lattner2009-02-071-1/+1
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-181-1/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-1/+5
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Need <iostream> for the time being.Bill Wendling2006-11-171-0/+1
* For PR885:Reid Spencer2006-08-211-2/+1
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-151-3/+7
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-131-1/+6
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-071-0/+1
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-1/+1
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* For PR351:Reid Spencer2005-12-221-1/+8
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-241-0/+2
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-021-1/+9
* Remove trailing whitespaceMisha Brukman2005-04-221-2/+2
* For PR351:Reid Spencer2004-12-301-2/+3
* For PR351:Reid Spencer2004-12-271-2/+2
* llvm/Config/unistd.h has gone away, far, far awayMisha Brukman2004-12-201-2/+0
* Changes For Bug 352Reid Spencer2004-09-011-12/+7
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* * Convert "\n" -> '\n'Misha Brukman2004-07-231-1/+1
* Add -load optionChris Lattner2004-07-111-0/+1
* Header file movedChris Lattner2004-05-271-1/+1
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-191-0/+2
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-1/+1
* Catch exception and print message as appropriateChris Lattner2004-02-181-0/+4
* Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner2004-02-181-2/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* fix file headersChris Lattner2003-10-201-2/+1
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8