This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a2ce4ccdf0 docs: don't say that data flow tracing interface is unstable
new fcb9c6e647 Driver: extract ARCMT flag construction (NFC)
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/Driver/ToolChains/Clang.cpp | 142 +++++++++++++++++++++-------------------
1 file changed, 73 insertions(+), 69 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 3a1825c29d8 Revert r311525: "[XRay][CodeGen] Use PIC-friendly code in X [...]
new a8bf89232d3 Update test:
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/tools/llvm-objdump/X86/source-interleave-x86_64.ll | 2 +-
1 file changed, 1 insertion(+), 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 7e05f0efc2d [SLPVectorizer] Move out Entry->NeedToGather check and asse [...]
new 3a1825c29d8 Revert r311525: "[XRay][CodeGen] Use PIC-friendly code in X [...]
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/CodeGen/AsmPrinter.h | 10 +--
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 53 ++++++++--------
lib/Target/X86/X86MCInstLower.cpp | 73 +++++++++++-----------
.../AArch64/xray-attribute-instrumentation.ll | 4 +-
test/CodeGen/AArch64/xray-tail-call-sled.ll | 12 +++-
.../ARM/xray-armv6-attribute-instrumentation.ll | 7 ++-
.../ARM/xray-armv7-attribute-instrumentation.ll | 7 ++-
test/CodeGen/Mips/xray-section-group.ll | 4 +-
test/CodeGen/X86/xray-attribute-instrumentation.ll | 28 +++++----
test/CodeGen/X86/xray-custom-log.ll | 13 ++--
test/CodeGen/X86/xray-log-args.ll | 44 ++++++-------
test/CodeGen/X86/xray-loop-detection.ll | 1 +
test/CodeGen/X86/xray-section-group.ll | 4 +-
test/CodeGen/X86/xray-tail-call-sled.ll | 22 ++++---
14 files changed, 150 insertions(+), 132 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 2d293522610 [ARC] Use -G option to control sdata behavior
new 43c5a401a79 [ARC] Update can_follow_jump hook helper.
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 | 5 +++++
gcc/config/arc/arc.c | 3 +++
2 files changed, 8 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 gcc.
from e8e4c25bca7 [ARC] Improves and fixes for small data support.
new 2d293522610 [ARC] Use -G option to control sdata behavior
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 | 27 +++
gcc/config.gcc | 2 +-
gcc/config/arc/arc.c | 236 ++++++++++++----------
gcc/config/arc/arc.h | 6 +-
gcc/config/arc/simdext.md | 22 +-
gcc/doc/invoke.texi | 9 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/arc/arc700-stld-hazard.c | 2 +-
gcc/testsuite/gcc.target/arc/sdata-5.c | 15 ++
9 files changed, 199 insertions(+), 125 deletions(-)
create mode 100755 gcc/testsuite/gcc.target/arc/sdata-5.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 llvm.
from 25ca67845bc [X86] Added run line to intrinsics upgrade test. NFC.
new 7e05f0efc2d [SLPVectorizer] Move out Entry->NeedToGather check and asse [...]
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/Vectorize/SLPVectorizer.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 cb194cb7e74 2017-08-31 Richard Biener <rguenther(a)suse.de>
new e8e4c25bca7 [ARC] Improves and fixes for small data support.
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 | 16 +++++++++
gcc/config/arc/arc-protos.h | 2 +-
gcc/config/arc/arc.c | 64 +++++++++++++++++++++++++++++-----
gcc/config/arc/constraints.md | 4 +--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/arc/sdata-3.c | 32 +++++++++++++++++
gcc/testsuite/gcc.target/arc/sdata-4.c | 15 ++++++++
7 files changed, 126 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/sdata-3.c
create mode 100644 gcc/testsuite/gcc.target/arc/sdata-4.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 llvm.
from adeedb165c2 Build LLVM with -Wstrict-prototypes enabled
new 25ca67845bc [X86] Added run line to intrinsics upgrade test. NFC.
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/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 1 +
1 file changed, 1 insertion(+)
--
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 hjl/pr22053/master
in repository glibc.
at b6135d766b Remove zero terminator for .eh_frame in libc.so [BZ #22053]
This branch includes the following new commits:
new b6135d766b Remove zero terminator for .eh_frame in libc.so [BZ #22053]
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.