aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-271-1/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-261-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Switch to getNameStr().Daniel Dunbar2009-07-241-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-222-2/+2
* 80 col violation.Evan Cheng2009-07-211-9/+9
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-201-3/+4
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-201-0/+40
* fix testChris Lattner2009-07-191-1/+2
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-191-2/+2
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-181-11/+59
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-169-181/+174
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-9/+8
* Use errs() instead of std::cerr.Dan Gohman2009-07-159-127/+129
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-5/+10
* control reaches end of non-void function.Evan Cheng2009-07-141-0/+2
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-142-13/+16
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-141-7/+15
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-2/+2
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-141-2/+2
* rename getValueName -> getMangledNameChris Lattner2009-07-141-2/+2
* #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman2009-07-131-0/+1
* Fix the build.Owen Anderson2009-07-131-0/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-134-4/+6
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Support remote execute for ARM.David Goodwin2009-07-104-7/+37
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-2/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-082-10/+9
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-082-4/+8
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-2/+3
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-012-6/+6
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-013-7/+10
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-016-16/+22
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-251-1/+1
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-251-0/+92
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-241-0/+3
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-241-1/+6
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-051-5/+0
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-271-0/+8
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-223-27/+45
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+4
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-023-37/+70
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-121-1/+1