summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman1-0/+1
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth1-1/+1
2013-01-10Fix #includes after my last commit.Jakub Staszak1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-3/+3
2012-02-07Allow bugpoint to recognize -bb-vectorizeHal Finkel1-0/+1
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola1-0/+1
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola1-1/+1
2011-06-06Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman1-2/+28
2011-05-22switch bugpoint and liblto to PassManagerBuilder.Chris Lattner1-12/+10
2011-01-14Disable debug mode.Devang Patel1-2/+2
2011-01-13Little help to debug the bugpoint itself.Devang Patel1-0/+12
2010-11-29Merge System into Support.Michael J. Spencer1-3/+3
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-0/+13
2010-08-28Straighten out any triple strings passed on the command line beforeDuncan Sands1-2/+2
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola1-2/+8
2010-08-07Run opt instead of bugpoint itself.Rafael Espindola1-8/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+2
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-2/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+2
2010-08-05Revert bugpoint change due to buildbot breakage.Bob Wilson1-1/+8
2010-08-05Run opt instead of bugpoint itself.Rafael Espindola1-8/+1
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson1-2/+2
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson1-2/+2
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar1-2/+2
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson1-2/+2
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky1-18/+6
2010-03-19Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin1-4/+20
2009-08-31only print the override triple if it exists!Chris Lattner1-2/+3
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar1-1/+10
2009-08-07MSVC warning fixes; patch by Stein Roger!Daniel Dunbar1-1/+1
2009-07-27Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman1-1/+1
2009-07-20Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar1-0/+40
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-1/+0
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson1-1/+1
2009-07-15Use errs() instead of std::cerr.Dan Gohman1-10/+10
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-1/+1
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-2/+4
2009-04-27Improve bugpoint's error messages when it runs out of memory,Dan Gohman1-0/+8
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner1-2/+4
2009-02-07fix bugpoint url, patch by Pieter de Bie!Chris Lattner1-1/+1
2008-02-18Fix a missing space in the description of the find-bugs option.Dan Gohman1-1/+1
2007-12-29remove attributions from tools.Chris Lattner1-2/+2
2007-10-08Move the space in overview output for commands out of each of theDan Gohman1-1/+1
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov1-1/+5
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-0/+2
2006-11-17Need <iostream> for the time being.Bill Wendling1-0/+1
2006-08-21For PR885:Reid Spencer1-2/+1
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins1-3/+7
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner1-1/+6