Speculatively revert r108813, in an attempt to get the self-host buildbots working...
[oota-llvm.git] / tools / bugpoint / Miscompilation.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-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...
2007-01-07 Chris Lattnerrelax type
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-11-27 Reid SpencerFor PR950:
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerAdd a -disable-loop-extraction option to bugpoint.
2006-11-02 Reid SpencerFor PR786:
2006-09-07 Chris LattnerChange DisambiguateGlobalSymbols to not rename asm...
2006-08-23 Reid SpencerFor PR797:
2006-05-04 Chris Lattnerwrap long line
2005-12-14 Chris LattnerFix printing of the instructions.
2005-12-06 Andrew LenharthThis solves the problem of the CBE renaming symbols...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-08-02 Chris LattnerIf the user interrupts bugpoint, don't extract loops
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-12 Chris LattnerFix PR576.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-08 Chris LattnerIf loopextract breaks the program provide output so...
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-03-15 Alkis EvlogimenosUse arg_iterator and arg_begin and arg_end functions.
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-01-15 Chris LattnerImprove output precision.
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-11-19 Chris LattnerFix a bug in the checkin where I adjusted this code...
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-11-14 Reid SpencerLinker.h has a new home.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-18 Reid Spencerbug 122:
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-05-12 Chris LattnerTurn the block extractor on by default now that it...
2004-05-12 Chris LattnerCheck to see if all blocks are extractible first.
2004-05-12 Chris LattnerImplement the final missing bits for block extractor...
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-04-23 Chris LattnerTeach bugpoint to be a little bit smarter and avoid...
next