This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 19aea16 Fix PR target/50739
new 9c586fc 2016-07-06 Bob Duff <duff(a)adacore.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/ada/ChangeLog | 8 ++++++++
gcc/ada/exp_attr.adb | 57 +++++++++++++++++++++++++++++-----------------------
gcc/ada/sem_attr.adb | 12 ++---------
3 files changed, 42 insertions(+), 35 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 lld.
from 76e8158 [ELF] Support --entry= option variant. Update tests while I'm there.
new d50adaf Use / instead of \ on windows created cpio files
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:
ELF/DriverUtils.cpp | 5 +++++
test/ELF/reproduce-windows.s | 6 ++++--
2 files changed, 9 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 gcc.
from 105e9df * gcc.dg/tree-ssa/scev-14.c: update template.
new 19aea16 Fix PR target/50739
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 | 6 ++++++
gcc/config/avr/avr.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/avr/pr50739.c | 7 +++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr50739.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 lldb.
from a7538b2 Add data formatter for libstdc++ shared_ptr and weak_ptr
new 403aca6 In AddressSanitizer and ThreadSanitizer, let's explicitly set [...]
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:
.../InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp | 1 +
.../InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp | 2 ++
source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp | 2 ++
3 files changed, 5 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 96303e0 [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
new 06a4440 [ARM] Do not test for CPUs, use SubtargetFeatures. Also remov [...]
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/ARM/ARM.td | 5 +++++
lib/Target/ARM/ARMBaseInstrInfo.cpp | 18 ++++--------------
lib/Target/ARM/ARMSubtarget.cpp | 2 ++
lib/Target/ARM/ARMSubtarget.h | 9 +++++++++
test/CodeGen/ARM/widen-vmovs.ll | 2 +-
5 files changed, 21 insertions(+), 15 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 989ceec [7/7] Add negative and zero strides to vect_memory_access_type
new 105e9df * gcc.dg/tree-ssa/scev-14.c: update template.
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 | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/scev-14.c | 1 -
2 files changed, 4 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 compiler-rt.
from d3a51eb Attempt to reduce flakiness in workingset-samples.cpp
new 22ffca5 [tsan] Fix false positives with GCD dispatch_source_*
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/tsan/rtl/tsan_libdispatch_mac.cc | 68 ++++++++++++++++++++++-------------
test/tsan/Darwin/gcd-source-serial.mm | 33 +++++++++++++++++
2 files changed, 77 insertions(+), 24 deletions(-)
create mode 100644 test/tsan/Darwin/gcd-source-serial.mm
--
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 9c957e6 Fix Linux build.
new a7538b2 Add data formatter for libstdc++ shared_ptr and weak_ptr
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/lldb/DataFormatters/VectorIterator.h | 4 +-
.../libstdcpp/{vector => smart_ptr}/Makefile | 0
.../smart_ptr/TestDataFormatterStdSmartPtr.py | 45 ++++++
.../libstdcpp/smart_ptr/main.cpp | 20 +++
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 16 ++-
source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 154 ++++++++++++++++++---
source/Plugins/Language/CPlusPlus/LibStdcpp.h | 7 +-
7 files changed, 221 insertions(+), 25 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
--
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 8321286 Make copies of cstdlib/cmath and use them [BZ #20314]
new 92777f3 hurd: Fix PTR_{,DE}MANGLE calls
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 | 9 +++++++++
libio/iofopncook.c | 12 ++++++++++++
libio/libioP.h | 2 ++
libio/vtables.c | 2 ++
4 files changed, 25 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 0a801c3 jenkins.sh: Deploy custom QEMU only when running on x86_64
new 5d11247 config/linaro.exp: Set DJ's is_simulator when testing using QEMU
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:
config/linaro.exp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.