aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-27Improve performance TokenizeWindowsCommandLineRui Ueyama1-20/+26
2017-12-13Remove redundant includes from lib/Support.Michael Zolotukhin1-1/+0
2017-09-07Don't call exit from cl::PrintHelpMessage.Rafael Espindola1-14/+10
2017-08-24[ADT] Enable reverse iteration for DenseMapMandeep Singh Grang1-11/+0
2017-07-12Fix minor typo introduced in r276404Don Hinton1-1/+1
2017-06-23[ADT] Add llvm::to_floatPavel Labath1-7/+4
2017-06-06Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric1-10/+8
2017-04-19Allow suppressing host and target info in VersionPrinterXin Tong1-1/+4
2017-03-27Correct OptionCategoryCompare() in the command line library.Daniel Sanders1-2/+3
2017-03-15[Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu1-27/+24
2017-02-19Add initial support for debug countingDaniel Berlin1-5/+5
2017-01-08CommandLine option: Relax the assertion introduced in r290467 to allows for e...Mehdi Amini1-1/+1
2016-12-23Add an assertion for cl::opt names: they can't start with '-'Mehdi Amini1-0/+1
2016-12-14Don't double-initialize cl::opt for iterating in reverse order to uncover non...Mehdi Amini1-1/+1
2016-12-14[llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...Mandeep Singh Grang1-0/+11
2016-11-20Fix file name resolution in nested response filesSerge Pavlov1-0/+6
2016-11-01Allow resolving response file names relative to including fileSerge Pavlov1-6/+23
2016-10-12[Support][CommandLine] Display subcommands in help when there are less than 3Alex Lorenz1-1/+1
2016-10-11[cl] Don't print subcommand help when no subcommands present.Zachary Turner1-4/+6
2016-10-05[Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris1-0/+11
2016-10-05Use StringRef in StringSaver API (NFC)Mehdi Amini1-5/+5
2016-10-01Use StringRef in CommandLine Options handling (NFC)Mehdi Amini1-52/+54
2016-09-13Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner1-11/+0
2016-09-13[Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris1-0/+11
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-3/+3
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-1/+1
2016-07-24[CommandLine] Use Process::GetEnv instead of _wgetenvDavid Majnemer1-21/+4
2016-07-22[llvm-cov] - Improve llvm-cov error messageYing Yi1-1/+2
2016-07-19Get rid of call to StringRef::substr that's never used.Justin Lebar1-1/+0
2016-06-29Resubmit "Update llvm command line parser to support subcommands."Zachary Turner1-98/+383
2016-06-28Revert r274054 to try to appease the botManman Ren1-378/+98
2016-06-28Update llvm command line parser to support subcommands.Zachary Turner1-98/+378
2016-06-17Avoid duplicated map lookups. No functionality change intended.Benjamin Kramer1-6/+4
2016-06-10[STLExtras] Introduce and use llvm::count_if; NFCSanjoy Das1-5/+4
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-1/+1
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman1-3/+0
2016-04-26Use gcc's rules for parsing gcc-style response filesNico Weber1-7/+4
2016-03-15[CMake] Add PACKAGE_VENDOR for customizing version outputChris Bieneman1-2/+6
2016-03-11More UTF string conversion wrappersMarianne Mailhot-Sarrasin1-0/+19
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-1/+1
2015-12-28Refactor: Simplify boolean conditional return statements in llvm/lib/SupportAlexander Kornienko1-4/+1
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-26/+25
2015-08-13There is only one saver of strings.Rafael Espindola1-2/+2
2015-07-13Remove macro guards for extern template instantiations.Benjamin Kramer1-15/+15
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-06-13Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola1-28/+10
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-1/+1
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-2/+0