This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c272a4dc8dc [Hexagon] Use automatically-generated scheduling informatio [...]
new 0a738055413 [libFuzzer] exit without running atexit handlers in libfuzz [...]
new 700df98ddd2 [AArch64] armv8-A doesn't have CRC.
new f007e3acca6 [AArch64] Make the TargetParser add CPU exts provided by the arch.
new 2b3efc4c394 [TailCallElim] Remove an unused argument. NFCI
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:
include/llvm/Support/AArch64TargetParser.def | 36 ++++++++---------
lib/Fuzzer/FuzzerLoop.cpp | 2 +-
lib/Support/TargetParser.cpp | 2 +-
lib/Target/AArch64/AArch64.td | 1 -
lib/Transforms/Scalar/TailRecursionElimination.cpp | 15 +++-----
test/MC/AArch64/basic-a64-instructions.s | 17 --------
test/MC/AArch64/crc.s | 45 ++++++++++++++++++++++
test/MC/AArch64/cyclone-crc.s | 27 -------------
test/MC/AArch64/directive-arch-negative.s | 6 +++
.../AArch64/basic-a64-instructions.txt | 17 --------
unittests/Support/TargetParserTest.cpp | 36 ++++++++++-------
11 files changed, 99 insertions(+), 105 deletions(-)
create mode 100644 test/MC/AArch64/crc.s
delete mode 100644 test/MC/AArch64/cyclone-crc.s
--
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 882a317852 Tests: strengthen CHECK line to avoid picking up stray path.
new c6d85a3ada [Driver] Update AArch64 testcase to match llvm r302078.
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/Preprocessor/aarch64-target-features.c | 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 glibc.
from 3b5f801ddb Tweak realloc/MREMAP comment to be more accurate.
new 1432d38ea0 x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]
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:
ChangeLog | 36 ++++++++++
sysdeps/i386/dl-machine.h | 10 +--
sysdeps/i386/dl-procinfo.c | 21 +-----
sysdeps/i386/dl-procinfo.h | 102 ---------------------------
sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 6 +-
sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h | 2 +-
sysdeps/x86/cpu-features.c | 48 +++++++++++++
sysdeps/x86/cpu-features.h | 15 ++++
sysdeps/x86/dl-hwcap.h | 75 ++++++++++++++++++++
sysdeps/x86/dl-procinfo.c | 38 +++++++++-
sysdeps/{mips => x86}/dl-procinfo.h | 38 ++++------
sysdeps/x86_64/dl-machine.h | 10 +--
12 files changed, 238 insertions(+), 163 deletions(-)
delete mode 100644 sysdeps/i386/dl-procinfo.h
create mode 100644 sysdeps/x86/dl-hwcap.h
copy sysdeps/{mips => x86}/dl-procinfo.h (54%)
--
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 zorg.
from a79e555 Fixing a test failure and refactoring the use of the update_s [...]
new 53f05f3 Remove source code only if clean build has been requested by [...]
new 7e8e315 Refactored ABITestsuitBuilder to use UnifiedTreeBuilder, so i [...]
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:
zorg/buildbot/builders/ABITestsuitBuilder.py | 71 ++++++++++++++++------------
zorg/buildbot/builders/UnifiedTreeBuilder.py | 11 +++--
2 files changed, 47 insertions(+), 35 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 glibc.
from e35ac97cc8 Correct misplaced comments in struct ip_mreq_source
new 3b5f801ddb Tweak realloc/MREMAP comment to be more accurate.
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:
ChangeLog | 5 +++++
malloc/malloc.c | 6 +++---
2 files changed, 8 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 glibc.
from 8ba5c9b8d6 Bug 20686: Add el_GR@euro support.
new e35ac97cc8 Correct misplaced comments in struct ip_mreq_source
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:
ChangeLog | 5 +++++
inet/netinet/in.h | 4 ++--
2 files changed, 7 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 gcc-5-branch
in repository gcc.
from 63e284faf4c Daily bump.
new 19176ce6b90 Backport from mainline 2017-05-01 Uros Bizjak <ubizjak@ [...]
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 | 9 +++++++++
gcc/config/i386/cpuid.h | 3 ++-
2 files changed, 11 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 f931b1e7f30 Avoid warning of unused variable in release builds. NFC
new 2a1f47ab11f Remove unused private field.
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/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.h | 3 +--
lib/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.cpp | 5 ++---
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +-
3 files changed, 4 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.