summaryrefslogtreecommitdiffstats
path: root/llvm/utils/not/not.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [not] Improve error reporting consistency.Jonas Devlieghere2018-11-091-3/+5
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-1/+5
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-2/+1
* Remove unused header, NFC.Vedant Kumar2016-12-011-1/+0
* Add a small "usage:" comment at the top of not.cppSean Silva2014-11-261-0/+5
* Use findProgramByName.Michael J. Spencer2014-11-041-2/+7
* not: Only consider exit code 3 to be a crash with --crashReid Kleckner2014-06-231-4/+5
* [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi2014-06-131-0/+7
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+2
* Add a --crash option to not.Rafael Espindola2013-07-051-2/+21
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-2/+1
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-2/+3
* Remove the program class.Rafael Espindola2013-06-121-3/+2
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman2010-10-291-1/+11
* Add count/not tools as executables.Daniel Dunbar2009-09-241-0/+17
OpenPOWER on IntegriCloud