Teach raw_ostream to accept SmallString.
[oota-llvm.git] / tools / bugpoint / Miscompilation.cpp
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
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 parseInputFile and propag...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-08-02 Hal FinkelFix invalid function pointers in bugpoint ExtractLoops
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-06-18 Rafael EspindolaDon't use PathV1.h in tools/bugpoint/Miscompilation...
2013-06-17 Rafael EspindolaConvert two uses of eraseFromDisk.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-05-15 David BlaikieUse only explicit bool conversion operators
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-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-08-12 Nick LewyckyFix bugpoint fallout from the new type system.
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-07-31 Rafael EspindolaAdd const to some methods and change TestMergedProgram...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-07-29 Rafael EspindolaMake the test while reducing blocks functional. This...
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
2010-07-26 Rafael EspindolaClone and restore the module being reduced in
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-21 Rafael EspindolaSave more temps with -save-temps.
2010-06-07 Dan GohmanUse ->isVoidTy().
2010-05-11 Jeffrey YasskinFix PR6951 by fixing Module leaks in bugpoint.
2010-04-29 Nick LewyckyThe llc -f flag was removed.
2010-04-12 Benjamin KramerBoolify.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-01-16 Chris Lattnerremove obsolete comment.
2010-01-16 Chris Lattnerbugpoint doesn't need the mangler at all. Disambiguate...
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
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-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 David GoodwinAdd a bugpoint flag to disable block extraction.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-19 Chris Lattnerfix test
2009-07-19 Chris LattnerDisambiguateGlobalSymbols should not mangle intrinsics.
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-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-07-14 Dan GohmanReformat this message to fit in 80 cols.
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
2008-04-13 Owen AndersonReplace calls of the form V1->setName(V2->getName(...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-06 Torok Edwin-fPIC is required on x86-64 when building shared objects.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-02-19 Chris Lattnerremove use of deprecated apis
2007-02-13 Chris Lattnereliminate use of vector-related ctors
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
next