This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a08823638ac [CallingConvLower] Use SmallVectorImpl::swap new 1e9de495999 [WebAssembly] Use Function::hasOptSize() (NFC) new 3f5d54bc7b3 [CommandLineParser] Add DefaultOption flag
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandLine.rst | 10 ++++ include/llvm/Support/CommandLine.h | 13 +++-- lib/Support/CommandLine.cpp | 48 +++++++++++++++-- lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 3 +- test/Support/check-default-options.txt | 18 +++++++ tools/llvm-opt-report/OptReport.cpp | 7 --- unittests/Support/CommandLineTest.cpp | 61 ++++++++++++++++++++++ 7 files changed, 143 insertions(+), 17 deletions(-) create mode 100644 test/Support/check-default-options.txt