| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 207176 | ||||
| * | Remove usage of PathV1.h in FindBugs.cpp. | Rafael Espindola | 2013-06-17 | 1 | -2/+2 |
| | | | | | llvm-svn: 184122 | ||||
| * | Don't use PathV1.h in ToolRunner.h. | Rafael Espindola | 2013-06-17 | 1 | -0/+1 |
| | | | | | llvm-svn: 184107 | ||||
| * | Most of bugpoint now only needs to know the pass names. | Rafael Espindola | 2010-08-08 | 1 | -2/+2 |
| | | | | | llvm-svn: 110534 | ||||
| * | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | Rafael Espindola | 2010-08-05 | 1 | -1/+1 |
| | | | | | | | that argument to simplify runPassesOn. llvm-svn: 110291 | ||||
| * | Add a Program argument to diffProgram to avoid a use of swapProgramIn. | Rafael Espindola | 2010-07-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 109859 | ||||
| * | Speculatively revert r108813, in an attempt to get the self-host buildbots ↵ | Owen Anderson | 2010-07-20 | 1 | -2/+1 |
| | | | | | | | | | working again. I don't see why this patch would cause them to fail the way they are, but none of the other intervening patches seem likely either. llvm-svn: 108818 | ||||
| * | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -1/+2 |
| | | | | | llvm-svn: 108813 | ||||
| * | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -2/+1 |
| | | | | | | | | superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo).", it is breaking teh everything. llvm-svn: 108805 | ||||
| * | Separate PassInfo into two classes: a constructor-free superclass ↵ | Owen Anderson | 2010-07-20 | 1 | -1/+2 |
| | | | | | | | (StaticPassInfo) and a constructor-ful subclass (PassInfo). llvm-svn: 108794 | ||||
| * | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 1 | -17/+18 |
| | | | | | llvm-svn: 101013 | ||||
| * | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky | 2010-04-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 100954 | ||||
| * | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | forcing them down into various .cpp files. This change also: 1. Renames TimeValue::toString() and Path::toString() to ::str() for similarity with the STL. 2. Removes all stream insertion support for sys::Path, forcing clients to call .str(). 3. Removes a use of Config/alloca.h from bugpoint, using smallvector instead. 4. Weans llvm-db off <iostream> sys::Path really needs to be gutted, but I don't have the desire to do it at this point. llvm-svn: 79869 | ||||
| * | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -17/+16 |
| | | | | | llvm-svn: 76070 | ||||
| * | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 75791 | ||||
| * | PR2027, Fix bugpoint's -find-bugs option, clean up the code. | Nick Lewycky | 2008-02-14 | 1 | -11/+8 |
| | | | | | llvm-svn: 47105 | ||||
| * | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45421 | ||||
| * | minor cleanups | Chris Lattner | 2006-08-17 | 1 | -20/+16 |
| | | | | | llvm-svn: 29753 | ||||
| * | Adding FindBugs.cpp so the -find-bugs option will work. | Patrick Jenkins | 2006-08-15 | 1 | -0/+119 |
| llvm-svn: 29704 | |||||

