aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-221-12/+23
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-8/+10
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-141-4/+4
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-7/+11
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-141-1/+1
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-131-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-28/+28
* -fPIC is required on x86-64 when building shared objects.Edwin Török2008-04-061-1/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-3/+3
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-1/+1
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-5/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+915