aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-071-2/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-062-30/+30
* -fPIC is required on x86-64 when building shared objects.Edwin Török2008-04-062-2/+2
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-241-2/+3
* Detabify.Bill Wendling2008-02-263-13/+12
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-181-1/+1
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-141-11/+8
* Fix PR1797Chris Lattner2008-01-081-0/+3
* remove attributions from tools.Chris Lattner2007-12-2913-26/+26
* remove attributions from tools/utils makefiles.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-144-11/+63
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-051-51/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-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-1814-0/+4386