aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
...
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-134-4/+6
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Support remote execute for ARM.David Goodwin2009-07-104-7/+37
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-2/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-082-10/+9
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-082-4/+8
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-2/+3
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-012-6/+6
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-013-7/+10
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-016-16/+22
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-251-1/+1
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-251-0/+92
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-241-0/+3
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-241-1/+6
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-051-5/+0
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-271-0/+8
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-223-27/+45
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+4
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-023-37/+70
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-121-1/+1
* fix bugpoint url, patch by Pieter de Bie!Chris Lattner2009-02-071-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-2/+3
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-084-59/+123
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-261-19/+0
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+16
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-092-17/+28
* 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