[PM] Remove the old 'PassManager.h' header file at the top level of
[oota-llvm.git] / tools / bugpoint / bugpoint.cpp
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-14 Sebastian Popstatic link polly into tools
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-02-19 Tobias GrosserFix typo
2014-01-27 Tobias GrosserDo not reference llvm-gcc from bugpoint
2014-01-15 NAKAMURA TakumiWhitespace.
2013-10-25 Daniel Sanders[bugpoint] Increase the default memory limit for subpro...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-10 Jakub StaszakFix #includes after my last commit.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-02-07 Hal FinkelAllow bugpoint to recognize -bb-vectorize
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-06-06 Eli FriedmanAdd -O1/2/3 to bugpoint, so when you conclude opt ...
2011-05-22 Chris Lattnerswitch bugpoint and liblto to PassManagerBuilder.
2011-01-14 Devang PatelDisable debug mode.
2011-01-13 Devang PatelLittle help to debug the bugpoint itself.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-07 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2009-08-31 Chris Lattneronly print the override triple if it exists!
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-07-27 Dan GohmanPass true to the Internalize parameter of createStandar...
2009-07-20 Daniel DunbarAdd -std-{compile,link}-opts to bugpoint.
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-04-27 Dan GohmanImprove bugpoint's error messages when it runs out...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2008-02-18 Dan GohmanFix a missing space in the description of the find...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-08-21 Reid SpencerFor PR885:
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-07 Reid SpencerMake sure this tool links in all of libVMCore.a because...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2005-12-22 Reid SpencerFor PR351:
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-20 Misha Brukmanllvm/Config/unistd.h has gone away, far, far away
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-11 Chris LattnerAdd -load option
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerCatch exception and print message as appropriate
2004-02-18 Chris LattnerBugpoint will be throwing exceptions soon, perpare...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-18 Chris LattnerAdd usage blurb
2003-09-12 Misha BrukmanBugpoint has the ability of generating a plethora of...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-05-03 Chris LattnerBugpoint is always verbose, eliminate option
2002-11-20 Chris LattnerInitial checkin of bugpoint