aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
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
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-06-06Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06Fix a buggy conversion from bytecode to bitcodeChris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06add bitcode supportChris Lattner
2007-05-03Added -rsh-host and -rsh-user to support remote execution.Evan Cheng
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-19remove use of deprecated apisChris Lattner
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-13eliminate use of vector-related ctorsChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-03For PR1072:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2007-01-07relax typeChris Lattner
2007-01-06For PR411:Reid Spencer
2007-01-03A bit more debugging printf's.Evan Cheng
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-13Remove DSA.John Criswell
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-28Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer
2006-11-27For PR950:Reid Spencer