This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from acf3f6ed485 [llvm-mca] add flag -all-views and flag -all-stats.
new 3c529c01cb7 [llvm-exegesis] Disable failing ARM assembler tests.
new 87225e582ec [X86] Split WriteADC/WriteADCRMW scheduler classes
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:
lib/Target/X86/X86InstrArithmetic.td | 65 +++++++++++-----------
lib/Target/X86/X86SchedBroadwell.td | 24 ++------
lib/Target/X86/X86SchedHaswell.td | 24 ++------
lib/Target/X86/X86SchedSandyBridge.td | 20 +------
lib/Target/X86/X86SchedSkylakeClient.td | 24 ++------
lib/Target/X86/X86SchedSkylakeServer.td | 24 ++------
lib/Target/X86/X86Schedule.td | 2 +
lib/Target/X86/X86ScheduleAtom.td | 8 +--
lib/Target/X86/X86ScheduleBtVer2.td | 1 +
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
test/CodeGen/X86/adx-schedule.ll | 32 +++++------
.../tools/llvm-exegesis/ARM/AssemblerTest.cpp | 4 +-
13 files changed, 82 insertions(+), 148 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-tools-extra.
from 220854bb Second attempt to fix buildbot failure caused by r332363
new d0680053 Attempt to fix clang-move tests broken by r332590 on windows
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:
clang-move/ClangMove.cpp | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 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 release/2.26/master
in repository glibc.
from d300041c53 Update NEWS for bug 22343 and bug 22774
new 7e7a5f0bcd resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]
new 1f7c4748d6 getlogin_r: return early when linux sentinel value is set
new 31e2d15b80 Fix crash in resolver on memory allocation failure (bug 23005)
new 71d339cb86 Fix i386 memmove issue (bug 22644).
new 677e6d13e0 [BZ #22342] Fix netgroup cache keys.
new 3241353ab2 i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)
new 02f0dd83a4 Fix signed integer overflow in random_r (bug 17343).
new be056fae3b Fix blocking pthread_join. [BZ #23137]
new 365722ace6 Fix stack overflow with huge PT_NOTE segment [BZ #20419]
new af7519f7b3 Fix path length overflow in realpath [BZ #22786]
The 10 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 | 68 ++++++
NEWS | 10 +
elf/Makefile | 9 +-
elf/dl-load.c | 21 +-
.../bench-timing-type.c => elf/tst-big-note-lib.S | 19 +-
.../bench-timing-type.c => elf/tst-big-note.c | 13 +-
nscd/netgroupcache.c | 2 +-
resolv/res_send.c | 45 ++--
stdlib/Makefile | 2 +-
stdlib/canonicalize.c | 2 +-
stdlib/random_r.c | 9 +-
stdlib/test-bz22786.c | 90 ++++++++
string/test-memmove.c | 58 +++++
.../i386/i686/multiarch/memcpy-sse2-unaligned.S | 12 +-
sysdeps/nptl/lowlevellock.h | 13 +-
sysdeps/unix/sysv/linux/getlogin_r.c | 9 +
sysdeps/unix/sysv/linux/i386/Makefile | 3 +
sysdeps/unix/sysv/linux/i386/sigaction.c | 3 +-
sysdeps/unix/sysv/linux/i386/tst-bz21269.c | 233 +++++++++++++++++++++
19 files changed, 561 insertions(+), 60 deletions(-)
copy benchtests/bench-timing-type.c => elf/tst-big-note-lib.S (66%)
copy benchtests/bench-timing-type.c => elf/tst-big-note.c (70%)
create mode 100644 stdlib/test-bz22786.c
create mode 100644 sysdeps/unix/sysv/linux/i386/tst-bz21269.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 1e034263107 [llvm-exegesis] Analysis: detect clustering inconsistencies.
new acf3f6ed485 [llvm-mca] add flag -all-views and flag -all-stats.
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:
docs/CommandGuide/llvm-mca.rst | 10 ++
test/tools/llvm-mca/X86/option-all-stats-1.s | 92 +++++++++++++++++
test/tools/llvm-mca/X86/option-all-stats-2.s | 93 ++++++++++++++++++
test/tools/llvm-mca/X86/option-all-views-1.s | 116 ++++++++++++++++++++++
test/tools/llvm-mca/X86/option-all-views-2.s | 141 +++++++++++++++++++++++++++
tools/llvm-mca/llvm-mca.cpp | 38 ++++++++
6 files changed, 490 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/option-all-stats-1.s
create mode 100644 test/tools/llvm-mca/X86/option-all-stats-2.s
create mode 100644 test/tools/llvm-mca/X86/option-all-views-1.s
create mode 100644 test/tools/llvm-mca/X86/option-all-views-2.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 llvm.
from 4cdd921c673 [llvm-exegesis] Disable the tests failing on buildbots whil [...]
new 1e034263107 [llvm-exegesis] Analysis: detect clustering inconsistencies.
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:
tools/llvm-exegesis/lib/Analysis.cpp | 95 +++++++++++++++++++++++++++++------
tools/llvm-exegesis/lib/Analysis.h | 27 ++++++----
tools/llvm-exegesis/llvm-exegesis.cpp | 3 ++
3 files changed, 100 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 c67506a2fd5 [llvm-mca][X86] Add ADX test files
new 8f090f67c05 [llvm-exegesis][NFC] Remove dead function.
new c42065aa9cf [SystemZ] Commenting (NFC)
new 4cdd921c673 [llvm-exegesis] Disable the tests failing on buildbots whil [...]
The 3 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/SystemZ/SystemZScheduleZ13.td | 8 +++++---
lib/Target/SystemZ/SystemZScheduleZ14.td | 8 +++++---
unittests/tools/llvm-exegesis/Common/AssemblerUtils.h | 5 -----
unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp | 8 ++++----
4 files changed, 14 insertions(+), 15 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 be0479c04c CodeGen: Fix invalid bitcast for lifetime.start/end
new ae156fd3e4 Use dotted format of version tuple for availability diagnostics
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/VersionTuple.h | 43 +++++++++++-----------------------
lib/AST/DeclBase.cpp | 3 ---
lib/Basic/VersionTuple.cpp | 6 ++---
lib/Parse/ParseDecl.cpp | 10 ++++----
test/Misc/ast-print-objectivec.m | 2 +-
test/Sema/availability-guard-format.mm | 15 ++++++++++++
test/SemaObjC/attr-availability-1.m | 4 ++--
7 files changed, 41 insertions(+), 42 deletions(-)
create mode 100644 test/Sema/availability-guard-format.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 llvm.
from 4f11b743f47 reland r332579: [llvm-exegesis] Update to cover latency thr [...]
new 8603d60d157 Fix r332592 : X86 tests should use the X86 target, not the [...]
new c67506a2fd5 [llvm-mca][X86] Add ADX test files
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:
test/tools/llvm-mca/X86/Broadwell/resources-adx.s | 58 ++++++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-adx.s | 58 ++++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-adx.s | 58 ++++++++++++++++++++++
.../Znver1/{resources-lzcnt.s => resources-adx.s} | 45 +++++++++--------
.../llvm-exegesis/X86/RegisterAliasingTest.cpp | 19 +++++--
5 files changed, 213 insertions(+), 25 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-adx.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-adx.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-adx.s
copy test/tools/llvm-mca/X86/Znver1/{resources-lzcnt.s => resources-adx.s} (52%)
--
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 lldb.
from cff63a0ab Revert 332511 after reverting llvm revision 332508.
new c78654842 [DWARF] Have HashedNameToDIE store a DataExtractor by value
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:
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 4 ++--
1 file changed, 2 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 clang.
from b857398ff9 Add vfs::FileSystem::getRealPath
new be0479c04c CodeGen: Fix invalid bitcast for lifetime.start/end
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/CodeGen/CGCall.cpp | 24 +++++++++++++++---------
lib/CodeGen/CGDecl.cpp | 18 ++++++++++++++----
lib/CodeGen/CGExpr.cpp | 27 +++++++++++++++++----------
lib/CodeGen/CGExprAgg.cpp | 9 +++++----
lib/CodeGen/CodeGenFunction.h | 32 +++++++++++++++++++++++++-------
test/CodeGenCXX/amdgcn_declspec_get.cpp | 27 +++++++++++++++++++++++++++
6 files changed, 103 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGenCXX/amdgcn_declspec_get.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.