1. 8249a88 [CommandLine] Don't allow duplicate categories. by Don Hinton · 6 years ago
  2. 0303e8a [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5 by Don Hinton · 6 years ago
  3. 102ec09 [CommandLine] Allow Options to specify multiple OptionCategory's. by Don Hinton · 6 years ago
  4. f6eac2d [CommandLine] Enable Grouping for short options by default. Part 4 of 5 by Don Hinton · 6 years ago
  5. c242be4 [CommandLine] Change help output to prefix long options with `--` instead of `-`. NFC . Part 3 of 5 by Don Hinton · 6 years ago
  6. 89e583b [CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5 by Don Hinton · 6 years ago
  7. c06a470 Try once more to ensure constant initializaton of ManagedStatics by Reid Kleckner · 6 years ago
  8. b5f3984 [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms by Fangrui Song · 6 years ago
  9. 1826095 Reapply [Support] Fix recursive response file expansion guard by Shoaib Meenai · 6 years ago
  10. d60ac11 Revert [Support] Fix recursive response file expansion guard by Shoaib Meenai · 6 years ago
  11. c8df4fb [Support] Fix recursive response file expansion guard by Shoaib Meenai · 6 years ago
  12. b85f74a [CommandLineParser] Add DefaultOption flag by Don Hinton · 6 years ago
  13. 70921d4 Revert r358337: "[CommandLineParser] Add DefaultOption flag" by Ilya Biryukov · 6 years ago
  14. 7d2021d [CommandLineParser] Add DefaultOption flag by Don Hinton · 6 years ago
  15. 4312fee Appease STLs where std::atomic<void*> lacks a constexpr default ctor by Reid Kleckner · 6 years ago
  16. 41fe3a5 Ensure that ManagedStatic is constant initialized in MSVC 2017 & 2019 by Reid Kleckner · 6 years ago
  17. 6823c82 Handle consecutive-double-quotes in Windows argument parsing by Sunil Srivastava · 7 years ago
  18. a38432c [CommandLine] Allow grouping options which can have values. by Igor Kudrin · 7 years ago
  19. 875f058 [CommandLine] Do not crash if an option has both ValueRequired and Grouping. by Igor Kudrin · 7 years ago
  20. f929a0f Recommit: Add support for prefix-only CLI options by Thomas Preud'homme · 7 years ago
  21. 9652652 [CommandLine] Don't print empty sentinel values from EnumValN lists in help text by James Henderson · 7 years ago
  22. c9e6861 Revert r353048. by James Henderson · 7 years ago
  23. d90b5a2 [CommandLine] Don't print empty sentinel values from EnumValN lists in help text by James Henderson · 7 years ago
  24. 212833c Revert r352750. by James Henderson · 7 years ago
  25. 140f75f [CommandLine] Improve help text for cl::values style options by James Henderson · 7 years ago
  26. 5cb1193 Revert "Add support for prefix-only CLI options" by Thomas Preud'homme · 7 years ago
  27. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  28. bc5e6ee Add support for prefix-only CLI options by Thomas Preud'homme · 7 years ago
  29. 24994d7 [FileCheck] Parse command-line options from FILECHECK_OPTS by Joel E. Denny · 7 years ago
  30. f08a9c7 [Support] Treat null bytes as separator in windows command line strings by Martin Storsjo · 7 years ago
  31. 8248d7c [CommandLine] Error message for incorrect PositionalEatArgs usage by Keno Fischer · 7 years ago
  32. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  33. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  34. 430c7ff On Windows we need to be able to process response files with Windows-style by Dmitry Mikulin · 8 years ago
  35. 322fcfe Revert r322595: Specify inline for isWhitespace in CommandLine.cpp by Rui Ueyama · 8 years ago
  36. af4ddd5 Specify inline for isWhitespace in CommandLine.cpp by Rui Ueyama · 8 years ago
  37. 9f0ac82 Added support for reading configuration files by Serge Pavlov · 8 years ago
  38. c15a438 Reverted 321580: Added support for reading configuration files by Serge Pavlov · 8 years ago
  39. 0c1981e Added support for reading configuration files by Serge Pavlov · 8 years ago
  40. 6ec880d Improve performance TokenizeWindowsCommandLine by Rui Ueyama · 8 years ago
  41. da9f402 Remove redundant includes from lib/Support. by Michael Zolotukhin · 8 years ago
  42. 39c150e Don't call exit from cl::PrintHelpMessage. by Rafael Espindola · 8 years ago
  43. 872f689 [ADT] Enable reverse iteration for DenseMap by Mandeep Singh Grang · 8 years ago
  44. e15fa33 Fix minor typo introduced in r276404 by Don Hinton · 8 years ago
  45. ec000f4 [ADT] Add llvm::to_float by Pavel Labath · 8 years ago
  46. bc3feaa Allow VersionPrinter to print to arbitrary raw_ostreams by Dimitry Andric · 8 years ago
  47. 59cb778 Allow suppressing host and target info in VersionPrinter by Xin Tong · 8 years ago
  48. 513c3e4 Correct OptionCategoryCompare() in the command line library. by Daniel Sanders · 9 years ago
  49. e51ee06 [Support][CommandLine] Make it possible to get error messages from ParseCommandLineOptions when ignoring errors. by Eric Liu · 9 years ago
  50. 25f1db1 Add initial support for debug counting by Daniel Berlin · 9 years ago
  51. e4c7f12 CommandLine option: Relax the assertion introduced in r290467 to allows for empty string by Mehdi Amini · 9 years ago
  52. 4fe6a8c Add an assertion for cl::opt names: they can't start with '-' by Mehdi Amini · 9 years ago
  53. 76a00b5 Don't double-initialize cl::opt for iterating in reverse order to uncover non-determinism in codegen by default by Mehdi Amini · 9 years ago
  54. f6b069c [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in codegen by Mandeep Singh Grang · 9 years ago
  55. f258ff1 Fix file name resolution in nested response files by Serge Pavlov · 9 years ago
  56. 6ac8e03 Allow resolving response file names relative to including file by Serge Pavlov · 9 years ago
  57. d680287 [Support][CommandLine] Display subcommands in help when there are less than 3 by Alex Lorenz · 9 years ago
  58. 79f3333 [cl] Don't print subcommand help when no subcommands present. by Zachary Turner · 9 years ago
  59. 27358cf [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  60. ec4fb5b Use StringRef in StringSaver API (NFC) by Mehdi Amini · 9 years ago
  61. e11b745 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  62. d97d5a2 Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()" by Zachary Turner · 9 years ago
  63. d9d290c [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  64. cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  65. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  66. afb38af [CommandLine] Use Process::GetEnv instead of _wgetenv by David Majnemer · 9 years ago
  67. 60a3da3 [llvm-cov] - Improve llvm-cov error message by Ying Yi · 9 years ago
  68. ea9598b Get rid of call to StringRef::substr that's never used. by Justin Lebar · 9 years ago
  69. 07670b3 Resubmit "Update llvm command line parser to support subcommands." by Zachary Turner · 9 years ago
  70. d16490d Revert r274054 to try to appease the bot by Manman Ren · 9 years ago
  71. 2012d74 Update llvm command line parser to support subcommands. by Zachary Turner · 9 years ago
  72. 4dea8f5 Avoid duplicated map lookups. No functionality change intended. by Benjamin Kramer · 9 years ago
  73. 39c226f [STLExtras] Introduce and use llvm::count_if; NFC by Sanjoy Das · 9 years ago
  74. c321e53 Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
  75. 62de33c Remove LLVM_ENABLE_TIMESTAMPS by Chris Bieneman · 9 years ago
  76. fa7f489 Use gcc's rules for parsing gcc-style response files by Nico Weber · 9 years ago
  77. ef43d44 [CMake] Add PACKAGE_VENDOR for customizing version output by Chris Bieneman · 10 years ago
  78. 7423f40 More UTF string conversion wrappers by Marianne Mailhot-Sarrasin · 10 years ago
  79. b30f2f51 Avoid overly large SmallPtrSet/SmallSet by Matthias Braun · 10 years ago
  80. 66da20a Refactor: Simplify boolean conditional return statements in llvm/lib/Support by Alexander Kornienko · 10 years ago
  81. ff43d69 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  82. b82455d There is only one saver of strings. by Rafael Espindola · 10 years ago
  83. a667d1a Remove macro guards for extern template instantiations. by Benjamin Kramer · 10 years ago
  84. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  85. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  86. 454adf6 Bring in a BumpPtrStringSaver from lld and simplify the interface. by Rafael Espindola · 10 years ago
  87. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  88. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 10 years ago
  89. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  90. bd5ee50 CommandLine: Replace cold std::sort with array_pod_sort. by Benjamin Kramer · 11 years ago
  91. dc3f01e Simplify expressions involving boolean constants with clang-tidy by David Blaikie · 11 years ago
  92. 6cd780f Prefer SmallVector::append/insert over push_back loops. by Benjamin Kramer · 11 years ago
  93. f942c0c Fixing broken bots. by Chris Bieneman · 11 years ago
  94. 67e426a NFC. Moving the RegisteredOptionCategories global into the CommandLineParser class. by Chris Bieneman · 11 years ago
  95. ceaf5f6 NFC. clang-format wants to change this from two lines to one. by Chris Bieneman · 11 years ago
  96. 542f56a NFC. More code cleanup making LookupOption a member of the CommandLineParser. by Chris Bieneman · 11 years ago
  97. 970eac4 Make helper functions/classes/globals static. NFC. by Benjamin Kramer · 11 years ago
  98. d77bbab NFC. Making printOptionValues an API on the parser class. by Chris Bieneman · 11 years ago
  99. 8182818 CommandLineParser: Avoid non-static member nitializer(s). by NAKAMURA Takumi · 11 years ago
  100. b686642 Build fix for Visual Studio. NFC. by Chris Bieneman · 11 years ago