aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)Author
2010-01-16remove obsolete comment.Chris Lattner
2010-01-16bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-28Add a bugpoint flag to disable block extraction.David Goodwin
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-19fix testChris Lattner
2009-07-19DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-15eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar
2009-07-14rename getValueName -> getMangledNameChris Lattner
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-10Support remote execute for ARM.David Goodwin
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-04-22Use CloneModule's ValueMap in more places, instead of lookingDan Gohman
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-07-14Reformat this message to fit in 80 cols.Dan Gohman
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-04-14Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson
2008-04-13Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-06-fPIC is required on x86-64 when building shared objects.Torok Edwin
2007-12-29remove attributions from tools.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-02-19remove use of deprecated apisChris Lattner
2007-02-13eliminate use of vector-related ctorsChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-07relax typeChris Lattner
2006-12-31For PR950:Reid Spencer