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