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
/
include
/
llvm
/
Support
/
CommandLine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose ProvidePositionalOption as a public API
Mehdi Amini
2019-10-05
1
-0
/
+3
*
Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...
Haojian Wu
2019-07-11
1
-32
/
+25
*
Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...
Don Hinton
2019-07-10
1
-25
/
+32
*
Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...
Don Hinton
2019-06-22
1
-26
/
+20
*
[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.
Don Hinton
2019-06-22
1
-20
/
+26
*
[CommandLine] Reduce size of Option class
Don Hinton
2019-05-18
1
-13
/
+14
*
[CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5
Don Hinton
2019-05-11
1
-1
/
+2
*
[CommandLine] Allow Options to specify multiple OptionCategory's.
Don Hinton
2019-05-07
1
-5
/
+8
*
[CommandLine] Enable Grouping for short options by default. Part 4 of 5
Don Hinton
2019-05-03
1
-1
/
+5
*
[llvm] Revert r231274: "Devirtualize ~parser<T> by making it protected in bas...
Don Hinton
2019-05-03
1
-16
/
+11
*
[CommandLine} Wire-up cl::list::setDefault() so it will work correctly with c...
Don Hinton
2019-04-30
1
-1
/
+10
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-1
/
+24
*
[CommandLineParser] Add DefaultOption flag
Don Hinton
2019-04-15
1
-3
/
+10
*
Revert r358337: "[CommandLineParser] Add DefaultOption flag"
Ilya Biryukov
2019-04-15
1
-10
/
+3
*
[CommandLineParser] Add DefaultOption flag
Don Hinton
2019-04-13
1
-3
/
+10
*
[CommandLine] Allow grouping options which can have values.
Igor Kudrin
2019-03-01
1
-9
/
+10
*
Recommit: Add support for prefix-only CLI options
Thomas Preud'homme
2019-02-05
1
-2
/
+6
*
Revert "Add support for prefix-only CLI options"
Thomas Preud'homme
2019-01-27
1
-6
/
+2
*
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
-2
/
+6
*
[FileCheck] Parse command-line options from FILECHECK_OPTS
Joel E. Denny
2018-11-06
1
-1
/
+10
*
[CommandLine] Error message for incorrect PositionalEatArgs usage
Keno Fischer
2018-05-14
1
-1
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-11
/
+11
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+27
*
Reverted 321580: Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-27
/
+0
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+27
*
typo
Adrian Prantl
2017-09-20
1
-1
/
+1
*
Don't call exit from cl::PrintHelpMessage.
Rafael Espindola
2017-09-07
1
-2
/
+0
*
[Support][CommandLine] Add cl::Option::setDefault()
Evgeny Mankov
2017-08-28
1
-0
/
+22
*
[Support] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-09
1
-28
/
+40
*
Allow VersionPrinter to print to arbitrary raw_ostreams
Dimitry Andric
2017-06-06
1
-2
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Support][CommandLine] Make it possible to get error messages from ParseComma...
Eric Liu
2017-03-15
1
-1
/
+4
*
Add initial support for debug counting
Daniel Berlin
2017-02-19
1
-0
/
+3
*
Make some operator bools explicit for sanity/safety.
David Blaikie
2017-01-11
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use...
Eugene Zelenko
2016-12-05
1
-1
/
+0
*
Fix broken buildbots because of r288424 (NFC).
Eugene Zelenko
2016-12-01
1
-0
/
+1
*
[ADT, Support, TableGen] Fix some Clang-tidy modernize-use-default and Includ...
Eugene Zelenko
2016-12-01
1
-33
/
+64
*
[CommandLine] Remove redundant initializers for StringRef members
Malcolm Parsons
2016-11-24
1
-4
/
+4
*
Allow resolving response file names relative to including file
Serge Pavlov
2016-11-01
1
-1
/
+3
*
Add `llvm::` in clEnumVal macro (NFC)
Mehdi Amini
2016-10-14
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-33
/
+24
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-10-05
1
-0
/
+22
*
Use StringRef in CommandLine Options handling (NFC)
Mehdi Amini
2016-10-01
1
-52
/
+52
*
Fix a typo, depricated -> deprecated
Martin Storsjo
2016-09-27
1
-1
/
+1
*
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
Zachary Turner
2016-09-13
1
-22
/
+0
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-09-13
1
-0
/
+22
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+2
*
Add a default parameter for getRegisteredOptions.
Zachary Turner
2016-07-06
1
-1
/
+1
*
Resubmit "Update llvm command line parser to support subcommands."
Zachary Turner
2016-06-29
1
-5
/
+82
[next]