[bugpoint] Fix "Alias must point to a definition" problems
[oota-llvm.git] / tools / bugpoint / CrashDebugger.cpp
2015-11-26 Hal Finkel[bugpoint] Fix "Alias must point to a definition" problems
2015-11-08 David MajnemerMake bugpoint ehpad/token friendly
2015-11-06 Keno FischerFix bugpoint breakage on libcxx introduced by r252247
2015-11-06 Keno Fischer[bugpoint] Add a named metadata (+their operands) reducer
2015-10-20 Duncan P. N. Exon... bugpoint: Remove implicit ilist iterator conversions...
2015-08-19 David MajnemerReplace some calls to isa<LandingPadInst> with isEHPad()
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-04-20 JF Bastienbugpoint Enhancement.
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from parseInputFile and propag...
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-09-02 Dmitri GribenkoAdded std:: qualifier to find() invocation
2013-06-17 Rafael EspindolaDon't use PathV1.h in CrashDebugger.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
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-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2011-12-25 Bill WendlingAdd braces to remove silly warning.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-01 Eli FriedmanA couple misc fixes so that bugpoint doesn't explode...
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-08-10 Rafael EspindolaUse RunPassesOn as in the rest of bugpoint.
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-05 Rafael EspindolaAdd const to compileProgram and to the various test...
2010-08-05 Rafael EspindolaAdd a Module argument to the remaining runPasses method...
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
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-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-07 Dan GohmanUse ->isVoidTy().
2010-06-05 Dan GohmanNo need to special-case structs here; structs are first...
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
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-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-05-25 Nick LewyckyFix the crash debugger to actually bisect globals once...
2009-05-25 Nick LewyckyAdd a bisection step on the list of instructions before...
2009-05-24 Torok EdwinMake bugpoint emit a bugpoint-reduced-blocks.bc, becaus...
2009-05-24 Torok EdwinAdd -disable-global-remove option to bugpoint.
2009-04-04 Nick LewyckyCloneModule stores the BasicBlock mapping in ValueMap...
2009-03-06 Dan GohmanUse CloneModule's ValueMap to avoid needing to look up
2009-03-05 Dan GohmanFix a bugpoint bug on anonymous functions. Instead...
2008-07-29 Matthijs KooijmanImprove bugpoint output a bit by outputting the actual...
2008-04-28 Chris Lattnerseveral multiple-retval fixes for bugpoint.
2008-04-07 Bill WendlingRemove tabs. Patch by Mike Stump!
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-24 Andrew LenharthWith debug info, there are nameless constant global...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-06 Chris Lattneradd bitcode support
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-06 Reid SpencerFor PR411:
2006-11-02 Reid SpencerFor PR786:
2006-10-27 Bill WendlingForgot a }
2006-10-27 Bill WendlingRe-added the part where it tries to remove all global...
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-03-16 Chris Lattneradd an assert to get a slightly better msg about this...
2006-03-05 Andrew LenharthFor transforms the behave differently if main goes...
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-01-22 Jeff CohenFix VC++ complaint
2004-12-16 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris Lattner* Predicate the optimizer crash debugger on a function.
2004-02-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
next