| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -output-prefix option to bugpoint (to change the default output name). | Daniel Dunbar | 2009-09-07 | 1 | -3/+6 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -3/+3 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -20/+18 |
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 1 | -15/+17 |
* | Include valgrind in the steps to reproduce if valgrind was used to reproduce | Nick Lewycky | 2009-08-18 | 1 | -0/+1 |
* | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman | 2009-08-05 | 1 | -1/+1 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -25/+24 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Add -silence-passes option to bugpoint. This option suppresses output generated | Matthijs Kooijman | 2008-06-12 | 1 | -1/+8 |
* | Detabify. | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Allow the block extractor take to take a list of basic blocks to not extract | Nick Lewycky | 2007-11-14 | 1 | -4/+9 |
* | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif | 2007-07-04 | 1 | -18/+18 |
* | Fix a buggy conversion from bytecode to bitcode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | switch tools to bitcode from bytecode | Chris Lattner | 2007-05-06 | 1 | -16/+4 |
* | add bitcode support | Chris Lattner | 2007-05-06 | 1 | -1/+8 |
* | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov | 2007-02-16 | 1 | -1/+2 |
* | default to emiting an uncompressed .bc file | Chris Lattner | 2007-01-21 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -26/+25 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -21/+25 |
* | Fix --enable-valgrind. Add room for the new arguments, and don't keep | Nick Lewycky | 2006-09-14 | 1 | -3/+4 |
* | Add --enable-valgrind option to run optimizations through valgrind to | Nick Lewycky | 2006-09-14 | 1 | -3/+16 |
* | analyze no longer exists, don't offer to run it :) | Chris Lattner | 2006-08-27 | 1 | -12/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -3/+11 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -5/+8 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -0/+2 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 1 | -1/+1 |
* | Fix a bug found by inspection. | Chris Lattner | 2006-05-14 | 1 | -1/+5 |
* | Pass plugins on to children when optimizing. | Andrew Lenharth | 2006-01-26 | 1 | -1/+10 |
* | this doesn't work, remove it | Chris Lattner | 2006-01-23 | 1 | -2/+0 |
* | Get bugpoint building with VC++ again. | Jeff Cohen | 2005-12-23 | 1 | -0/+1 |
* | For PR351: | Reid Spencer | 2005-12-22 | 1 | -51/+59 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -2/+2 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -2/+2 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -3/+3 |
* | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen | 2005-02-16 | 1 | -1/+3 |
* | oops | Jeff Cohen | 2005-01-22 | 1 | -1/+1 |
* | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 1 | -3/+21 |
* | For PR351: | Reid Spencer | 2004-12-16 | 1 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-15 | 1 | -1/+4 |
* | Enable compression by default. | Reid Spencer | 2004-11-07 | 1 | -1/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Don't leave dead bytecode.output files around if the optimizer/block extracto... | Chris Lattner | 2004-05-12 | 1 | -6/+5 |
* | Fix a minor bug in runPassesOn | Chris Lattner | 2004-03-14 | 1 | -0/+1 |
* | Add a new "AutoDebugCrashes" option | Chris Lattner | 2004-03-14 | 1 | -2/+12 |
* | Add new method | Chris Lattner | 2004-03-14 | 1 | -0/+23 |
* | Don't crash if there are no passes in the PassesToRun list | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | finegrainify namespacification | Chris Lattner | 2004-01-14 | 1 | -3/+1 |