This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1cb7e40b261 [X86] Add ARPL/BOUND schedule tests
new 2057bb76d7f [X86] Add RDMSR/WRMSR, RDPMC + RDTSC/RDTSCP schedule tests
new 4a0d45ff9b7 [X86] Add IMUL schedule tests
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/Target/X86/X86InstrSystem.td | 3 +-
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86ScheduleAtom.td | 1 +
test/CodeGen/X86/schedule-x86_64.ll | 815 +++++++++++++++++++++++++++++++++++-
4 files changed, 818 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 gcc.
from 7643d6c0be8 [PR C++/15272] lookups with ambiguating dependent base
new b27b63e1bf9 combine: Fix PR83393
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 | 6 ++++++
gcc/combine.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83393.c | 38 ++++++++++++++++++++++++++++++++++++++
4 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83393.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 llvm.
from a3d1d5695a7 [RISCV] Define sfence.vma InstAliases to match the GNU RISC [...]
new 1cb7e40b261 [X86] Add ARPL/BOUND schedule tests
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/X86/schedule-x86_32.ll | 258 +++++++++++++++++++++++++++++++++++-
1 file changed, 257 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 clang.
from 979ce58814 [Sema] Ignore decls in namespaces when global decls are not wanted.
new e5e2a88ed0 [Hexagon] Add front-end support for Hexagon V65
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/Driver/Options.td | 2 ++
lib/Basic/Targets/Hexagon.cpp | 4 ++++
lib/Driver/ToolChains/Hexagon.cpp | 1 +
test/Driver/hexagon-hvx.c | 13 +++++++++++++
test/Driver/hexagon-toolchain-elf.c | 18 +++++++++++++-----
test/Preprocessor/hexagon-predefines.c | 14 ++++++++++++++
6 files changed, 47 insertions(+), 5 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 4f93f1b1 [clangd] clang-format the source code. NFC
new 350ac992 [clangd] Try to workaround MSVC compilation failure.
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/Context.h | 5 +++++
1 file changed, 5 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 glibc.
from 243b63337c Fix testing with nss-crypt.
new 2bce01ebba aarch64: Improve strcmp unaligned performance
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/aarch64/strcmp.S | 31 +++++++++++++++++++++++++++++--
2 files changed, 34 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 binutils-gdb.
from 10e7c0457c S/390: Fix (some) PIE+undef weak failures
new 024d185c10 This patch enables disassembler_needs_relocs for PRU. It is [...]
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/testsuite/gas/pru/extern.d | 10 ++++++++++
gas/testsuite/gas/pru/extern.s | 5 +++++
opcodes/ChangeLog | 4 ++++
opcodes/disassemble.c | 5 +++++
5 files changed, 30 insertions(+)
create mode 100644 gas/testsuite/gas/pru/extern.d
create mode 100644 gas/testsuite/gas/pru/extern.s
--
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 518d3b52 [clangd] Remove the const specifier of the takeSymbol method
new d4035d3d [clangd] Implemented logging using Context
new 4f93f1b1 [clangd] clang-format the source code. 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:
clangd/ClangdLSPServer.cpp | 114 ++++++++++++------------
clangd/ClangdServer.cpp | 142 +++++++++++++++---------------
clangd/ClangdServer.h | 48 +++++-----
clangd/ClangdUnit.cpp | 59 ++++++-------
clangd/ClangdUnit.h | 24 +++--
clangd/ClangdUnitStore.cpp | 10 +--
clangd/ClangdUnitStore.h | 10 +--
clangd/CodeComplete.cpp | 38 ++++----
clangd/CodeComplete.h | 16 ++--
clangd/Function.h | 40 ++++++++-
clangd/GlobalCompilationDatabase.cpp | 17 ++--
clangd/GlobalCompilationDatabase.h | 4 +-
clangd/JSONRPCDispatcher.cpp | 126 ++++++++++++++++----------
clangd/JSONRPCDispatcher.h | 42 ++++-----
clangd/Logger.cpp | 24 +++--
clangd/Logger.h | 21 +++--
clangd/ProtocolHandlers.cpp | 7 +-
clangd/ProtocolHandlers.h | 3 +-
clangd/index/Index.cpp | 17 ++--
clangd/index/Index.h | 8 +-
clangd/index/SymbolCollector.cpp | 4 +-
clangd/tool/ClangdMain.cpp | 2 +
unittests/clangd/ClangdTests.cpp | 119 +++++++++++++------------
unittests/clangd/CodeCompleteTests.cpp | 22 ++---
unittests/clangd/SymbolCollectorTests.cpp | 8 +-
25 files changed, 500 insertions(+), 425 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 a3d1ab81863 [FuzzMutate] Only generate loads and stores to the first cl [...]
new a3d1d5695a7 [RISCV] Define sfence.vma InstAliases to match the GNU RISC [...]
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/RISCV/RISCVInstrInfo.td | 3 +++
test/MC/RISCV/priv-invalid.s | 2 +-
test/MC/RISCV/rvi-aliases-valid.s | 7 +++++++
3 files changed, 11 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 260301eb9fd * gcc-interface/trans.c (Subprogram_Body_to_gnu): Initiali [...]
new 7643d6c0be8 [PR C++/15272] lookups with ambiguating dependent base
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/cp/ChangeLog | 6 ++++
gcc/cp/pt.c | 62 ++++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/template/pr71826.C | 13 ++++---
4 files changed, 58 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.