[TableGen] Use range-based for loops. NFC
[oota-llvm.git] / utils / not /
2014-11-26 Sean SilvaAdd a small "usage:" comment at the top of not.cpp
2014-11-04 Michael J. SpencerUse findProgramByName.
2014-06-23 Reid Klecknernot: Only consider exit code 3 to be a crash with ...
2014-06-13 NAKAMURA Takumi[Win32] Let utils/not aware of abort(), aka llvm_unreac...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2013-12-20 NAKAMURA TakumiInstall three utils, "FileCheck", "count", and "not...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-07-05 Rafael EspindolaAdd a --crash option to not.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-12 Rafael EspindolaRemove the program class.
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-29 Dan GohmanApply a patch from Frits van Bommel to fix the CMake...
2010-10-29 Dan Gohmannot is testing for a normal exit with a non-zero value...
2009-09-24 Daniel DunbarAdd count/not tools as executables.