summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-05
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-27
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-26
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* 80 col violation.Evan Cheng2009-07-21
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-20
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-20
* fix testChris Lattner2009-07-19
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-19
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-18
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* control reaches end of non-void function.Evan Cheng2009-07-14
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* rename getValueName -> getMangledNameChris Lattner2009-07-14
* #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman2009-07-13
* Fix the build.Owen Anderson2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Fix unused function warning.Daniel Dunbar2009-07-11
* Support remote execute for ARM.David Goodwin2009-07-10
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-25
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-25
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-24
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-24
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-05