aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-09-03Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman
2009-08-31only print the override triple if it exists!Chris Lattner
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-19Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer
2009-08-19Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer
2009-08-18Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-07MSVC warning fixes; patch by Stein Roger!Daniel Dunbar
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson
2009-08-05Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman
2009-08-05Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman
2009-08-05Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov
2009-08-05Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-28Add a bugpoint flag to disable block extraction.David Goodwin
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-27Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman
2009-07-27Move ConstantStruct back to 2.5 API.Owen Anderson
2009-07-26Remove Value::setName(const char*, unsigned).Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-2180 col violation.Evan Cheng
2009-07-20For remote execution, must cd to the executable directory since the exe expec...David Goodwin
2009-07-20Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar
2009-07-19fix testChris Lattner
2009-07-19DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner
2009-07-18Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-15eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner
2009-07-14control reaches end of non-void function.Evan Cheng
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-14Fix for bugpoint -remote-clientViktor Kutuzov
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar