This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 11cf8fe613 Don't try to spill static allocas when emitting expr cleanup [...]
new 085028c3a0 Add test case for r304316 which implemented clang-cl /diagnostics:*
new 17d8c376ac Fix cl-diagnostics.c test by hardcoding the version of MSVC [...]
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:
test/Driver/cl-diagnostics.c | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 test/Driver/cl-diagnostics.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 31598e1c84 [coroutines] Fix assertion during -Wuninitialized analysis
new 11cf8fe613 Don't try to spill static allocas when emitting expr cleanup [...]
The 1 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:
lib/CodeGen/CGCleanup.cpp | 7 +++++++
test/CodeGenCXX/stmtexpr.cpp | 30 +++++++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9fdc7300d Simplify. NFC.
new aef285d86 Simplify. NFC.
The 1 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:
ELF/LinkerScript.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1e9afac22ca [IR] Add additional addParamAttr/removeParamAttr to Attribu [...]
new ddc2292ec09 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new cb1b4143471 [libFuzzer] fix a test to match the new sanitizer run-time
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:
lib/Fuzzer/test/dump_coverage.test | 8 ++++----
lib/Target/X86/InstPrinter/X86InstComments.cpp | 4 ++++
2 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7530780af3 [TableGen] Clang changes to support Record::getValueAsString [...]
new 31598e1c84 [coroutines] Fix assertion during -Wuninitialized analysis
The 1 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:
lib/Sema/SemaCoroutine.cpp | 1 +
test/SemaCXX/coreturn.cpp | 2 +-
.../coroutine-uninitialized-warning-crash.cpp | 44 ++++++++++++++++++++++
3 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 test/SemaCXX/coroutine-uninitialized-warning-crash.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c469be384cb [TableGen] Make Record::getValueAsString and getValueAsList [...]
new 1e9afac22ca [IR] Add additional addParamAttr/removeParamAttr to Attribu [...]
The 1 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:
include/llvm/IR/Attributes.h | 197 ++++++++++++++++-----
include/llvm/IR/Function.h | 47 ++++-
include/llvm/IR/Instructions.h | 18 ++
lib/IR/Attributes.cpp | 41 +++--
lib/IR/Function.cpp | 64 ++++++-
lib/IR/Instructions.cpp | 32 +++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 10 +-
.../Scalar/CorrelatedValuePropagation.cpp | 9 +-
8 files changed, 322 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 82874ab97 Fix a crash.
new e0c8fec91 Simplify. NFC.
new 9fdc7300d Simplify. NFC.
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:
ELF/SyntheticSections.cpp | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a01adefb51f [ThinLTO] Reduce unnecessary map lookups during combined su [...]
new 923e8566d05 [BPF] Correct the file name of the -gen-asm-matcher output [...]
new c469be384cb [TableGen] Make Record::getValueAsString and getValueAsList [...]
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:
include/llvm/TableGen/Record.h | 4 ++--
lib/TableGen/Record.cpp | 6 +++---
lib/Target/BPF/CMakeLists.txt | 2 +-
utils/TableGen/AsmMatcherEmitter.cpp | 8 ++++++--
utils/TableGen/AsmWriterEmitter.cpp | 2 +-
utils/TableGen/CodeEmitterGen.cpp | 6 +++---
utils/TableGen/CodeGenDAGPatterns.cpp | 4 +++-
utils/TableGen/GlobalISelEmitter.cpp | 2 +-
utils/TableGen/OptParserEmitter.cpp | 34 ++++++++++++++++++----------------
9 files changed, 38 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bda7c3d81a [CodeGen] Surround assertion with parens and format.
new 7530780af3 [TableGen] Clang changes to support Record::getValueAsString [...]
The 1 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:
utils/TableGen/ClangAttrEmitter.cpp | 50 +++++++++++++++++-------------
utils/TableGen/ClangDiagnosticsEmitter.cpp | 4 +--
utils/TableGen/ClangOptionDocEmitter.cpp | 13 ++++----
utils/TableGen/ClangSACheckersEmitter.cpp | 3 +-
4 files changed, 39 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b3d43533e [ELF] .ARM.exidx sentinel section should use InputSectionDes [...]
new 82874ab97 Fix a crash.
The 1 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:
ELF/InputSection.cpp | 12 +++++++++---
ELF/InputSection.h | 2 +-
ELF/OutputSections.cpp | 4 ++--
ELF/SyntheticSections.cpp | 2 +-
test/ELF/section-metadata-err.s | 15 +++++++++++++++
5 files changed, 28 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/section-metadata-err.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.