aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
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
2006-11-17Need <iostream> for the time being.Bill Wendling
2006-11-11Minor style fixes from review.Reid Spencer
2006-11-11Add a -disable-loop-extraction option to bugpoint.Reid Spencer
2006-11-09completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner
2006-11-09add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-11-02For PR786:Reid Spencer
2006-10-27Forgot a }Bill Wendling
2006-10-27Re-added the part where it tries to remove all global variables first.Bill Wendling
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling
2006-10-20For PR950:Reid Spencer
2006-10-10Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner
2006-10-09Remove a dead var noticed by YorionChris Lattner
2006-09-15comment out debug codeChris Lattner
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner
2006-09-14Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky
2006-09-14Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky
2006-09-07Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner