Age | Commit message (Expand) | Author |
2011-05-21 | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick |
2011-02-24 | fit in 80 cols. | Chris Lattner |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-03 | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov |
2010-11-03 | 80-col violations, trailing whitespace. | Mikhail Glushenkov |
2010-10-29 | Check for (unlikely) errors from FindExecutable. | Dan Gohman |
2010-10-29 | Delete this obsolete comment. | Dan Gohman |
2010-10-07 | Move tool_output_file into its own file. | Dan Gohman |
2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman |
2010-08-24 | Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", | Chris Lattner |
2010-08-20 | Convert tools to use tool_output_file, and introduce error | Dan Gohman |
2010-08-08 | Add a opt-args option that can be used to pass arguments to every opt | 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 | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | 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-03-19 | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin |
2009-09-07 | Add -output-prefix option to bugpoint (to change the default output name). | Daniel Dunbar |
2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-23 | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner |
2009-08-18 | Include valgrind in the steps to reproduce if valgrind was used to reproduce | Nick Lewycky |
2009-08-05 | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman |
2009-07-16 | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman |
2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
2008-06-12 | Add -silence-passes option to bugpoint. This option suppresses output generated | Matthijs Kooijman |
2008-02-26 | Detabify. | Bill Wendling |
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-05-06 | Fix a buggy conversion from bytecode to bitcode | Chris Lattner |
2007-05-06 | switch tools to bitcode from bytecode | Chris Lattner |
2007-05-06 | add bitcode support | Chris Lattner |
2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
2007-01-21 | default to emiting an uncompressed .bc file | Chris Lattner |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-09-14 | Fix --enable-valgrind. Add room for the new arguments, and don't keep | Nick Lewycky |
2006-09-14 | Add --enable-valgrind option to run optimizations through valgrind to | Nick Lewycky |
2006-08-27 | analyze no longer exists, don't offer to run it :) | Chris Lattner |
2006-08-23 | For PR797: | Reid Spencer |
2006-08-21 | For PR797: | Reid Spencer |
2006-08-21 | For PR797: | Reid Spencer |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |