summaryrefslogtreecommitdiff
path: root/utils/not
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Add a small "usage:" comment at the top of not.cppSean Silva1-0/+5
2014-11-04Use findProgramByName.Michael J. Spencer1-2/+7
2014-06-23not: Only consider exit code 3 to be a crash with --crashReid Kleckner1-4/+5
2014-06-13[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi1-0/+7
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-1/+2
2014-02-10[CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi1-6/+0
2013-12-20Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi1-2/+2
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-1/+1
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-1/+1
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-1/+1
2013-07-05Add a --crash option to not.Rafael Espindola1-2/+21
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-2/+1
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola1-2/+3
2013-06-12Remove the program class.Rafael Espindola1-3/+2
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer3-6/+6
2010-10-29Apply a patch from Frits van Bommel to fix the CMake build.Dan Gohman1-1/+1
2010-10-29not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman1-1/+11
2009-09-24Add count/not tools as executables.Daniel Dunbar3-0/+49