This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from e1b09d5 [clangd] Fix completion test to not depend on the standard library
new 576391e [clangd] Link against clangSema
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:
clangd/CMakeLists.txt | 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 llvm.
from 4dd33e6 Implement host CPU detection for AArch64
new 80bfe66 [InstCombine] Add test cases for missing combines of phis wit [...]
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/Transforms/InstCombine/and.ll | 68 ++++++++++++++++++++++++++++++++++++++
test/Transforms/InstCombine/or.ll | 68 ++++++++++++++++++++++++++++++++++++++
test/Transforms/InstCombine/xor.ll | 68 ++++++++++++++++++++++++++++++++++++++
3 files changed, 204 insertions(+)
--
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 d84622d PR c++/80297 * genmatch.c (capture::gen_transform): For GEN [...]
new 5317e89 PR go/80302 time: make the ParseInLocation test more robust
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:
libgo/go/time/format_test.go | 41 +++++++++++++++++++++++++++++++----------
1 file changed, 31 insertions(+), 10 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 7ddca23 [X86][inline-asm] Add support for MS 'EVEN' directive
new a64aac4 [fixup][X86][inline-asm] Add support for MS 'EVEN' directive
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/CodeGen/ms-inline-asm-EVEN.c | 3 ++-
1 file changed, 2 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 llvm.
from dce3b51 Verifier: Check some amdgpu calling convention restrictions
new 4dd33e6 Implement host CPU detection for AArch64
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/Support/Host.cpp | 36 ++++++++++++++++++++++++++++++++----
unittests/Support/Host.cpp | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 67 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 gcc.
from e000adb PR tree-optimization/79390 * target.h (struct noce_if_info) [...]
new d84622d PR c++/80297 * genmatch.c (capture::gen_transform): For GEN [...]
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:
gcc/ChangeLog | 8 ++++++++
gcc/generic-match-head.c | 1 +
gcc/genmatch.c | 13 ++++++++++++-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/torture/pr80297.C | 12 ++++++++++++
5 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr80297.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 binutils-gdb.
from 477bdd3 Use symbolic constants instead of magic numbers with add_data [...]
new fff8551 dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr
new d194f1f gdb::optional: Add observers
new ecfb656 dwarf2read.c: Make dir_index and file_name_index strong typedefs
new 9c54172 Make sect_offset and cu_offset strong typedefs instead of structs
new 6f77053 dwarf2read.c: C++fy lnp_state_machine
The 5 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:
gdb/ChangeLog | 109 +++
gdb/Makefile.in | 6 +-
gdb/common/gdb_optional.h | 29 +
gdb/common/offset-type.h | 149 ++++
gdb/common/preprocessor.h | 31 +
gdb/common/traits.h | 34 +
gdb/common/underlying.h | 32 +
gdb/common/valid-expr.h | 108 +++
gdb/dwarf2expr.c | 45 +-
gdb/dwarf2expr.h | 16 +-
gdb/dwarf2loc.c | 37 +-
gdb/dwarf2read.c | 1520 +++++++++++++++++----------------
gdb/gdbtypes.h | 14 +-
gdb/unittests/offset-type-selftests.c | 178 ++++
14 files changed, 1494 insertions(+), 814 deletions(-)
create mode 100644 gdb/common/offset-type.h
create mode 100644 gdb/common/preprocessor.h
create mode 100644 gdb/common/traits.h
create mode 100644 gdb/common/underlying.h
create mode 100644 gdb/common/valid-expr.h
create mode 100644 gdb/unittests/offset-type-selftests.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 release_40
in repository llvm.
from e7bfbb7 Merging r298551: -------------------------------------------- [...]
new c1a0cfc Merging r298705: -------------------------------------------- [...]
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/release/merge-request.sh | 198 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 198 insertions(+)
create mode 100755 utils/release/merge-request.sh
--
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 983e1a1 [X86][inline-asm] Add support for MS 'EVEN' directive
new 5d76ab9 [AArch64] Refine Falkor Machine Model - Part 2
new dce3b51 Verifier: Check some amdgpu calling convention restrictions
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/IR/Verifier.cpp | 12 +
lib/Target/AArch64/AArch64SchedFalkor.td | 9 +-
lib/Target/AArch64/AArch64SchedFalkorDetails.td | 460 +++++++++++++++++++----
lib/Target/AArch64/AArch64SchedFalkorWriteRes.td | 77 +++-
test/CodeGen/AMDGPU/early-inline.ll | 5 +-
test/Verifier/amdgpu-cc.ll | 55 +++
6 files changed, 524 insertions(+), 94 deletions(-)
create mode 100644 test/Verifier/amdgpu-cc.ll
--
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 glibc.
from fce3da8 S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit.
new 07d6f1a resolv: Add test coverage for ns_name_unpack, ns_name_ntop
new 75b3a15 nss_dns: Remove superfluous dn_expand call from network handling
new 44f28da nss_dns: Replace local declarations with declarations from a [...]
new c3261cd resolv: Add tst-resolv-canonname
The 4 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:
ChangeLog | 29 +++
include/arpa/nameser.h | 3 +
resolv/Makefile | 14 ++
resolv/nss_dns/dns-host.c | 8 +-
resolv/nss_dns/dns-network.c | 16 +-
resolv/tst-ns_name.c | 303 +++++++++++++++++++++++
resolv/tst-ns_name.data | 548 ++++++++++++++++++++++++++++++++++++++++++
resolv/tst-resolv-canonname.c | 313 ++++++++++++++++++++++++
8 files changed, 1215 insertions(+), 19 deletions(-)
create mode 100644 resolv/tst-ns_name.c
create mode 100644 resolv/tst-ns_name.data
create mode 100644 resolv/tst-resolv-canonname.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.