Clone and restore the module being reduced in
[oota-llvm.git] / tools / bugpoint / CrashDebugger.cpp
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...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-11-22 Chris LattnerDo not crash when dealing with invoke and unwind instru...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-10-27 Chris LattnerDo not print out lists with thousands of elements in...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix spelling.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
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...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-06-25 Chris LattnerTry to run cleanups even if nothing was modified in...
2003-06-02 Chris LattnerRemove stupid thinko that was preventing bugpoint from...
2003-04-25 Chris LattnerBig programs have tons of global variable initializers...
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerThe big fix is this change:
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-02-28 Chris Lattner* Reduce the number of useless bytecode files produced...
2003-01-23 Chris LattnerMake bugpoint *much* more powerful, giving it the capab...
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint