Age | Commit message (Expand) | Author |
2012-12-04 | Sort the #include lines for tools/... | Chandler Carruth |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
2010-08-10 | Use RunPassesOn as in the rest of bugpoint. | Rafael Espindola |
2010-08-08 | Most of bugpoint now only needs to know the pass names. | Rafael Espindola |
2010-08-07 | Run opt instead of bugpoint itself. | Rafael Espindola |
2010-08-05 | Revert bugpoint change due to buildbot breakage. | Bob Wilson |
2010-08-05 | Run opt instead of bugpoint itself. | Rafael Espindola |
2010-08-05 | Add const to compileProgram and to the various test functions in CrashDebugger. | Rafael Espindola |
2010-08-05 | Add a Module argument to the remaining runPasses methods and mark getContext | Rafael Espindola |
2010-08-05 | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | Rafael Espindola |
2010-07-31 | Add const to some methods and change TestMergedProgram to return the merged | Rafael Espindola |
2010-07-30 | Add a Program argument to diffProgram to avoid a use of swapProgramIn. | Rafael Espindola |
2010-07-28 | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-04-14 | Remove accidentally committed cruft. | Nick Lewycky |
2010-04-14 | Bugpoint no longer uses exceptions. | Nick Lewycky |
2010-04-12 | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky |
2010-04-10 | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky |
2010-03-22 | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin |
2010-03-19 | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-05 | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-07-16 | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman |
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-04-22 | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman |
2008-12-08 | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman |
2007-12-29 | remove attributions from tools. | Chris Lattner |
2007-11-14 | Allow the block extractor take to take a list of basic blocks to not extract | Nick Lewycky |
2007-07-04 | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif |
2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
2006-10-25 | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling |
2006-09-15 | Add a new -cbe-bug mode, which works just like -run-llc, except that it uses | Chris Lattner |
2006-08-17 | fit in 80 cols | Chris Lattner |
2006-08-15 | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins |
2006-06-13 | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner |
2005-12-22 | For PR351: | Reid Spencer |
2005-08-02 | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner |
2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2004-05-11 | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner |
2004-04-05 | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner |
2004-04-05 | Make a method public | Chris Lattner |