Age | Commit message (Expand) | Author |
2009-07-14 | rename getValueName -> getMangledName | Chris Lattner |
2009-07-13 | #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. | Dan Gohman |
2009-07-13 | Fix the build. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-11 | Fix unused function warning. | Daniel Dunbar |
2009-07-10 | Support remote execute for ARM. | David Goodwin |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
2009-07-02 | switch the .ll parser into SMDiagnostic. | Chris Lattner |
2009-07-01 | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson |
2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |
2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
2009-05-25 | Fix the crash debugger to actually bisect globals once it's determined that it | Nick Lewycky |
2009-05-25 | Add a bisection step on the list of instructions before doing the linear | Nick Lewycky |
2009-05-24 | Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself | Torok Edwin |
2009-05-24 | Add -disable-global-remove option to bugpoint. | Torok Edwin |
2009-05-05 | bugpoint for jit should just ignore GCC arguments. | Evan Cheng |
2009-04-27 | Improve bugpoint's error messages when it runs out of memory, | Dan Gohman |
2009-04-22 | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman |
2009-04-04 | CloneModule stores the BasicBlock mapping in ValueMap. There's no need to | Nick Lewycky |
2009-03-12 | Also pass -gcc-tool-args when building a shared object. | Evan Cheng |
2009-03-06 | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner |
2009-03-06 | Use CloneModule's ValueMap to avoid needing to look up | Dan Gohman |
2009-03-05 | Fix a bugpoint bug on anonymous functions. Instead of looking up | Dan Gohman |
2009-03-02 | Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, | Bill Wendling |
2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |
2009-02-12 | Rename bugpoint's error message file so that if it somehow | Dan Gohman |
2009-02-07 | fix bugpoint url, patch by Pieter de Bie! | Chris Lattner |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner |
2008-12-08 | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman |
2008-10-26 | Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. | Nick Lewycky |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
2008-09-09 | Allow use of ssh to perform remote execution. | Evan Cheng |
2008-07-29 | Improve bugpoint output a bit by outputting the actual instructions instead of | Matthijs Kooijman |
2008-07-14 | Reformat this message to fit in 80 cols. | Dan Gohman |
2008-07-08 | Global variables beginning with \01 have special meaning on Darwin, so we nee... | Owen Anderson |
2008-06-12 | Let bugpoint display generated messages on stderr only if no interpreter was | Matthijs Kooijman |
2008-06-12 | Add -silence-passes option to bugpoint. This option suppresses output generated | Matthijs Kooijman |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-04-28 | Add possibility of using arbitrary to to execute stuff from bugpoint. | Anton Korobeynikov |
2008-04-28 | several multiple-retval fixes for bugpoint. | Chris Lattner |
2008-04-14 | Revert r49614. As Dan pointed out, some of these aren't correct. | Owen Anderson |
2008-04-13 | Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), | Owen Anderson |
2008-04-07 | Remove tabs. Patch by Mike Stump! | Bill Wendling |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-04-06 | -fPIC is required on x86-64 when building shared objects. | Torok Edwin |
2008-03-24 | With debug info, there are nameless constant global values. do not crash whe... | Andrew Lenharth |
2008-02-26 | Detabify. | Bill Wendling |