This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3a4e37bb6 [CMake] Move and add settings to Apple-lldb-base cache script
new 6258b64ab [lldb] Fix out-of-bounds read after c3ea7c66fec021867e005ad1b [...]
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:
source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp | 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 libcxx.
from e590adb93 We had a _LIBCPP_ASSERT commented out because gcc 4.9 didn't [...]
new 84231264b No longer reject inputs when using a locale that has grouping [...]
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:
src/locale.cpp | 4 +++-
.../locale.num.get/facet.num.get.members/get_long.pass.cpp | 4 ++--
2 files changed, 5 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 llvm.
from a94891b42dc llvm-undname: Several behavior-preserving changes to increa [...]
new 47d861e4bff [SelectionDAG][x86] limit post-legalization store merging by type
new 319cfe2ad01 [PowerPC] P9 Scheduling Model: dispatching rule fixes
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/llvm/CodeGen/TargetLowering.h | 10 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
lib/Target/PowerPC/P9InstrResources.td | 238 ++++++++-------
lib/Target/PowerPC/PPCScheduleP9.td | 50 +++-
lib/Target/X86/X86ISelLowering.h | 6 +-
test/CodeGen/PowerPC/build-vector-tests.ll | 8 +-
test/CodeGen/PowerPC/csr-save-restore-order.ll | 48 ++--
test/CodeGen/PowerPC/vec_conv_fp32_to_i8_elts.ll | 352 +++++++++++------------
test/CodeGen/X86/vector-trunc-widen.ll | 4 +-
10 files changed, 381 insertions(+), 339 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 7e0a9a7a1ec PR c++/60531 - Wrong error about unresolved overloaded function
new 573559dbbf0 [C++ PATCH] structure tag lookup
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 | 5 +++
gcc/cp/name-lookup.c | 125 +++++++++++++++++++++++----------------------------
2 files changed, 60 insertions(+), 70 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 8467d10c7af [X86][SSE] Pulled out (sub (xor X, M), M) 'ConditionalNegat [...]
new a94891b42dc llvm-undname: Several behavior-preserving changes to increa [...]
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/Demangle/MicrosoftDemangle.cpp | 17 ++++++-----------
lib/Demangle/MicrosoftDemangleNodes.cpp | 9 ++++-----
test/Demangle/invalid-manglings.test | 25 +++++++++++++++++++++++++
test/Demangle/ms-basic.test | 3 +++
4 files changed, 38 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 openmp.
from 6973da5 Fixed build warning with -DLIBOMP_USE_HWLOC=1
new dba741d [OpenMP][libomptarget] Enable usage of unified memory for dec [...]
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:
libomptarget/include/omptargetplugin.h | 3 +++
libomptarget/plugins/cuda/src/rtl.cpp | 23 +++++++++++++++++++++++
libomptarget/plugins/exports | 1 +
libomptarget/src/device.cpp | 3 +++
libomptarget/src/rtl.cpp | 4 ++++
libomptarget/src/rtl.h | 7 +++++--
6 files changed, 39 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 newlib.
from f03ea8e1c Cygwin: fork: Remember child not before success.
new e1254add7 Cygwin: Allow accessing 48 bit address space in Windows 8.1 or later
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:
winsup/cygwin/heap.cc | 6 +++---
winsup/cygwin/mmap.cc | 6 ++++--
winsup/cygwin/wincap.cc | 9 +++++++++
winsup/cygwin/wincap.h | 4 ++++
4 files changed, 20 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 gcc.
from 8a9112cda6b Reduce accumulated garbage in constexpr evaluation.
new 7e0a9a7a1ec PR c++/60531 - Wrong error about unresolved overloaded function
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/typeck.c | 12 +++++++-----
gcc/testsuite/g++.dg/template/operator15.C | 6 ++++++
3 files changed, 19 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/operator15.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.