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 45eb470c3 Add dyld to sanitizer procmaps on darwin
new 575a392a3 [cmake] Disable building enable_execute_stack.c for baremetal [...]
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:
CMakeLists.txt | 3 +++
lib/builtins/CMakeLists.txt | 7 ++++++-
2 files changed, 9 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 gcc.
from f5b0eb4b1e9 2017-05-10 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 8f8c3db73d0 2017-05-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 20 ++++++++++++++++++++
libgfortran/generated/matmul_c10.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_c16.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_c4.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_c8.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_i1.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_i16.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_i2.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_i4.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_i8.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_r10.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_r16.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_r4.c | 35 +++++++++++++++--------------------
libgfortran/generated/matmul_r8.c | 35 +++++++++++++++--------------------
libgfortran/m4/matmul_internal.m4 | 7 +++----
15 files changed, 218 insertions(+), 264 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 7c631c8afc5 [AArch64] Enable use of reduction intrinsics.
new e518f7a661f [AArch64][RegisterBankInfo] Change the default mapping of f [...]
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 | 11 ++++++
.../AArch64/GlobalISel/arm64-regbankselect.mir | 46 ++++++++++++++++++++++
2 files changed, 57 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 aoliva/SFN
in repository gcc.
from 26a6764f8d4 avoid remove&reinsert of call when splitting block for inlining
new b2b5ece67d0 SFN+LVU: add Driver to new opts in common.opt
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/common.opt | 8 ++++----
1 file changed, 4 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 master
in repository llvm.
from 2b63eecefe6 [InstCombine] remove redundant tests
new 7c631c8afc5 [AArch64] Enable use of reduction intrinsics.
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/AArch64ISelLowering.cpp | 341 ++++-------------
lib/Target/AArch64/AArch64ISelLowering.h | 1 +
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 23 ++
lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 +
test/CodeGen/AArch64/aarch64-addv.ll | 63 +--
test/CodeGen/AArch64/aarch64-minmaxv.ll | 424 ++++-----------------
test/CodeGen/AArch64/arm64-vabs.ll | 42 +-
.../LoopVectorize/AArch64/reduction-small-size.ll | 26 +-
.../SLPVectorizer/AArch64/gather-root.ll | 40 +-
9 files changed, 213 insertions(+), 750 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 621353684f Reland: [mips] Impose a threshold for coercion of aggregates
new 08513b00f9 [libclang] Introduce clang_Cursor_isExternalSymbol that prov [...]
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-c/Index.h | 19 ++++++++++++++++++-
test/Index/get-cursor.m | 11 +++++++++++
tools/c-index-test/c-index-test.c | 13 +++++++++++++
tools/libclang/CIndex.cpp | 29 +++++++++++++++++++++++++++++
tools/libclang/libclang.exports | 1 +
5 files changed, 72 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 llvm.
from be271491827 [InstCombine] fix auto-generated FileCheck-captured variable refs
new 2b63eecefe6 [InstCombine] remove redundant tests
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/Transforms/InstCombine/bit-tracking.ll | 34 -----------------------------
1 file changed, 34 deletions(-)
delete mode 100644 test/Transforms/InstCombine/bit-tracking.ll
--
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 fa879b87eb9 [InstCombine] fix typo in test comment; NFC
new be271491827 [InstCombine] fix auto-generated FileCheck-captured variable refs
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/Transforms/InstCombine/demorgan.ll | 8 ++++----
test/Transforms/InstCombine/sext.ll | 2 +-
test/Transforms/InstCombine/trunc.ll | 2 +-
3 files changed, 6 insertions(+), 6 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 9fc1f73b6 [msan] Fix getmntent{_r} for empty /etc/fstab
new 45eb470c3 Add dyld to sanitizer procmaps on darwin
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/sanitizer_common/sanitizer_procmaps.h | 1 +
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 86 +++++++++++++++++++++++---
2 files changed, 80 insertions(+), 7 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 be0d2f4d1 Remove one more use of section names.
new b4c456546 Mark LinkerScript as final.
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/LinkerScript.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.