This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3a54d877c4e Move strcmpopt_6.c from gcc.dg to gcc.target/aarch64 and gc [...]
new abf0dec5ba2 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not fo [...]
new fe92dce78eb Avoid undefined shifts in ceil2 operations
new 8be6a6f3d42 [libcpp] fix some line map comments
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:
gcc/ChangeLog | 12 +++++
gcc/ipa-utils.h | 54 +++++++++++-----------
gcc/lto-streamer-out.c | 5 +-
gcc/tree-streamer-in.c | 1 -
gcc/tree-streamer-out.c | 4 +-
libcpp/ChangeLog | 6 +++
libcpp/include/line-map.h | 21 +++------
libstdc++-v3/ChangeLog | 7 +++
libstdc++-v3/include/bits/hashtable_policy.h | 7 ++-
libstdc++-v3/include/std/bit | 6 ++-
.../testsuite/26_numerics/bit/bit.pow.two/ceil2.cc | 8 ++++
11 files changed, 82 insertions(+), 49 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 5f6a0845684 Make TargetInstrInfo::isCopyInstr return true for regular C [...]
new 14ea008c517 [IR] add shuffle queries for identity extend/extract
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/Instructions.h | 13 +++++--
lib/IR/Instructions.cpp | 57 ++++++++++++++++++++++++++-----
unittests/IR/InstructionsTest.cpp | 72 +++++++++++++++++++++++++++++++++++++++
3 files changed, 130 insertions(+), 12 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 2f01a7de [clangd] Remove UB introduced in rL341057
new 3439719e [clangd] Run SignatureHelp using an up-to-date preamble, wait [...]
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/ClangdServer.cpp | 9 +++-
clangd/TUScheduler.cpp | 66 +++++++++++++++++++++++----
clangd/TUScheduler.h | 31 ++++++++-----
unittests/clangd/TUSchedulerTests.cpp | 85 ++++++++++++++++++++++++++++++-----
4 files changed, 158 insertions(+), 33 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 fdad7678b7 Use host_address_to_string in compile_cplus_instance::enter_scope
new 385e5b9039 Treat SHT_FINI_ARRAY and SHT_PREINIT_ARRAY as relocatable sections
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:
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 2 ++
gas/ChangeLog | 6 ++++++
gas/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/section14.d | 10 ++++++++++
gas/testsuite/gas/elf/section14.s | 18 ++++++++++++++++++
6 files changed, 42 insertions(+)
create mode 100644 gas/testsuite/gas/elf/section14.d
create mode 100644 gas/testsuite/gas/elf/section14.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 binutils-gdb.
from 4c971803c4 [MIPS] Add myself as a MIPS port maintainer.
new fdad7678b7 Use host_address_to_string in compile_cplus_instance::enter_scope
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:
gdb/ChangeLog | 5 +++++
gdb/compile/compile-cplus-types.c | 5 ++++-
2 files changed, 9 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 8cd8ed88f9 [CodeComplete] Report location of opening parens for signature help
new 38d46ffb86 [OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime.
new 5204bd3692 [Sema][NFC] Trivial cleanup in ActOnCallExpr
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/LangOptions.def | 1 +
include/clang/Driver/Options.td | 4 ++
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 3 +-
lib/Driver/ToolChains/Clang.cpp | 12 ++++-
lib/Frontend/CompilerInvocation.cpp | 7 ++-
lib/Sema/SemaExpr.cpp | 8 +---
test/Driver/openmp-offload-gpu.c | 23 +++++++++
...p => nvptx_force_full_runtime_SPMD_codegen.cpp} | 56 +++++++++++-----------
8 files changed, 75 insertions(+), 39 deletions(-)
copy test/OpenMP/{nvptx_SPMD_codegen.cpp => nvptx_force_full_runtime_SPMD_codegen. [...]
--
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 a555fd25352 gimplefe: expose MULT_HIGHPART_EXPR
new 3a54d877c4e Move strcmpopt_6.c from gcc.dg to gcc.target/aarch64 and gc [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/{gcc.dg => gcc.target/aarch64}/strcmpopt_6.c | 0
gcc/testsuite/{gcc.dg => gcc.target/i386}/strcmpopt_6.c | 0
3 files changed, 7 insertions(+)
copy gcc/testsuite/{gcc.dg => gcc.target/aarch64}/strcmpopt_6.c (100%)
rename gcc/testsuite/{gcc.dg => gcc.target/i386}/strcmpopt_6.c (100%)
--
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 b33a4032405 [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
new 5f6a0845684 Make TargetInstrInfo::isCopyInstr return true for regular C [...]
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/CodeGen/TargetInstrInfo.h | 24 +++++++++++++++++++++---
lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 +++---
lib/Target/ARM/ARMBaseInstrInfo.h | 9 ++++++---
lib/Target/Mips/Mips16InstrInfo.cpp | 6 +++---
lib/Target/Mips/Mips16InstrInfo.h | 11 ++++++++---
lib/Target/Mips/MipsSEInstrInfo.cpp | 6 +++---
lib/Target/Mips/MipsSEInstrInfo.h | 10 +++++++---
lib/Target/X86/X86InstrInfo.cpp | 6 +++---
lib/Target/X86/X86InstrInfo.h | 8 ++++++--
9 files changed, 60 insertions(+), 26 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 c851af3c8a8 [AMDGPU] Preliminary patch for divergence driven instructio [...]
new 784c92e9bc0 [Sparc] Use ANDN instead of AND if constant can be encoded [...]
new 60d68978a7c More build fix for r341064.
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/Sparc/SparcInstrInfo.td | 18 ++++++++++++++++
test/CodeGen/SPARC/sethiandn.ll | 42 ++++++++++++++++++++++++++++++++++++++
unittests/Support/ErrorTest.cpp | 2 +-
3 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SPARC/sethiandn.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.