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 4ec0995016 x86; Allow IFUNC pointer defined in PDE
new c3533c4c7c Fix a problem in the assembler when checking for overlapping [...]
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:
gas/ChangeLog | 6 ++++++
gas/as.c | 2 +-
2 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 llvm.
from 4f14c9bd165 [llvm-exegesis] Revert accidentally commited code.
new e2c1bdb4dd5 [AArch64][SVE] Extend parsing of Prefetch operation for SVE.
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/AArch64/AArch64SystemOperands.td | 29 ++++++++++++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 35 ++++++++++++++++++----
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 15 +++++++---
.../AArch64/InstPrinter/AArch64InstPrinter.h | 1 +
lib/Target/AArch64/SVEInstrFormats.td | 14 +++++++++
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 7 +++++
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 8 +++++
7 files changed, 99 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-tools-extra.
from f340fc9c [clangd] Don't query index when completing inside classes
new f40806f1 [clangd] Fix warning after fully covered enum switch. 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:
clangd/CodeComplete.cpp | 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 d91853e2c44 [mips] Correct the predicates of indexed floating point sto [...]
new 431f230ab6c [llvm-exegesis] Add an analysis mode.
new a0b75d92d71 [llvm-exegesis] Fix a warning in r332221
new 4f14c9bd165 [llvm-exegesis] Revert accidentally commited code.
The 3 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:
--
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 692ecb4fa9 [CodeGen] Disable aggressive structor optimizations at -O0
new ac0e81db36 Revert "[CodeGen] Disable aggressive structor optimizations at -O0"
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/ItaniumCXXABI.cpp | 16 ++++++----------
test/CodeGenCXX/ctor-dtor-alias.cpp | 9 ++++-----
test/CodeGenCXX/float16-declarations.cpp | 2 +-
3 files changed, 11 insertions(+), 16 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 52145d6f9c [clang-format] Continue after non-scope-closers in getLength [...]
new 692ecb4fa9 [CodeGen] Disable aggressive structor optimizations at -O0
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/ItaniumCXXABI.cpp | 16 ++++++++++------
test/CodeGenCXX/ctor-dtor-alias.cpp | 9 +++++----
test/CodeGenCXX/float16-declarations.cpp | 2 +-
3 files changed, 16 insertions(+), 11 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 binutils-gdb.
from 9bc935ef33 x86: Mark __bss_start, _end and _edata locally defined
new 4ec0995016 x86; Allow IFUNC pointer defined in PDE
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:
bfd/ChangeLog | 12 ++++
bfd/elf-ifunc.c | 9 ++-
bfd/elf32-i386.c | 2 +
bfd/elf64-x86-64.c | 2 +
bfd/elfxx-x86.c | 46 ++++++++++++
bfd/elfxx-x86.h | 4 ++
ld/ChangeLog | 14 ++++
ld/testsuite/ld-ifunc/ifunc-9-i386.d | 9 +++
ld/testsuite/ld-ifunc/ifunc-9-x86-64.d | 9 +++
ld/testsuite/ld-ifunc/ifunc-9-x86.d | 3 -
ld/testsuite/ld-ifunc/ifunc.exp | 124 +++++++++++++++++++++++++++++++++
ld/testsuite/ld-ifunc/pr23169a.c | 9 +++
ld/testsuite/ld-ifunc/pr23169a.rd | 6 ++
ld/testsuite/ld-ifunc/pr23169b.c | 23 ++++++
ld/testsuite/ld-ifunc/pr23169b.rd | 3 +
ld/testsuite/ld-ifunc/pr23169c.c | 13 ++++
ld/testsuite/ld-ifunc/pr23169c.rd | 6 ++
17 files changed, 290 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-ifunc/ifunc-9-i386.d
create mode 100644 ld/testsuite/ld-ifunc/ifunc-9-x86-64.d
delete mode 100644 ld/testsuite/ld-ifunc/ifunc-9-x86.d
create mode 100644 ld/testsuite/ld-ifunc/pr23169a.c
create mode 100644 ld/testsuite/ld-ifunc/pr23169a.rd
create mode 100644 ld/testsuite/ld-ifunc/pr23169b.c
create mode 100644 ld/testsuite/ld-ifunc/pr23169b.rd
create mode 100644 ld/testsuite/ld-ifunc/pr23169c.c
create mode 100644 ld/testsuite/ld-ifunc/pr23169c.rd
--
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 6cf914db39c [llvm-exegesis] Allow lists of BenchmarkResults to be parse [...]
new d91853e2c44 [mips] Correct the predicates of indexed floating point sto [...]
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/Mips/MicroMipsInstrFPU.td | 23 +++++++++++-----------
lib/Target/Mips/MipsInstrFPU.td | 5 +++--
.../Mips/micromips32r3/valid-fp64-el.txt | 2 ++
.../Disassembler/Mips/micromips32r3/valid-fp64.txt | 2 ++
test/MC/Mips/micromips-fpu-instructions.s | 6 ------
5 files changed, 18 insertions(+), 20 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-tools-extra.
from ac3a34d0 [clang-tidy] Add terminating continue check
new f340fc9c [clangd] Don't query index when completing inside classes
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/CodeComplete.cpp | 33 ++++++++++++++++--
unittests/clangd/CodeCompleteTests.cpp | 61 ++++++++++++++++++++++++++++++++++
2 files changed, 91 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 glibc.
from 0937e209a7 R_PARISC_TLS_DTPOFF32 reloc handling
new e322ec3282 x86-64: Remove the unnecessary testl in strlen-avx2.S
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:
ChangeLog | 5 +++++
sysdeps/x86_64/multiarch/strlen-avx2.S | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.