index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
CommandLine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-4
/
+4
*
Fix LLVM tool --version build mode printing for MSVC
Reid Kleckner
2019-12-23
1
-1
/
+23
*
[CommandLine] Add template instantiations of cl::parser for long and long long.
River Riddle
2019-12-19
1
-0
/
+24
*
Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...
Kadir Cetinkaya
2019-12-04
1
-28
/
+46
*
Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...
Kadir Cetinkaya
2019-12-04
1
-46
/
+28
*
[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles
Kadir Cetinkaya
2019-12-04
1
-28
/
+46
*
[Support] add vfs support for ExpandResponseFiles
Kadir Cetinkaya
2019-12-04
1
-18
/
+43
*
[CommandLine] Add inline ArgName printing
Don Hinton
2019-11-06
1
-14
/
+20
*
Expose ProvidePositionalOption as a public API
Mehdi Amini
2019-10-05
1
-1
/
+1
*
Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...
Haojian Wu
2019-07-11
1
-53
/
+59
*
Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...
Don Hinton
2019-07-10
1
-59
/
+53
*
Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...
Don Hinton
2019-06-22
1
-49
/
+58
*
[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.
Don Hinton
2019-06-22
1
-58
/
+49
*
[Support] Explicitly detect recursive response files
Shoaib Meenai
2019-06-10
1
-9
/
+50
*
[CommandLine] Don't allow duplicate categories.
Don Hinton
2019-05-16
1
-1
/
+1
*
[CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5
Don Hinton
2019-05-11
1
-20
/
+40
*
[CommandLine] Allow Options to specify multiple OptionCategory's.
Don Hinton
2019-05-07
1
-12
/
+25
*
[CommandLine] Enable Grouping for short options by default. Part 4 of 5
Don Hinton
2019-05-03
1
-0
/
+2
*
[CommandLine] Change help output to prefix long options with `--` instead of ...
Don Hinton
2019-05-03
1
-34
/
+63
*
[CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5
Don Hinton
2019-04-29
1
-4
/
+4
*
Try once more to ensure constant initializaton of ManagedStatics
Reid Kleckner
2019-04-24
1
-0
/
+1
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-1
/
+14
*
Reapply [Support] Fix recursive response file expansion guard
Shoaib Meenai
2019-04-16
1
-4
/
+6
*
Revert [Support] Fix recursive response file expansion guard
Shoaib Meenai
2019-04-15
1
-6
/
+4
*
[Support] Fix recursive response file expansion guard
Shoaib Meenai
2019-04-15
1
-4
/
+6
*
[CommandLineParser] Add DefaultOption flag
Don Hinton
2019-04-15
1
-5
/
+45
*
Revert r358337: "[CommandLineParser] Add DefaultOption flag"
Ilya Biryukov
2019-04-15
1
-43
/
+5
*
[CommandLineParser] Add DefaultOption flag
Don Hinton
2019-04-13
1
-5
/
+43
*
Appease STLs where std::atomic<void*> lacks a constexpr default ctor
Reid Kleckner
2019-04-04
1
-4
/
+2
*
Ensure that ManagedStatic is constant initialized in MSVC 2017 & 2019
Reid Kleckner
2019-04-04
1
-3
/
+8
*
Handle consecutive-double-quotes in Windows argument parsing
Sunil Srivastava
2019-03-14
1
-0
/
+7
*
[CommandLine] Allow grouping options which can have values.
Igor Kudrin
2019-03-01
1
-21
/
+24
*
[CommandLine] Do not crash if an option has both ValueRequired and Grouping.
Igor Kudrin
2019-03-01
1
-4
/
+7
*
Recommit: Add support for prefix-only CLI options
Thomas Preud'homme
2019-02-05
1
-5
/
+14
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-16
/
+63
*
Revert r353048.
James Henderson
2019-02-04
1
-63
/
+16
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-16
/
+63
*
Revert r352750.
James Henderson
2019-02-01
1
-27
/
+5
*
[CommandLine] Improve help text for cl::values style options
James Henderson
2019-01-31
1
-5
/
+27
*
Revert "Add support for prefix-only CLI options"
Thomas Preud'homme
2019-01-27
1
-14
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add support for prefix-only CLI options
Thomas Preud'homme
2019-01-14
1
-5
/
+14
*
[FileCheck] Parse command-line options from FILECHECK_OPTS
Joel E. Denny
2018-11-06
1
-2
/
+21
*
[Support] Treat null bytes as separator in windows command line strings
Martin Storsjo
2018-09-14
1
-2
/
+6
*
[CommandLine] Error message for incorrect PositionalEatArgs usage
Keno Fischer
2018-05-14
1
-9
/
+25
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
On Windows we need to be able to process response files with Windows-style
Dmitry Mikulin
2018-03-05
1
-1
/
+5
*
Revert r322595: Specify inline for isWhitespace in CommandLine.cpp
Rui Ueyama
2018-01-22
1
-1
/
+1
*
Specify inline for isWhitespace in CommandLine.cpp
Rui Ueyama
2018-01-16
1
-1
/
+1
[next]