[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
[oota-llvm.git] / tools / bugpoint / BugDriver.cpp
2015-10-14 Davide Italiano[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-26 Duncan P. N. Exon... bugpoint: Verify input files
2015-03-26 Duncan P. N. Exon... bugpoint: Return early after error, NFC
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from parseInputFile and propag...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 David BlaikieBugPoint: Fix some memory leaks.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2013-06-18 Rafael EspindolaRemove PathV1.h use from BugDriver.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
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-07-23 Sylvestre LedruFix a typo (the the => the)
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2010-11-29 Michael J. SpencerMerge System into Support.
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-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Rafael EspindolaAdd a Module argument to the remaining runPasses method...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
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-24 Dan GohmanTrim #includes.
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2009-09-03 Dan GohmanMake bugpoint use ParseIRFile instead of doing the...
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
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-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-02-26 Bill WendlingDetabify.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-08-18 Reid SpencerFor PR797:
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-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2005-12-22 Reid SpencerFor PR351:
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-20 Reid SpencerAllow compilers that can't distinguish between a class...
2004-12-16 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-11-14 Reid SpencerLinker.h has a new home.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-24 Chris LattnerFinally give bugpoint -timeout support!
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-04-06 Misha BrukmanWrap at 80 cols.
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-02-20 Chris LattnerFormat a bit more nicely
2004-02-19 Chris LattnerBe a bit more robust. Explicitly check for a code...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-02-18 Chris Lattnerctor arguments changed order
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-01-14 Chris Lattnerfinegrainify namespacification
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-15 Brian GaekeFlush output after writing out the list of function...
2003-10-14 Chris LattnerEliminate the bugpoint -mode option, by making bugpoint...
2003-10-13 Chris LattnerUnbreak code generator debug mode
2003-09-17 Chris LattnerUse new method
2003-08-22 Chris LattnerKill warning
2003-08-22 Misha BrukmanSquash the warning that `Result' may not be initialized...
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
next