This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 83eb10a4798 2018-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 4a4fa71e7b3 2018-05-09 François Dumont <fdumont(a)gcc.gnu.org>
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 | 32 ++++++
libstdc++-v3/include/debug/formatter.h | 110 +++++++++++++++++++--
libstdc++-v3/include/debug/safe_iterator.h | 17 ++--
libstdc++-v3/include/debug/safe_local_iterator.h | 23 ++---
libstdc++-v3/src/c++11/debug.cc | 5 +-
.../move_iterator/debug_neg.cc} | 19 ++--
.../normal_iterator/debug_neg.cc} | 17 ++--
.../reverse_iterator/debug_neg.cc} | 17 ++--
8 files changed, 186 insertions(+), 54 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/unordered_set/debug/cbegin_neg.cc => 24 [...]
copy libstdc++-v3/testsuite/{23_containers/unordered_set/debug/cbegin_neg.cc => 24 [...]
copy libstdc++-v3/testsuite/{23_containers/unordered_set/debug/cbegin_neg.cc => 24 [...]
--
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 b035d3f8b General cleanup to minimize the .debug_types patch
new 0c2f12321 [cmake, unittests] Fix the CMake file for the LLDB unittests [...]
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:
unittests/CMakeLists.txt | 4 ++--
1 file changed, 2 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 glibc.
from 5460617d15 Fix BZ 22786: integer addition overflow may cause stack buff [...]
new 9ed2e15ff4 Move math_opt_barrier, math_force_eval to separate math-barriers.h.
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 | 26 +++++++++
.../fpu/math-barriers.h} | 16 +++---
sysdeps/aarch64/fpu/math_private.h | 5 --
.../stpncpy-power7.S => alpha/fpu/math-barriers.h} | 19 +++----
sysdeps/alpha/fpu/math_private.h | 6 ---
sysdeps/generic/math-barriers.h | 37 +++++++++++++
sysdeps/generic/math_private.h | 7 +--
sysdeps/i386/fpu/fenv_private.h | 39 --------------
.../tlsdesc.c => m68k/m680x0/fpu/math-barriers.h} | 39 +++++++-------
sysdeps/m68k/m680x0/fpu/math_private.h | 20 -------
.../powerpc/fpu/math-barriers.h | 14 ++---
sysdeps/powerpc/fpu/math_private.h | 6 ---
sysdeps/x86/fpu/math-barriers.h | 61 ++++++++++++++++++++++
13 files changed, 166 insertions(+), 129 deletions(-)
copy sysdeps/{x86_64/fpu/svml_d_cos2_core.S => aarch64/fpu/math-barriers.h} (69%)
copy sysdeps/{powerpc/powerpc64/multiarch/stpncpy-power7.S => alpha/fpu/math-barri [...]
create mode 100644 sysdeps/generic/math-barriers.h
copy sysdeps/{aarch64/tlsdesc.c => m68k/m680x0/fpu/math-barriers.h} (61%)
delete mode 100644 sysdeps/m68k/m680x0/fpu/math_private.h
copy bits/uio_lim.h => sysdeps/powerpc/fpu/math-barriers.h (66%)
create mode 100644 sysdeps/x86/fpu/math-barriers.h
--
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 06cfb1c895 x86: Remove Disp<N> from movidir{i,64b}
new d0ad159d68 gas: xtensa: fix literal movement
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 | 18 ++++++++
gas/config/tc-xtensa.c | 51 +++++++++++++---------
gas/testsuite/gas/xtensa/all.exp | 3 ++
gas/testsuite/gas/xtensa/auto-litpools-3.d | 11 +++++
gas/testsuite/gas/xtensa/auto-litpools-3.s | 6 +++
gas/testsuite/gas/xtensa/auto-litpools-4.d | 18 ++++++++
gas/testsuite/gas/xtensa/auto-litpools-4.s | 6 +++
gas/testsuite/gas/xtensa/text-section-literals-1.d | 18 ++++++++
gas/testsuite/gas/xtensa/text-section-literals-1.s | 6 +++
9 files changed, 116 insertions(+), 21 deletions(-)
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools-3.d
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools-3.s
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools-4.d
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools-4.s
create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-1.d
create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-1.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 gcc.
from 44ca5309185 gcc/testsuite/ChangeLog:
new 83eb10a4798 2018-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 8 +++++++-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-85713.C | 4 ++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-85713.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 4581920e467 [X86] Merge instregex patterns to reduce InstrRW compile time.
new 35d3d7ee6fe [X86] Fix Broadwell's Shuffle256 schedule classes load late [...]
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/X86/X86SchedBroadwell.td | 25 ++++---------------------
1 file changed, 4 insertions(+), 21 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 e63d7dc8d2c /cp 2018-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 44ca5309185 gcc/testsuite/ChangeLog:
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 | 3 +
.../gcc.target/powerpc/builtins-8-runnable.c | 98 ++++++++++++++++++++++
2 files changed, 101 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-8-runnable.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 lld.
from 1e8ad6060 [COFF] Allow specifying export forwarding in a def file
new 253583074 [COFF] Fix dangling StringRefs from SVN 331900
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:
COFF/Driver.cpp | 4 ++--
1 file changed, 2 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 llvm.
from e2f4d3fdb72 AMDGPU: Add combine for trunc of bitcast from build_vector
new 4581920e467 [X86] Merge instregex patterns to reduce InstrRW compile time.
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/X86/X86SchedBroadwell.td | 57 +-
lib/Target/X86/X86SchedHaswell.td | 52 +-
lib/Target/X86/X86SchedSandyBridge.td | 80 +--
lib/Target/X86/X86SchedSkylakeClient.td | 127 ++--
lib/Target/X86/X86SchedSkylakeServer.td | 1101 ++++++++-----------------------
5 files changed, 365 insertions(+), 1052 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 libcxx.
from a38221640 Revert "Emit an error when mixing <stdatomic.h> and <atomic>"
new 9887da822 Allow copy elision in path concatenation
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/experimental/filesystem | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.