This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cf465ccdc51 PR c++/52869
new 1d8e601cbfd PR c++/87269 * g++.dg/lookup/pr87269.C (std::size_t): New [...]
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 | 6 ++++++
gcc/testsuite/g++.dg/lookup/pr87269.C | 6 +++++-
2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/binutils-gdb.
from 6ce881c15f [ARC] More fixes for TLS.
adds 4b63289a08 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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 llvm.
from a410ae40da4 [X86] Add custom promotion of narrow fp_to_uint/fp_to_sint [...]
new fbe3eeb333e DAG combiner: fold (select, C, X, undef) -> X
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/SelectionDAG/DAGCombiner.cpp | 6 +
test/CodeGen/AArch64/half.ll | 4 +-
test/CodeGen/AMDGPU/select-undef.ll | 25 +
test/CodeGen/ARM/sub-cmp-peephole.ll | 2 +-
test/CodeGen/Generic/dag-combine-select-undef.ll | 24 +
.../autohvx/isel-extractelt-illegal-type.ll | 2 +-
test/CodeGen/Hexagon/swp-const-tc1.ll | 2 +-
test/CodeGen/SystemZ/subregliveness-04.ll | 2 +-
test/CodeGen/X86/2012-08-07-CmpISelBug.ll | 2 +-
test/CodeGen/X86/hoist-spill.ll | 4 +-
test/CodeGen/X86/pr31045.ll | 26 +-
test/CodeGen/X86/pr32610.ll | 4 +-
test/CodeGen/X86/scheduler-backtracking.ll | 566 +++++++--------------
13 files changed, 254 insertions(+), 415 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/select-undef.ll
create mode 100644 test/CodeGen/Generic/dag-combine-select-undef.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 clang.
from 89be47f2d6 [CMake] Use lld and llvm-objcopy for first stage compiler in [...]
new 8ca7a0dcb7 Add missing test for r347072 -gcodeview-ghash
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/Driver/gcodeview-ghash.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 test/Driver/gcodeview-ghash.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from 6ce881c15f [ARC] More fixes for TLS.
adds 4b63289a08 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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 lldb.
from 9ee5fab95 Makefile.rules: Degrade gracefully on Windows machines without sed.
new 29537130a Rewrite stop-hook tests as a couple of FileCheck 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:
.../StopHook/Inputs/stop-hook-threads.cpp | 11 +-
.../ExecControl/StopHook/Inputs/stop-hook.c | 0
lit/ExecControl/StopHook/stop-hook-threads.test | 44 +++++++
lit/ExecControl/StopHook/stop-hook.test | 71 ++++++++++++
.../test/functionalities/stop-hook/Makefile | 5 -
.../functionalities/stop-hook/TestStopHookCmd.py | 77 -------------
.../stop-hook/TestStopHookMechanism.py | 128 ---------------------
.../stop-hook/multiple_threads/Makefile | 6 -
.../TestStopHookMultipleThreads.py | 100 ----------------
9 files changed, 120 insertions(+), 322 deletions(-)
rename packages/Python/lldbsuite/test/functionalities/stop-hook/multiple_threads/m [...]
rename packages/Python/lldbsuite/test/functionalities/stop-hook/main.cpp => lit/Ex [...]
create mode 100644 lit/ExecControl/StopHook/stop-hook-threads.test
create mode 100644 lit/ExecControl/StopHook/stop-hook.test
delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/Makefile
delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/TestSt [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/TestSt [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/multip [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/multip [...]
--
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 d0e625611a [OPENMP]Fix PR39694: do not capture `this` in non-`this` region.
new 89be47f2d6 [CMake] Use lld and llvm-objcopy for first stage compiler in [...]
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:
cmake/caches/Fuchsia.cmake | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.