summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
...
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Fix unused function warning.Daniel Dunbar2009-07-11
* 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
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-25
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-25
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-24
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-24
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-05
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-27
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-22
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-04
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-12
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-06
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-05
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-02
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-12
* fix bugpoint url, patch by Pieter de Bie!Chris Lattner2009-02-07
* Add the private linkage.Rafael Espindola2009-01-15
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-26
* 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