summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typo introduced in r276404Don Hinton2017-07-121-1/+1
* [ADT] Add llvm::to_floatPavel Labath2017-06-231-7/+4
* Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric2017-06-061-10/+8
* Allow suppressing host and target info in VersionPrinterXin Tong2017-04-191-1/+4
* Correct OptionCategoryCompare() in the command line library.Daniel Sanders2017-03-271-2/+3
* [Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu2017-03-151-27/+24
* Add initial support for debug countingDaniel Berlin2017-02-191-5/+5
* CommandLine option: Relax the assertion introduced in r290467 to allows for e...Mehdi Amini2017-01-081-1/+1
* Add an assertion for cl::opt names: they can't start with '-'Mehdi Amini2016-12-231-0/+1
* Don't double-initialize cl::opt for iterating in reverse order to uncover non...Mehdi Amini2016-12-141-1/+1
* [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...Mandeep Singh Grang2016-12-141-0/+11
* Fix file name resolution in nested response filesSerge Pavlov2016-11-201-0/+6
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-6/+23
* [Support][CommandLine] Display subcommands in help when there are less than 3Alex Lorenz2016-10-121-1/+1
* [cl] Don't print subcommand help when no subcommands present.Zachary Turner2016-10-111-4/+6
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-10-051-0/+11
* Use StringRef in StringSaver API (NFC)Mehdi Amini2016-10-051-5/+5
* Use StringRef in CommandLine Options handling (NFC)Mehdi Amini2016-10-011-52/+54
* Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner2016-09-131-11/+0
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-09-131-0/+11
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-3/+3
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [CommandLine] Use Process::GetEnv instead of _wgetenvDavid Majnemer2016-07-241-21/+4
* [llvm-cov] - Improve llvm-cov error messageYing Yi2016-07-221-1/+2
* Get rid of call to StringRef::substr that's never used.Justin Lebar2016-07-191-1/+0
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-291-98/+383
* Revert r274054 to try to appease the botManman Ren2016-06-281-378/+98
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-281-98/+378
* Avoid duplicated map lookups. No functionality change intended.Benjamin Kramer2016-06-171-6/+4
* [STLExtras] Introduce and use llvm::count_if; NFCSanjoy Das2016-06-101-5/+4
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman2016-05-051-3/+0
* Use gcc's rules for parsing gcc-style response filesNico Weber2016-04-261-7/+4
* [CMake] Add PACKAGE_VENDOR for customizing version outputChris Bieneman2016-03-151-2/+6
* More UTF string conversion wrappersMarianne Mailhot-Sarrasin2016-03-111-0/+19
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* Refactor: Simplify boolean conditional return statements in llvm/lib/SupportAlexander Kornienko2015-12-281-4/+1
* StringRef-ify some Option APIsDavid Blaikie2015-11-171-26/+25
* There is only one saver of strings.Rafael Espindola2015-08-131-2/+2
* Remove macro guards for extern template instantiations.Benjamin Kramer2015-07-131-15/+15
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-28/+10
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* CommandLine: Replace cold std::sort with array_pod_sort.Benjamin Kramer2015-03-141-11/+12
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-2/+2
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-3/+1
* Fixing broken bots.Chris Bieneman2015-02-131-1/+1
OpenPOWER on IntegriCloud