This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4f7adb1689c PR target/83554 * config/i386/i386.md (*<rotate_insn>hi3_ [...]
new 7fd2dd851da PR libstdc++/83626 Don't throw for remove("") and remove_all("")
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:
libstdc++-v3/ChangeLog | 13 ++++
libstdc++-v3/src/filesystem/ops.cc | 41 +++++++-----
libstdc++-v3/src/filesystem/std-ops.cc | 33 +++++----
.../operations/{remove_all.cc => remove.cc} | 76 +++++++++++----------
.../27_io/filesystem/operations/remove_all.cc | 14 ++--
.../operations/{remove_all.cc => remove.cc} | 78 ++++++++++++----------
.../filesystem/operations/remove_all.cc | 14 ++--
7 files changed, 158 insertions(+), 111 deletions(-)
copy libstdc++-v3/testsuite/27_io/filesystem/operations/{remove_all.cc => remove.c [...]
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{remove_all.cc => r [...]
--
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 openmp.
from 85a6d05 [OMPT] Build runtime with OMPT support by default
new c2ca3f2 Fix trademarks found by scanner
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:
runtime/src/i18n/en_US.txt | 2 +-
runtime/src/kmp.h | 4 ++--
runtime/src/kmp_lock.h | 4 ++--
runtime/src/kmp_runtime.cpp | 4 ++--
runtime/src/kmp_settings.cpp | 12 ++++++------
runtime/src/kmp_version.cpp | 30 +++++++++++++++---------------
6 files changed, 28 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 925ec79113 [OPENMP] Fix capturing of expressions in clauses.
new ad873abf29 Use backslash escape, replacing xargs -0 in test macro-multiline.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:
test/Preprocessor/macro-multiline.c | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 7365ec2ff4 gdb.ada/maint_with_ada.exp: New testcase
new 645a2c5b46 RISC-V: Add 2 missing privileged registers.
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 | 5 ++++
gas/testsuite/gas/riscv/priv-reg.d | 50 ++++++++++++++++++++------------------
gas/testsuite/gas/riscv/priv-reg.s | 2 ++
include/ChangeLog | 7 ++++++
include/opcode/riscv-opc.h | 12 ++++++---
5 files changed, 48 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 llvm.
from f733002f9d6 [JumpThreading] Preservation of DT and LVI across the pass
new c0fafaac48f [X86] Add srem/udiv/urem by one combine 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/combine-srem.ll | 24 ++++++++++++++++++++++++
test/CodeGen/X86/combine-udiv.ll | 18 ++++++++++++++++++
test/CodeGen/X86/combine-urem.ll | 24 ++++++++++++++++++++++++
3 files changed, 66 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 735e645f8db Avoid Solaris/SPARC comparison failures with Solaris as (PR [...]
new 4f7adb1689c PR target/83554 * config/i386/i386.md (*<rotate_insn>hi3_ [...]
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 | 10 ++++++++++
gcc/config/i386/i386.c | 6 +++---
gcc/config/i386/i386.md | 2 +-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/pr83554.c | 15 +++++++++++++++
5 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83554.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 b3a26d8ca65 [AArch64] Improve code generation of vector build
new f733002f9d6 [JumpThreading] Preservation of DT and LVI across the pass
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/Dominators.h | 84 +++++++
include/llvm/Transforms/Scalar/JumpThreading.h | 6 +-
include/llvm/Transforms/Utils/BasicBlockUtils.h | 3 +-
include/llvm/Transforms/Utils/Local.h | 20 +-
lib/IR/Dominators.cpp | 188 +++++++++++++++
.../Scalar/CorrelatedValuePropagation.cpp | 2 +
lib/Transforms/Scalar/JumpThreading.cpp | 174 +++++++++++---
lib/Transforms/Utils/BasicBlockUtils.cpp | 18 +-
lib/Transforms/Utils/Local.cpp | 205 ++++++++++++----
.../LazyValueAnalysis/lvi-after-jumpthreading.ll | 3 +
test/Transforms/JumpThreading/ddt-crash.ll | 265 +++++++++++++++++++++
test/Transforms/JumpThreading/lvi-tristate.ll | 50 ++++
12 files changed, 919 insertions(+), 99 deletions(-)
create mode 100644 test/Transforms/JumpThreading/ddt-crash.ll
create mode 100644 test/Transforms/JumpThreading/lvi-tristate.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 b0a4eca2fc alpha: Remove s_trunc{f} implementation (BZ#22666)
new ba374b6dec Increase some test timeouts.
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 | 6 ++++++
malloc/tst-malloc-tcache-leak.c | 1 +
posix/tst-glob-tilde.c | 1 +
resolv/tst-resolv-res_ninit.c | 1 +
4 files changed, 9 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 llvm.
from 8da0e49815f [X86] Add scalar undef sdiv/srem/udiv/urem combine tests
new b3a26d8ca65 [AArch64] Improve code generation of vector build
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/AArch64InstrInfo.td | 25 +++++++-
test/CodeGen/AArch64/arm64-build-vector.ll | 18 ------
test/CodeGen/AArch64/arm64-vector-insertion.ll | 3 +-
test/CodeGen/AArch64/build-one-lane.ll | 84 ++++++++++++++++++++++++++
4 files changed, 107 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/AArch64/build-one-lane.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 gcc.
from af6233cb16c PR ipa/82352 * g++.dg/ipa/pr82352.C (size_t): Define to _ [...]
new 735e645f8db Avoid Solaris/SPARC comparison failures with Solaris as (PR [...]
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/cgraphunit.c | 1 +
gcc/run-rtl-passes.c | 2 ++
3 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.