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
*
[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
*
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
Zachary Turner
2016-09-13
1
-11
/
+0
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-09-13
1
-0
/
+11
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-3
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[CommandLine] Use Process::GetEnv instead of _wgetenv
David Majnemer
2016-07-24
1
-21
/
+4
*
[llvm-cov] - Improve llvm-cov error message
Ying Yi
2016-07-22
1
-1
/
+2
*
Get rid of call to StringRef::substr that's never used.
Justin Lebar
2016-07-19
1
-1
/
+0
*
Resubmit "Update llvm command line parser to support subcommands."
Zachary Turner
2016-06-29
1
-98
/
+383
*
Revert r274054 to try to appease the bot
Manman Ren
2016-06-28
1
-378
/
+98
*
Update llvm command line parser to support subcommands.
Zachary Turner
2016-06-28
1
-98
/
+378
*
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
2016-06-17
1
-6
/
+4
*
[STLExtras] Introduce and use llvm::count_if; NFC
Sanjoy Das
2016-06-10
1
-5
/
+4
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
Remove LLVM_ENABLE_TIMESTAMPS
Chris Bieneman
2016-05-05
1
-3
/
+0
*
Use gcc's rules for parsing gcc-style response files
Nico Weber
2016-04-26
1
-7
/
+4
*
[CMake] Add PACKAGE_VENDOR for customizing version output
Chris Bieneman
2016-03-15
1
-2
/
+6
*
More UTF string conversion wrappers
Marianne Mailhot-Sarrasin
2016-03-11
1
-0
/
+19
[next]