This is an automated email from the git hooks/post-receive script.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 5251f7b test-checkout.sh: Tolerate manifest version change.
new 540d591 test-manifest2.sh: Tests for --list-artifacts.
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-manifest2.sh | 39 +++++++++++++++++++++++++++++++++++----
1 file changed, 35 insertions(+), 4 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 gcc-5-branch
in repository gcc.
from 5bb0ec9e870 [PR 77333] Fixup fntypes of gimple calls of clones
new 3bbc66346ca Fix PR80082: LDRD erronously used for 64bit load on ARMv7-R
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 | 14 ++++++++++++++
gcc/config/arm/arm-protos.h | 7 +++++--
gcc/config/arm/arm.c | 4 ++++
gcc/config/arm/arm.h | 3 +--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/arm/atomic_loaddi_10.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c | 15 +++++++++++++++
7 files changed, 63 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/atomic_loaddi_10.c
create mode 100644 gcc/testsuite/gcc.target/arm/atomic_loaddi_11.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 clang.
from e13796b885 Warn about unused static file scope function template declarations.
new b257ac069f [Parser][ObjC++] Improve diagnostics and recovery when C++ k [...]
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/clang/Basic/DiagnosticParseKinds.td | 7 +++
include/clang/Basic/IdentifierTable.h | 6 ++-
include/clang/Parse/Parser.h | 8 +++
lib/Basic/IdentifierTable.cpp | 15 +++++-
lib/Parse/ParseDecl.cpp | 15 ++++++
lib/Parse/ParseObjc.cpp | 75 +++++++++--------------------
lib/Parse/Parser.cpp | 15 ++++++
test/Parser/objc-cxx-keyword-identifiers.mm | 62 ++++++++++++++++++++++++
8 files changed, 150 insertions(+), 53 deletions(-)
create mode 100644 test/Parser/objc-cxx-keyword-identifiers.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 compiler-rt.
from 056881d0b Revert r299923, it doesn't build in bootstrap builds.
new 8d8e5f3b6 Reapply "Enable LSan for arm 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:
cmake/config-ix.cmake | 7 ++-
lib/asan/tests/asan_test.cc | 8 +++
lib/lsan/lsan_allocator.cc | 2 +-
lib/lsan/lsan_allocator.h | 3 +-
lib/lsan/lsan_common.h | 34 +++++++++--
lib/sanitizer_common/sanitizer_linux.cc | 66 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_linux.h | 3 +-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 16 ++++--
lib/sanitizer_common/sanitizer_platform.h | 6 ++
.../sanitizer_stoptheworld_linux_libcdep.cc | 5 +-
test/asan/TestCases/Linux/clang_gcc_abi.cc | 2 +-
test/asan/lit.cfg | 5 ++
test/lsan/TestCases/large_allocation_leak.cc | 2 +-
test/lsan/TestCases/swapcontext.cc | 8 ++-
test/lsan/TestCases/use_registers.cc | 5 ++
test/lsan/TestCases/use_tls_dynamic.cc | 2 +-
test/lsan/lit.common.cfg | 9 ++-
test/sanitizer_common/print_address.h | 2 +-
18 files changed, 160 insertions(+), 25 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 8cc8cfefdfb [ARM] Refactor Thumb2 sat instructions
new 6fb757e5743 [AVR] Migrate to new MCAsmBackend applyFixup
new afa9824a92d Remove unused functions. Remove static qualifier from funct [...]
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/ADT/PointerUnion.h | 6 +++---
include/llvm/Analysis/LoopInfoImpl.h | 7 +++----
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 4 ++--
include/llvm/Object/ELF.h | 2 +-
lib/Analysis/InlineCost.cpp | 7 -------
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp | 9 ---------
lib/IR/Verifier.cpp | 22 ----------------------
lib/Object/MachOObjectFile.cpp | 7 -------
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 10 ----------
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 2 +-
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h | 2 +-
11 files changed, 11 insertions(+), 67 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 46d621ba013 2017-04-11 Richard Biener <rguenther(a)suse.de>
new 25a5ce27296 2017-04-11 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 49ee7535591 [arm] PR 80389 - if architecture and cpu mismatch, don't pr [...]
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:
gcc/ChangeLog | 6 ++
gcc/config/arm/arm.c | 4 +-
libgfortran/ChangeLog | 19 ++++++
libgfortran/io/close.c | 2 +-
libgfortran/io/fbuf.c | 26 +++----
libgfortran/io/fbuf.h | 8 +--
libgfortran/io/format.c | 72 ++++++++++----------
libgfortran/io/inquire.c | 4 +-
libgfortran/io/intrinsics.c | 34 +++++-----
libgfortran/io/list_read.c | 44 ++++++------
libgfortran/io/lock.c | 2 +-
libgfortran/io/open.c | 8 +--
libgfortran/io/read.c | 12 ++--
libgfortran/io/transfer.c | 24 +++----
libgfortran/io/unit.c | 32 ++++-----
libgfortran/io/unix.c | 160 ++++++++++++++++++++++----------------------
libgfortran/io/unix.h | 26 +++----
libgfortran/io/write.c | 24 +++----
18 files changed, 266 insertions(+), 241 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 22bc776233c [GVNHoist] Re-enable GVNHoist by default
new 8cc8cfefdfb [ARM] Refactor Thumb2 sat instructions
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/ARMInstrThumb2.td | 78 ++++++++++++++++------------------------
1 file changed, 30 insertions(+), 48 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 020cbfba488 [SDAG] Factor CandidateMatch check into lambda. NFC.
new 22bc776233c [GVNHoist] Re-enable GVNHoist by default
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/Transforms/IPO/PassManagerBuilder.cpp | 6 +++---
test/Feature/optnone-opt.ll | 1 +
2 files changed, 4 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 compiler-rt.
from da0f8e2b7 This patch causes the installation of headers for the sanitiz [...]
new 056881d0b Revert r299923, it doesn't build in bootstrap builds.
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:
cmake/config-ix.cmake | 7 +--
lib/asan/tests/asan_test.cc | 8 ---
lib/lsan/lsan_allocator.cc | 2 +-
lib/lsan/lsan_allocator.h | 3 +-
lib/lsan/lsan_common.h | 34 ++---------
lib/sanitizer_common/sanitizer_linux.cc | 66 ----------------------
lib/sanitizer_common/sanitizer_linux.h | 3 +-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 16 ++----
lib/sanitizer_common/sanitizer_platform.h | 6 --
.../sanitizer_stoptheworld_linux_libcdep.cc | 5 +-
test/asan/TestCases/Linux/clang_gcc_abi.cc | 2 +-
test/asan/lit.cfg | 5 --
test/lsan/TestCases/large_allocation_leak.cc | 2 +-
test/lsan/TestCases/swapcontext.cc | 8 +--
test/lsan/TestCases/use_registers.cc | 5 --
test/lsan/TestCases/use_tls_dynamic.cc | 2 +-
test/lsan/lit.common.cfg | 7 +--
test/sanitizer_common/print_address.h | 2 +-
18 files changed, 24 insertions(+), 159 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.