| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -1/+1 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 2 | -2/+2 |
* | 80 col violation. | Evan Cheng | 2009-07-21 | 1 | -9/+9 |
* | For remote execution, must cd to the executable directory since the exe expec... | David Goodwin | 2009-07-20 | 1 | -3/+4 |
* | Add -std-{compile,link}-opts to bugpoint. | Daniel Dunbar | 2009-07-20 | 1 | -0/+40 |
* | fix test | Chris Lattner | 2009-07-19 | 1 | -1/+2 |
* | DisambiguateGlobalSymbols should not mangle intrinsics. | Chris Lattner | 2009-07-19 | 1 | -2/+2 |
* | Require a remote command to exit with the exit status of the test program or ... | Viktor Kutuzov | 2009-07-18 | 1 | -11/+59 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 9 | -181/+174 |
* | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson | 2009-07-15 | 1 | -1/+1 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -9/+8 |
* | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 9 | -127/+129 |
* | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner | 2009-07-15 | 1 | -5/+10 |
* | control reaches end of non-void function. | Evan Cheng | 2009-07-14 | 1 | -0/+2 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 2 | -13/+16 |
* | Fix for bugpoint -remote-client | Viktor Kutuzov | 2009-07-14 | 1 | -7/+15 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 1 | -2/+2 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. | Dan Gohman | 2009-07-13 | 1 | -0/+1 |
* | Fix the build. | Owen Anderson | 2009-07-13 | 1 | -0/+1 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 4 | -4/+6 |
* | Fix unused function warning. | Daniel Dunbar | 2009-07-11 | 1 | -0/+2 |
* | Support remote execute for ARM. | David Goodwin | 2009-07-10 | 4 | -7/+37 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -2/+2 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 2 | -10/+9 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 2 | -4/+8 |
* | switch the .ll parser into SMDiagnostic. | Chris Lattner | 2009-07-02 | 1 | -2/+3 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 2 | -6/+6 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 3 | -7/+10 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 6 | -16/+22 |
* | Fix the crash debugger to actually bisect globals once it's determined that it | Nick Lewycky | 2009-05-25 | 1 | -1/+1 |
* | Add a bisection step on the list of instructions before doing the linear | Nick Lewycky | 2009-05-25 | 1 | -0/+92 |
* | Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself | Torok Edwin | 2009-05-24 | 1 | -0/+3 |
* | Add -disable-global-remove option to bugpoint. | Torok Edwin | 2009-05-24 | 1 | -1/+6 |
* | bugpoint for jit should just ignore GCC arguments. | Evan Cheng | 2009-05-05 | 1 | -5/+0 |
* | Improve bugpoint's error messages when it runs out of memory, | Dan Gohman | 2009-04-27 | 1 | -0/+8 |
* | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman | 2009-04-22 | 3 | -27/+45 |
* | CloneModule stores the BasicBlock mapping in ValueMap. There's no need to | Nick Lewycky | 2009-04-04 | 1 | -17/+6 |
* | Also pass -gcc-tool-args when building a shared object. | Evan Cheng | 2009-03-12 | 1 | -2/+5 |
* | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner | 2009-03-06 | 1 | -2/+4 |
* | Use CloneModule's ValueMap to avoid needing to look up | Dan Gohman | 2009-03-06 | 1 | -5/+4 |
* | Fix a bugpoint bug on anonymous functions. Instead of looking up | Dan Gohman | 2009-03-05 | 1 | -2/+4 |
* | Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, | Bill Wendling | 2009-03-02 | 3 | -37/+70 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -2/+2 |
* | Rename bugpoint's error message file so that if it somehow | Dan Gohman | 2009-02-12 | 1 | -1/+1 |
* | fix bugpoint url, patch by Pieter de Bie! | Chris Lattner | 2009-02-07 | 1 | -1/+1 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -2/+3 |