Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused header, NFC. | Vedant Kumar | 2016-12-01 | 1 | -1/+0 |
* | Add a small "usage:" comment at the top of not.cpp | Sean Silva | 2014-11-26 | 1 | -0/+5 |
* | Use findProgramByName. | Michael J. Spencer | 2014-11-04 | 1 | -2/+7 |
* | not: Only consider exit code 3 to be a crash with --crash | Reid Kleckner | 2014-06-23 | 1 | -4/+5 |
* | [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt. | NAKAMURA Takumi | 2014-06-13 | 1 | -0/+7 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+2 |
* | Add a --crash option to not. | Rafael Espindola | 2013-07-05 | 1 | -2/+21 |
* | Avoid using PathV1.h in Program.h. | Rafael Espindola | 2013-06-13 | 1 | -2/+1 |
* | Have sys::FindProgramByName return a std::string. | Rafael Espindola | 2013-06-13 | 1 | -2/+3 |
* | Remove the program class. | Rafael Espindola | 2013-06-12 | 1 | -3/+2 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | not is testing for a normal exit with a non-zero value. It shouldn't | Dan Gohman | 2010-10-29 | 1 | -1/+11 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 1 | -0/+17 |