This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from db2a5b1484 [CMake] NFC. Add clang-tablegen-targets utility target
new 82f429de88 [CMake] Add Android toolchain CMake cache 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:
cmake/caches/Android-stage2.cmake | 52 +++++++++++++++++++++++++++++++++++++++
cmake/caches/Android.cmake | 43 ++++++++++++++++++++++++++++++++
2 files changed, 95 insertions(+)
create mode 100644 cmake/caches/Android-stage2.cmake
create mode 100644 cmake/caches/Android.cmake
--
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 846782cc975 2017-07-28 Tamar Christina <tamar.christina(a)arm.com>
new 5731103c14d compiler: use a single temporary for calls with multipl [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 175 ++++++++++++---------------------------
gcc/go/gofrontend/expressions.h | 18 ++--
3 files changed, 60 insertions(+), 135 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 540a1c9dd Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16.
new b8f4c3386 [sanitizer tests CMake] Factor out CMake logic for compiling [...]
new 581f796e9 [sanitizers test CMake] further refactor testing CMake for tsan
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:
cmake/Modules/CompilerRTCompile.cmake | 35 ++++++++++++++++++++
lib/asan/tests/CMakeLists.txt | 36 +++++++++------------
lib/msan/tests/CMakeLists.txt | 37 +++++++++------------
lib/tsan/tests/CMakeLists.txt | 61 ++++++++++++++---------------------
lib/xray/tests/CMakeLists.txt | 17 ++--------
5 files changed, 93 insertions(+), 93 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 648a2e5cfa0 [lit] Dump some FileCheck inputs to try to debug some faili [...]
new 079481adb81 GlobalISel: map 128-bit values to an FPR 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/Target/AArch64/AArch64RegisterBankInfo.cpp | 3 ++-
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 18 ------------------
test/CodeGen/AArch64/reg-bank-128bit.mir | 21 +++++++++++++++++++++
3 files changed, 23 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/reg-bank-128bit.mir
--
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 39d9d0ec790 gcc/testsuite * gcc.dg/vect/pr80815-3.c: Require vect_perm.
new 846782cc975 2017-07-28 Tamar Christina <tamar.christina(a)arm.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/ChangeLog | 7 +++
gcc/config/aarch64/aarch64.c | 25 +++++++++
gcc/config/aarch64/aarch64.md | 13 ++---
gcc/testsuite/ChangeLog | 4 ++
.../gcc.target/aarch64/int_mov_immediate_1.c | 59 ++++++++++++++++++++++
5 files changed, 102 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/int_mov_immediate_1.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 binutils-gdb.
from 2b94abd48a Make some improvements to how SORT_* specifiers and EXCLUDE_ [...]
new 79c12faeea S/390: Fix segfault when linking -shared -nostartfiles
new 894dde0ba7 Add missing changelog
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-s390.c | 4 +++-
bfd/elf64-s390.c | 8 ++++++--
3 files changed, 15 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 binutils-2_28-branch
in repository binutils-gdb.
from 7d9f1d21e0 S/390: Support z14 as CPU name.
new 04a3789c7b S/390: Fix segfault when linking -shared -nostartfiles
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:
bfd/ChangeLog | 9 +++++++++
bfd/elf32-s390.c | 4 +++-
bfd/elf64-s390.c | 8 ++++++--
3 files changed, 18 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 gcc.
from b78acb5046f 2017-07-28 Tamar Christina <tamar.christina(a)arm.com> [...]
new 6930694d584 Fix pid_t printing
new 39d9d0ec790 gcc/testsuite * gcc.dg/vect/pr80815-3.c: Require vect_perm.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/vect/pr80815-3.c | 2 +-
libbacktrace/ChangeLog | 4 ++++
libbacktrace/fileline.c | 3 ++-
4 files changed, 11 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 4dce3059d4f [lit] Fix shtest-format external_shell failures
new 648a2e5cfa0 [lit] Dump some FileCheck inputs to try to debug some faili [...]
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:
utils/lit/tests/googletest-format.py | 3 +++
utils/lit/tests/shtest-shell.py | 3 +++
2 files changed, 6 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 dbe42be9699 AMDGPU: Annotate implicitarg.ptr usage
new 4dce3059d4f [lit] Fix shtest-format external_shell failures
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:
utils/lit/lit/TestRunner.py | 1 +
.../Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt | 2 +-
.../tests/Inputs/shtest-format/external_shell/write-bad-encoding.py | 6 ++++++
.../tests/Inputs/shtest-format/external_shell/write-bad-encoding.sh | 3 ---
4 files changed, 8 insertions(+), 4 deletions(-)
create mode 100644 utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-e [...]
delete mode 100755 utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-e [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.