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