aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-291-2/+1
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-141-4/+4
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-081-1/+4
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-121-1/+4
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-121-1/+8
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-7/+11
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-283-2/+122
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-282-11/+12
* 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.Torok Edwin2008-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
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-049-136/+136
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-062-1/+3
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-4/+5
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-061-1/+1
* switch tools to bitcode from bytecodeChris Lattner2007-05-063-28/+11
* add bitcode supportChris Lattner2007-05-064-4/+18
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-032-6/+44
* Drop 'const'Devang Patel2007-05-032-6/+6
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-022-6/+6
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-012-1/+15
* remove use of deprecated apisChris Lattner2007-02-191-2/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-167-25/+46
* eliminate use of vector-related ctorsChris Lattner2007-02-131-4/+7
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR411:Reid Spencer2007-02-052-3/+3
* For PR411:Reid Spencer2007-02-053-17/+21
* For PR1072:Reid Spencer2007-02-031-1/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-303-12/+12
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* relax typeChris Lattner2007-01-071-1/+1
* For PR411:Reid Spencer2007-01-061-1/+1
* A bit more debugging printf's.Evan Cheng2007-01-031-0/+10
* For PR950:Reid Spencer2006-12-312-4/+4
* For PR950:Reid Spencer2006-12-231-2/+2