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
*
[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
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+48
*
Reverted 321580: Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-47
/
+0
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+47
*
Improve performance TokenizeWindowsCommandLine
Rui Ueyama
2017-12-27
1
-20
/
+26
*
Remove redundant includes from lib/Support.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Don't call exit from cl::PrintHelpMessage.
Rafael Espindola
2017-09-07
1
-14
/
+10
*
[ADT] Enable reverse iteration for DenseMap
Mandeep Singh Grang
2017-08-24
1
-11
/
+0
*
Fix minor typo introduced in r276404
Don Hinton
2017-07-12
1
-1
/
+1
*
[ADT] Add llvm::to_float
Pavel Labath
2017-06-23
1
-7
/
+4
*
Allow VersionPrinter to print to arbitrary raw_ostreams
Dimitry Andric
2017-06-06
1
-10
/
+8
*
Allow suppressing host and target info in VersionPrinter
Xin Tong
2017-04-19
1
-1
/
+4
*
Correct OptionCategoryCompare() in the command line library.
Daniel Sanders
2017-03-27
1
-2
/
+3
*
[Support][CommandLine] Make it possible to get error messages from ParseComma...
Eric Liu
2017-03-15
1
-27
/
+24
*
Add initial support for debug counting
Daniel Berlin
2017-02-19
1
-5
/
+5
*
CommandLine option: Relax the assertion introduced in r290467 to allows for e...
Mehdi Amini
2017-01-08
1
-1
/
+1
*
Add an assertion for cl::opt names: they can't start with '-'
Mehdi Amini
2016-12-23
1
-0
/
+1
*
Don't double-initialize cl::opt for iterating in reverse order to uncover non...
Mehdi Amini
2016-12-14
1
-1
/
+1
*
[llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...
Mandeep Singh Grang
2016-12-14
1
-0
/
+11
*
Fix file name resolution in nested response files
Serge Pavlov
2016-11-20
1
-0
/
+6
*
Allow resolving response file names relative to including file
Serge Pavlov
2016-11-01
1
-6
/
+23
*
[Support][CommandLine] Display subcommands in help when there are less than 3
Alex Lorenz
2016-10-12
1
-1
/
+1
*
[cl] Don't print subcommand help when no subcommands present.
Zachary Turner
2016-10-11
1
-4
/
+6
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-10-05
1
-0
/
+11
*
Use StringRef in StringSaver API (NFC)
Mehdi Amini
2016-10-05
1
-5
/
+5
*
Use StringRef in CommandLine Options handling (NFC)
Mehdi Amini
2016-10-01
1
-52
/
+54
[next]