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 122a483d4f Automatic date update in version.in
new fe50e98c9a Fix value in comment of disassembled ARM type A opcodes.
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:
opcodes/ChangeLog | 4 ++++
opcodes/arm-dis.c | 4 ++--
2 files changed, 6 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 lldb.
from 159da62e4 Public headers need to be public.
new 3097fd018 Remove unused code related to CPlusPlusLanguage::FindEquivalentNames
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:
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 138 ---------------------
.../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 12 --
2 files changed, 150 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 compiler-rt.
from fb29bf041 [sanitizer-coverage] add a deprecation note for the old sanit [...]
new 25469d9bd [asan] Add strndup/__strndup interceptors if targeting linux.
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/asan/asan_flags.cc | 4 ++
lib/asan/tests/asan_str_test.cc | 21 +++++++++++
lib/msan/msan_interceptors.cc | 36 ++++--------------
lib/msan/tests/msan_test.cc | 6 ++-
.../sanitizer_common_interceptors.inc | 43 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 ++
.../sanitizer_platform_interceptors.h | 14 +++++++
lib/sanitizer_common/tests/sanitizer_test_utils.h | 6 +++
test/asan/TestCases/Posix/strndup_oob_test.cc | 26 +++++++++++++
test/msan/strndup.cc | 28 ++++++++++++++
10 files changed, 156 insertions(+), 31 deletions(-)
create mode 100644 test/asan/TestCases/Posix/strndup_oob_test.cc
create mode 100644 test/msan/strndup.cc
--
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 4835ef4c04b 2017-05-02 Justin Squirek <squirek(a)adacore.com>
new 166dae9d9b5 2017-05-02 Arnaud Charlet <charlet(a)adacore.com>
new 95fc8032b60 2017-05-02 Bob Duff <duff(a)adacore.com>
new 0967095d16f 2017-05-02 Eric Botcazou <ebotcazou(a)adacore.com>
new 61b6f3d98dd 2017-05-02 Eric Botcazou <ebotcazou(a)adacore.com>
new 95adf095f9d Fix broken pr78138.c for avr
The 5 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 | 111 ++++++
gcc/ada/a-cofuve.ads | 5 +-
gcc/ada/a-stream.ads | 4 +-
gcc/ada/einfo.adb | 30 +-
gcc/ada/einfo.ads | 14 +
gcc/ada/errout.adb | 2 +-
gcc/ada/exp_ch3.adb | 13 +-
gcc/ada/exp_ch4.adb | 263 ++++++++++++++
gcc/ada/exp_ch6.adb | 10 +
gcc/ada/exp_imgv.adb | 4 +-
gcc/ada/exp_util.adb | 6 +-
gcc/ada/exp_util.ads | 4 +-
gcc/ada/gcc-interface/decl.c | 787 +++++++++++++++++++++--------------------
gcc/ada/gnatls.adb | 493 ++++++++++++++++++++++++--
gcc/ada/opt.ads | 12 +-
gcc/ada/osint.adb | 2 +-
gcc/ada/s-finmas.ads | 6 +-
gcc/ada/s-os_lib.ads | 4 +-
gcc/ada/sem_attr.adb | 18 +-
gcc/ada/sem_case.adb | 6 +-
gcc/ada/sem_ch10.adb | 2 +-
gcc/ada/sem_ch3.adb | 19 +-
gcc/ada/switch-b.adb | 2 +-
gcc/ada/usage.adb | 2 +-
gcc/ada/warnsw.adb | 2 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/pr78138.c | 4 +-
27 files changed, 1370 insertions(+), 460 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 clang.
from 08c94e4bd7 clang/test/Modules/diag-flags.cpp: Appease targeting *-win32 [...]
new eb56e4e44e [libclang] Revert rL301328 and add tests for the regressions [...]
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/Index/print-type.cpp | 10 +++++-----
tools/libclang/CXType.cpp | 6 +++---
2 files changed, 8 insertions(+), 8 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 c872a7c5736 2017-05-02 Hristian Kirtchev <kirtchev(a)adacore.com>
new cf11041c8e1 2017-05-02 Ed Schonberg <schonberg(a)adacore.com>
new 6f1c3826477 * s-trasym.ads, s-trasym.adb (Enable_Cache): New.
new 13197040325 2017-05-02 Tristan Gingold <gingold(a)adacore.com>
new 24216315158 2017-05-02 Bob Duff <duff(a)adacore.com>
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:
gcc/ada/ChangeLog | 63 ++++++
gcc/ada/exp_ch9.adb | 63 ------
gcc/ada/s-taprop-linux.adb | 384 +++++++++++++++-------------------
gcc/ada/s-taspri-posix-noaltstack.ads | 10 +-
gcc/ada/s-taspri-posix.ads | 10 +-
gcc/ada/s-trasym.adb | 11 +-
gcc/ada/s-trasym.ads | 11 +-
gcc/ada/sem_ch3.adb | 59 ++++++
gcc/ada/sem_ch4.adb | 22 +-
gcc/ada/sem_elab.adb | 2 +-
gcc/ada/sem_elab.ads | 2 +-
gcc/ada/sem_prag.adb | 15 +-
gcc/ada/sem_type.adb | 2 +-
gcc/ada/sem_util.adb | 64 ++++++
gcc/ada/sem_util.ads | 8 +
gcc/ada/sinput.ads | 2 +-
gcc/ada/snames.ads-tmpl | 80 +++----
17 files changed, 468 insertions(+), 340 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 a7128575cae Daily bump.
new da9757fe186 2017-05-02 Eric Botcazou <ebotcazou(a)adacore.com>
new 953e3721e3e Minor reformatting.
new 5a5572cce3f x86: vpermil2p{s,d} have no commutative operands
new e9998840918 2017-05-02 Ed Schonberg <schonberg(a)adacore.com>
new b1ff36e7102 2017-05-02 Hristian Kirtchev <kirtchev(a)adacore.com>
new 29cf9e8ae2e Minor reformatting.
new a63a0aad374 2017-05-02 Eric Botcazou <ebotcazou(a)adacore.com>
new c872a7c5736 2017-05-02 Hristian Kirtchev <kirtchev(a)adacore.com>
The 8 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 | 5 ++
gcc/ada/ChangeLog | 104 +++++++++++++++++++++++++++++++
gcc/ada/a-direio.adb | 5 +-
gcc/ada/a-exetim-posix.adb | 4 +-
gcc/ada/checks.adb | 40 +++++++++---
gcc/ada/checks.ads | 8 ++-
gcc/ada/errout.adb | 2 +-
gcc/ada/exp_attr.adb | 56 +++++++++--------
gcc/ada/exp_ch4.adb | 19 +++++-
gcc/ada/exp_fixd.adb | 27 +++++++-
gcc/ada/exp_spark.adb | 27 ++++++++
gcc/ada/exp_util.ads | 8 +--
gcc/ada/freeze.adb | 10 +--
gcc/ada/g-socket.adb | 4 +-
gcc/ada/opt.adb | 5 +-
gcc/ada/opt.ads | 4 ++
gcc/ada/s-fileio.adb | 4 +-
gcc/ada/s-mudido-affinity.adb | 7 +--
gcc/ada/s-taenca.adb | 4 +-
gcc/ada/s-taprop-linux.adb | 4 +-
gcc/ada/s-tasini.adb | 5 +-
gcc/ada/s-tasren.adb | 4 +-
gcc/ada/sem_ch10.adb | 18 ++++--
gcc/ada/sem_ch3.adb | 141 +++++++++++++++++++++++++++++++++++++-----
gcc/ada/sem_ch4.adb | 35 ++++++++++-
gcc/ada/sem_ch6.adb | 33 +++++++---
gcc/ada/sem_ch8.adb | 8 +++
gcc/config/i386/sse.md | 10 +--
28 files changed, 481 insertions(+), 120 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 382616f0dc1 [APInt] Move the setBit and clearBit methods inline.
new 7d66f52694b [APInt] Move APInt::getSplat out of line.
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/llvm/ADT/APInt.h | 10 +---------
lib/Support/APInt.cpp | 11 +++++++++++
2 files changed, 12 insertions(+), 9 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 afb34f60722 Refactor callsite cost computation into a helper function /NFC
new 382616f0dc1 [APInt] Move the setBit and clearBit methods inline.
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/llvm/ADT/APInt.h | 18 ++++++++++++++++--
lib/Support/APInt.cpp | 16 ----------------
2 files changed, 16 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.