summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-09
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-29
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-14
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-08
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-12
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-12
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-28
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-28
* 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
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-07
* 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
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-24
* Detabify.Bill Wendling2008-02-26
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-18
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-14
* Fix PR1797Chris Lattner2008-01-08
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.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
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-05
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-06
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-03
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* remove use of deprecated apisChris Lattner2007-02-19
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* eliminate use of vector-related ctorsChris Lattner2007-02-13
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1072:Reid Spencer2007-02-03
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* relax typeChris Lattner2007-01-07
* For PR411:Reid Spencer2007-01-06
* A bit more debugging printf's.Evan Cheng2007-01-03