Age | Commit message (Expand) | Author | Files | Lines |
2011-02-24 | fit in 80 cols. | Chris Lattner | 1 | -1/+2 |
2011-02-08 | Added bugpoint options: -compile-custom and -compile-command=... | Andrew Trick | 3 | -30/+133 |
2011-02-08 | whitespace | Andrew Trick | 2 | -12/+12 |
2011-01-14 | Disable debug mode. | Devang Patel | 1 | -2/+2 |
2011-01-13 | Little help to debug the bugpoint itself. | Devang Patel | 1 | -0/+12 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 6 | -10/+10 |
2010-11-09 | Fix some places where error messages were being swallowed. | Dan Gohman | 1 | -6/+7 |
2010-11-03 | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov | 2 | -6/+7 |
2010-11-03 | 80-col violations, trailing whitespace. | Mikhail Glushenkov | 2 | -26/+27 |
2010-10-29 | Check for (unlikely) errors from FindExecutable. | Dan Gohman | 1 | -1/+8 |
2010-10-29 | Fix these error messages to not mention PATH in cases where | Dan Gohman | 1 | -6/+6 |
2010-10-29 | Delete this obsolete comment. | Dan Gohman | 1 | -4/+0 |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 1 | -0/+13 |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 4 | -14/+15 |
2010-10-07 | Move tool_output_file into its own file. | Dan Gohman | 2 | -2/+2 |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 1 | -10/+3 |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 1 | -3/+10 |
2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2 | -13/+13 |
2010-08-28 | Straighten out any triple strings passed on the command line before | Duncan Sands | 1 | -2/+2 |
2010-08-24 | Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", | Chris Lattner | 1 | -10/+3 |
2010-08-20 | Convert tools to use tool_output_file, and introduce error | Dan Gohman | 2 | -9/+29 |
2010-08-10 | Use RunPassesOn as in the rest of bugpoint. | Rafael Espindola | 3 | -26/+34 |
2010-08-08 | Add a opt-args option that can be used to pass arguments to every opt | Rafael Espindola | 1 | -0/+6 |
2010-08-08 | Most of bugpoint now only needs to know the pass names. | Rafael Espindola | 8 | -46/+44 |
2010-08-08 | Try to fix cmake build. | Rafael Espindola | 1 | -1/+0 |
2010-08-07 | Run opt instead of bugpoint itself. | Rafael Espindola | 4 | -64/+26 |
2010-08-07 | Move the bugpoint test passes to a plugin in preparation for having bugpoint | Rafael Espindola | 1 | -75/+0 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 3 | -4/+6 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 3 | -6/+4 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 3 | -4/+6 |
2010-08-05 | Revert bugpoint change due to buildbot breakage. | Bob Wilson | 4 | -26/+64 |
2010-08-05 | Run opt instead of bugpoint itself. | Rafael Espindola | 4 | -64/+26 |
2010-08-05 | Add const to compileProgram and to the various test functions in CrashDebugger. | Rafael Espindola | 3 | -14/+16 |
2010-08-05 | Add a Module argument to the remaining runPasses methods and mark getContext | Rafael Espindola | 3 | -11/+8 |
2010-08-05 | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | Rafael Espindola | 5 | -18/+19 |
2010-07-31 | Add const to some methods and change TestMergedProgram to return the merged | Rafael Espindola | 3 | -23/+32 |
2010-07-31 | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 1 | -2/+1 |
2010-07-30 | Add a Program argument to diffProgram to avoid a use of swapProgramIn. | Rafael Espindola | 5 | -22/+32 |
2010-07-30 | Do not pass a copy of the value map, pass a reference to it. | Duncan Sands | 1 | -1/+1 |
2010-07-29 | Make the test while reducing blocks functional. This avoids accessing freed | Rafael Espindola | 1 | -4/+22 |
2010-07-29 | Use the right gcc tool args for IsARMArchitecture. | Jakob Stoklund Olesen | 1 | -3/+3 |
2010-07-28 | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola | 5 | -36/+28 |
2010-07-26 | Clone and restore the module being reduced in | Rafael Espindola | 1 | -6/+27 |
2010-07-24 | Revert unintended white space change. | Rafael Espindola | 1 | -1/+1 |
2010-07-24 | Fix a trivial use after free. | Rafael Espindola | 1 | -2/+6 |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 8 | -37/+34 |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 8 | -34/+37 |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 8 | -37/+34 |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 8 | -34/+37 |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands | 3 | -4/+4 |