aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-05-25Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky
2009-05-25Add a bisection step on the list of instructions before doing the linearNick Lewycky
2009-05-24Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin
2009-05-24Add -disable-global-remove option to bugpoint.Torok Edwin
2009-05-05bugpoint for jit should just ignore GCC arguments.Evan Cheng
2009-04-27Improve bugpoint's error messages when it runs out of memory,Dan Gohman
2009-04-22Use CloneModule's ValueMap in more places, instead of lookingDan Gohman
2009-04-04CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky
2009-03-12Also pass -gcc-tool-args when building a shared object.Evan Cheng
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-03-06Use CloneModule's ValueMap to avoid needing to look upDan Gohman
2009-03-05Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman
2009-03-02Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-02-12Rename bugpoint's error message file so that if it somehowDan Gohman
2009-02-07fix bugpoint url, patch by Pieter de Bie!Chris Lattner
2009-01-15Add the private linkage.Rafael Espindola
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-10-26Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-09-09Allow use of ssh to perform remote execution.Evan Cheng
2008-07-29Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman
2008-07-14Reformat this message to fit in 80 cols.Dan Gohman
2008-07-08Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson
2008-06-12Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman
2008-06-12Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-04-28Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov
2008-04-28several multiple-retval fixes for bugpoint.Chris Lattner
2008-04-14Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson
2008-04-13Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson
2008-04-07Remove tabs. Patch by Mike Stump!Bill Wendling
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-06-fPIC is required on x86-64 when building shared objects.Torok Edwin
2008-03-24With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth
2008-02-26Detabify.Bill Wendling
2008-02-18Fix a missing space in the description of the find-bugs option.Dan Gohman
2008-02-14PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky
2008-01-08Fix PR1797Chris Lattner
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-11-05Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene