| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the bugpoint test passes to a plugin in preparation for having bugpoint | Rafael Espindola | 2010-08-07 | 1 | -75/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 3 | -4/+6 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 3 | -6/+4 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 3 | -4/+6 |
* | Revert bugpoint change due to buildbot breakage. | Bob Wilson | 2010-08-05 | 4 | -26/+64 |
* | Run opt instead of bugpoint itself. | Rafael Espindola | 2010-08-05 | 4 | -64/+26 |
* | Add const to compileProgram and to the various test functions in CrashDebugger. | Rafael Espindola | 2010-08-05 | 3 | -14/+16 |
* | Add a Module argument to the remaining runPasses methods and mark getContext | Rafael Espindola | 2010-08-05 | 3 | -11/+8 |
* | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | Rafael Espindola | 2010-08-05 | 5 | -18/+19 |
* | Add const to some methods and change TestMergedProgram to return the merged | Rafael Espindola | 2010-07-31 | 3 | -23/+32 |
* | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 2010-07-31 | 1 | -2/+1 |
* | Add a Program argument to diffProgram to avoid a use of swapProgramIn. | Rafael Espindola | 2010-07-30 | 5 | -22/+32 |
* | Do not pass a copy of the value map, pass a reference to it. | Duncan Sands | 2010-07-30 | 1 | -1/+1 |
* | Make the test while reducing blocks functional. This avoids accessing freed | Rafael Espindola | 2010-07-29 | 1 | -4/+22 |
* | Use the right gcc tool args for IsARMArchitecture. | Jakob Stoklund Olesen | 2010-07-29 | 1 | -3/+3 |
* | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola | 2010-07-28 | 5 | -36/+28 |
* | Clone and restore the module being reduced in | Rafael Espindola | 2010-07-26 | 1 | -6/+27 |
* | Revert unintended white space change. | Rafael Espindola | 2010-07-24 | 1 | -1/+1 |
* | Fix a trivial use after free. | Rafael Espindola | 2010-07-24 | 1 | -2/+6 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 8 | -37/+34 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 8 | -34/+37 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 8 | -37/+34 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 8 | -34/+37 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 3 | -4/+4 |
* | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 4 | -41/+41 |
* | Save more temps with -save-temps. | Rafael Espindola | 2010-06-21 | 1 | -3/+7 |
* | Run dead type elimination after dead argument elimination. | Dan Gohman | 2010-06-07 | 1 | -1/+2 |
* | Use ->isVoidTy(). | Dan Gohman | 2010-06-07 | 3 | -5/+4 |
* | No need to special-case structs here; structs are first-class now. | Dan Gohman | 2010-06-05 | 1 | -3/+1 |
* | No need to special-case structs here; structs are first-class now. | Dan Gohman | 2010-06-04 | 1 | -3/+1 |
* | Eliminate some unnessary Path::exists() calls. | Dan Gohman | 2010-05-27 | 1 | -2/+1 |
* | Apply timeouts and memory limits in more places. In particular, when | Duncan Sands | 2010-05-24 | 3 | -21/+40 |
* | Fix complete badness in bugpoint's IsARMArchitecture() function. | Jakob Stoklund Olesen | 2010-05-13 | 1 | -3/+2 |
* | Fix PR6951 by fixing Module leaks in bugpoint. | Jeffrey Yasskin | 2010-05-11 | 1 | -7/+7 |
* | Add command line option --gcc to bugpoint. | Kalle Raiskila | 2010-05-10 | 3 | -17/+30 |
* | The llc -f flag was removed. | Nick Lewycky | 2010-04-29 | 2 | -2/+1 |
* | Don't forget cmake! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |
* | Remove accidentally committed cruft. | Nick Lewycky | 2010-04-14 | 1 | -3/+0 |
* | Bugpoint no longer uses exceptions. | Nick Lewycky | 2010-04-14 | 2 | -4/+4 |
* | Boolify. | Benjamin Kramer | 2010-04-12 | 1 | -1/+1 |
* | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 10 | -341/+463 |
* | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky | 2010-04-10 | 3 | -16/+6 |
* | Trim #includes. | Dan Gohman | 2010-03-24 | 1 | -1/+0 |
* | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin | 2010-03-22 | 2 | -0/+5 |
* | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin | 2010-03-19 | 4 | -9/+25 |
* | add support for bugpointing the integrated assembler. Something like this | Chris Lattner | 2010-03-16 | 3 | -40/+66 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 2 | -2/+2 |
* | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer | 2010-01-28 | 1 | -6/+2 |
* | remove obsolete comment. | Chris Lattner | 2010-01-16 | 1 | -5/+2 |
* | bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols | Chris Lattner | 2010-01-16 | 1 | -25/+5 |