This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 575411ebf86 [X86][SSE] Add combine tests for PMULDQ/PMULUDQ
new 18f8cae7668 [SystemZ] Fix missing emergency spill slot corner case
new 8ae15db2a4e [opt-viewer] Python 3 support in opt-stats.py
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/SystemZ/SystemZFrameLowering.cpp | 17 ++++++-
test/CodeGen/SystemZ/frame-21.ll | 76 +++++++++++++++++++++++++++++
utils/opt-viewer/opt-stats.py | 2 +-
utils/opt-viewer/optrecord.py | 24 +++++++--
4 files changed, 113 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/SystemZ/frame-21.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 lld.
from e73a72e76 [COFF] Fix SECREL and SECTION relocations against common symbols
new 39cb462f1 Remove confusing `return`.
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/OutputSections.cpp | 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 lld.
from 171774b0c Remove a stale comment.
new f072bd8f2 Add .yaml as an lld test suffix
new e73a72e76 [COFF] Fix SECREL and SECTION relocations against common symbols
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:
COFF/Symbols.h | 2 ++
COFF/Writer.cpp | 8 ++++++
test/COFF/pdb-secrel-absolute.yaml | 2 +-
test/COFF/pdb-symbol-types.yaml | 4 +--
test/COFF/{secidx-absolute.s => secrel-common.s} | 32 +++++++++++++++---------
test/lit.cfg | 2 +-
6 files changed, 34 insertions(+), 16 deletions(-)
copy test/COFF/{secidx-absolute.s => secrel-common.s} (67%)
--
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 8eef108d213 2017-06-26 Jerome Lambourg <lambourg(a)adacore.com>
new 9fb367801de gcc/cp/ * cp-tree.h (lang_decl_fn): Remove assignment_ope [...]
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/cp/ChangeLog | 18 ++++++++++++++++++
gcc/cp/call.c | 40 ++++++++++++++++++----------------------
gcc/cp/cp-tree.h | 32 ++++++++++++++------------------
gcc/cp/decl.c | 9 +++++----
gcc/cp/init.c | 8 +++-----
gcc/cp/method.c | 5 +----
gcc/cp/search.c | 15 ++++++---------
libcc1/ChangeLog | 5 +++++
libcc1/libcp1plugin.cc | 2 --
9 files changed, 70 insertions(+), 64 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 binutils-gdb.
from 515a446417 LD: Fix .startof.SECNAME/.sizeof.SECNAME tests for MIPS/IRIX
new 0630b49c47 Check file size before getting section contents
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 | 10 +++++++++-
bfd/compress.c | 8 +-------
bfd/libbfd.c | 17 ++++++++++++++++-
3 files changed, 26 insertions(+), 9 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 2db1a71f597 [inline asm] dot operator while using imm generates wrong i [...]
new 575411ebf86 [X86][SSE] Add combine tests for PMULDQ/PMULUDQ
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/combine-pmuldq.ll | 110 +++++++++++++++++++++++++++++++++++++
1 file changed, 110 insertions(+)
create mode 100644 test/CodeGen/X86/combine-pmuldq.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 8d3ca7cfeb8 AMDGPU/GlobalISel: Mark 32-bit G_SHL as legal
new 699f4c431de [X86][AVX-512] Don't raise inexact in ceil, floor, round, trunc.
new 2db1a71f597 [inline asm] dot operator while using imm generates wrong 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:
lib/Target/X86/AsmParser/X86AsmParser.cpp | 3 +--
lib/Target/X86/X86InstrAVX512.td | 24 ++++++++++++------------
test/CodeGen/X86/avx512-round.ll | 16 ++++++++--------
3 files changed, 21 insertions(+), 22 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 0adbf0f7a5 [inline asm][gcc-compatiblity] "=i" output constraint support
new 0426124102 [inline asm] dot operator while using imm generates wrong ir [...]
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/ms-inline-asm.c | 6 ++++++
1 file 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 7c16260531d [llvm-stress] Add getRandom() helper that was going to be p [...]
new d71e04af3ae [X86] Add test case for PR15981
new 8d3ca7cfeb8 AMDGPU/GlobalISel: Mark 32-bit G_SHL as legal
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/AMDGPU/AMDGPULegalizerInfo.cpp | 2 +
.../{legalize-and.mir => legalize-shl.mir} | 14 ++---
test/CodeGen/X86/pr15981.ll | 59 ++++++++++++++++++++++
3 files changed, 66 insertions(+), 9 deletions(-)
copy test/CodeGen/AMDGPU/GlobalISel/{legalize-and.mir => legalize-shl.mir} (61%)
create mode 100644 test/CodeGen/X86/pr15981.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 clang.
from 5a9269f4b2 Improve const-correctness.
new 0adbf0f7a5 [inline asm][gcc-compatiblity] "=i" output constraint 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:
lib/Basic/TargetInfo.cpp | 5 +++++
test/Sema/asm.c | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.