This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e19f1300d60 X86: Consistently declare pass initializers in X86.h; NFC
new fb149994336 [PowerPC] Support constraint 'wi' in asm From the gcc man [...]
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/Target/PowerPC/PPCISelLowering.cpp | 8 ++++++--
test/CodeGen/PowerPC/inlineasm-vsx-reg.ll | 15 +++++++++++++++
test/CodeGen/PowerPC/vec-asm-disabled.ll | 9 +++++++++
3 files changed, 30 insertions(+), 2 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 0e44f21c02 [COFF, ARM64] Implement llvm.addressofreturnaddress intrinsic
new 4ddbc316e2 [Clang][PowerPC] Support constraint 'wi' in asm From the g [...]
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/Basic/Targets/PPC.h | 1 +
1 file changed, 1 insertion(+)
--
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 d9bb81fd0b [analyzer] SARIF: Suppress version testing in a more downstr [...]
new 0e44f21c02 [COFF, ARM64] Implement llvm.addressofreturnaddress intrinsic
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/clang/Basic/BuiltinsAArch64.def | 1 +
lib/CodeGen/CGBuiltin.cpp | 5 +++++
test/CodeGen/ms-intrinsics.c | 2 +-
3 files changed, 7 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 gcc.
from e766658e7fc Daily bump.
new fd5974a6f2b gOlogy: skip dbranch at -Og
new 0fe77625503 Fix typo in gcc/ChangeLog
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:
gcc/ChangeLog | 8 +++++++-
gcc/doc/invoke.texi | 3 ++-
gcc/opts.c | 2 +-
3 files changed, 10 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 clang.
from 016d569f86 Fix typo in comment.
new d9bb81fd0b [analyzer] SARIF: Suppress version testing in a more downstr [...]
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:
.../Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif | 2 +-
test/Analysis/diagnostics/sarif-diagnostics-taint-test.c | 2 +-
2 files changed, 2 insertions(+), 2 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 2d18b6d39 [ELF] Refactor per-target TLS layout configuration. NFC.
new 523a8ab03 [WebAssembly] Remove duplicate function. 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:
test/wasm/lto/signature-mismatch.ll | 2 +-
test/wasm/signature-mismatch-weak.ll | 4 ++--
test/wasm/signature-mismatch.ll | 8 ++++----
wasm/WriterUtils.cpp | 27 ++++++---------------------
4 files changed, 13 insertions(+), 28 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 c6a35f056e Fix regression in behavior of clang -x c++-header -fmodule-n [...]
new 9d42cf475d [WebAssembly] Fix type names in truncation builtins
new 016d569f86 Fix typo in comment.
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/clang/Basic/BuiltinsWebAssembly.def | 8 ++++----
lib/CodeGen/CGBuiltin.cpp | 8 ++++----
lib/Frontend/CompilerInstance.cpp | 2 +-
test/CodeGen/builtins-wasm.c | 16 ++++++++--------
4 files changed, 17 insertions(+), 17 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 619111f5cc [COFF, ARM64] Change setjmp for AArch64 Windows to use Intri [...]
new 66e7c70fc5 [analyzer] pr39348: MallocChecker: Realize that sized delete [...]
new c6a35f056e Fix regression in behavior of clang -x c++-header -fmodule-n [...]
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/Driver/ToolChains/Clang.cpp | 4 +--
lib/Frontend/CompilerInstance.cpp | 3 ++
lib/Lex/ModuleMap.cpp | 2 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 38 +++++--------------------
test/Analysis/NewDelete-custom.cpp | 31 +++++---------------
test/Analysis/NewDelete-sized-deallocation.cpp | 39 ++++++++++++++++++++++++++
test/Driver/header-module.cpp | 11 ++++++++
test/Modules/strict-decluse-headers.cpp | 17 +++++++++++
8 files changed, 86 insertions(+), 59 deletions(-)
create mode 100644 test/Analysis/NewDelete-sized-deallocation.cpp
create mode 100644 test/Modules/strict-decluse-headers.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.