This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0475097 Implement LWG 2451, optional<T> should 'forward' T's implic [...]
new 61989db 2016-07-06 Arnaud Charlet <charlet(a)adacore.com>
new 7a37e21 2016-07-06 Yannick Moy <moy(a)adacore.com>
new 7c8f2bf 2016-07-06 Javier Miranda <miranda(a)adacore.com>
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/ada/ChangeLog | 55 ++++++++++++++++
gcc/ada/gnat1drv.adb | 174 +++++++++++++++++++++++++++++----------------------
gcc/ada/lib.adb | 9 ++-
gcc/ada/sem_ch12.adb | 4 +-
gcc/ada/sem_ch13.adb | 22 +++----
gcc/ada/sem_ch4.adb | 22 +++----
gcc/ada/sem_ch6.adb | 38 +++++++----
gcc/ada/sem_eval.adb | 23 +++++--
gcc/ada/sem_intr.adb | 14 +++--
gcc/ada/sem_util.adb | 2 +-
gcc/ada/sem_warn.adb | 5 ++
11 files changed, 243 insertions(+), 125 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 ba2b385 This patch improves the accuracy of the Cortex-A53 integer sc [...]
new 0475097 Implement LWG 2451, optional<T> should 'forward' T's implic [...]
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 | 15 +++
libstdc++-v3/include/experimental/optional | 148 ++++++++++++++++++++-
.../testsuite/experimental/optional/cons/value.cc | 19 +++
.../optional/{observers/5.cc => cons/value_neg.cc} | 23 ++--
4 files changed, 191 insertions(+), 14 deletions(-)
copy libstdc++-v3/testsuite/experimental/optional/{observers/5.cc => cons/value_ne [...]
--
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 403aca6 In AddressSanitizer and ThreadSanitizer, let's explicitly set [...]
new fb6dbb7 [LLGS] Log more precise errors during inferior launch
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:
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 239 +++++++++++----------
source/Plugins/Process/Linux/NativeProcessLinux.h | 3 +
2 files changed, 129 insertions(+), 113 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 b95a6eb hppa: Update libm-test-ulps.
new dd8f8da S390: Use DT_JUMPREL in prelink undo code.
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 | 10 ++++++++++
sysdeps/s390/linkmap.h | 4 ++--
sysdeps/s390/s390-32/dl-machine.h | 6 ++----
sysdeps/s390/s390-64/dl-machine.h | 6 ++----
4 files changed, 16 insertions(+), 10 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 ee95032 Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's ret [...]
new d66ff63 Remove check for negative size.
new 9ca1071 Set uses_fp for frames with a valid FP register explicitly.
new db297a6 Use unsigned integer constant with left shifts.
new fb36c6b Remove extraneous parentheses.
The 4 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 | 19 +++++++++++++++++++
gdb/ada-lang.c | 4 ++--
gdb/h8300-tdep.c | 2 +-
gdb/score-tdep.c | 8 +-------
gdb/sh64-tdep.c | 29 ++++++++++++++++++-----------
5 files changed, 41 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 3d42f14 2016-07-06 Hristian Kirtchev <kirtchev(a)adacore.com>
new 97e4cba Fix prototype in vst1Q_laneu64-1.c to unsigned char*.
new 34c193f 2016-07-06 Javier Miranda <miranda(a)adacore.com>
new ba2b385 This patch improves the accuracy of the Cortex-A53 integer sc [...]
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 | 10 +++
gcc/ada/ChangeLog | 13 +++
gcc/ada/freeze.adb | 12 +--
gcc/ada/sem_ch12.adb | 39 +++++++--
gcc/ada/sem_ch13.adb | 16 +++-
gcc/ada/sem_ch7.adb | 25 ++++++
gcc/config/arm/cortex-a53.md | 109 +++++++++++--------------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/arm/vst1Q_laneu64-1.c | 2 +-
9 files changed, 153 insertions(+), 77 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 06a4440 [ARM] Do not test for CPUs, use SubtargetFeatures. Also remov [...]
new 6425742 [AMDGPU] Assembler: regression tests for bug 28413. NFC
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/MC/AMDGPU/regression/bug28413.s | 34 ++++++++++++++++++++++
.../AMDGPU => MC/AMDGPU/regression}/lit.local.cfg | 0
test/MC/AMDGPU/vop1.s | 10 -------
3 files changed, 34 insertions(+), 10 deletions(-)
create mode 100644 test/MC/AMDGPU/regression/bug28413.s
copy test/{Analysis/CostModel/AMDGPU => MC/AMDGPU/regression}/lit.local.cfg (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 binutils-gdb.
from 1040b97 [ARM] Fix endless recursion on calculating CPRC candidate
new ee95032 Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's ret [...]
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 | 4 ++++
gdb/fbsd-nat.c | 2 +-
2 files changed, 5 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 glibc.
from 92777f3 hurd: Fix PTR_{,DE}MANGLE calls
new b95a6eb hppa: Update libm-test-ulps.
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 | 4 +
sysdeps/hppa/fpu/libm-test-ulps | 698 +++++++++++++++++++++++++---------------
2 files changed, 440 insertions(+), 262 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 9c586fc 2016-07-06 Bob Duff <duff(a)adacore.com>
new d1edd78 2016-07-06 Hristian Kirtchev <kirtchev(a)adacore.com>
new 545d732 2016-07-06 Hristian Kirtchev <kirtchev(a)adacore.com>
new 3d42f14 2016-07-06 Hristian Kirtchev <kirtchev(a)adacore.com>
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/ada/ChangeLog | 114 ++++
gcc/ada/einfo.adb | 43 +-
gcc/ada/einfo.ads | 40 +-
gcc/ada/exp_aggr.adb | 1663 +++++++++++++++++++++++++++++++++++---------------
gcc/ada/exp_attr.adb | 16 +-
gcc/ada/exp_ch3.adb | 42 +-
gcc/ada/exp_ch4.adb | 251 +++-----
gcc/ada/exp_ch5.adb | 2 +
gcc/ada/exp_ch6.adb | 24 +-
gcc/ada/exp_ch7.adb | 436 +++++++------
gcc/ada/exp_ch9.adb | 34 +-
gcc/ada/exp_util.adb | 215 ++++++-
gcc/ada/exp_util.ads | 38 ++
gcc/ada/gnatbind.adb | 15 +-
gcc/ada/lib.adb | 37 +-
gcc/ada/sem_aggr.adb | 672 ++++++++++----------
gcc/ada/sem_attr.adb | 1 +
gcc/ada/sem_ch12.adb | 56 ++
gcc/ada/sem_ch13.adb | 2 +-
gcc/ada/sem_ch3.adb | 18 +
gcc/ada/sem_ch4.adb | 55 ++
gcc/ada/sem_res.adb | 8 +-
gcc/ada/sinfo.adb | 16 +
gcc/ada/sinfo.ads | 13 +
24 files changed, 2456 insertions(+), 1355 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.