This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c01a55434a1 [AArch64] Improve v8.1-A code-gen for atomic load-subtract
new c7432f53e00 [SLP] Take user instructions cost into consideration in ins [...]
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/Transforms/Vectorize/SLPVectorizer.h | 4 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 28 +++-
.../SLPVectorizer/AArch64/gather-root.ll | 176 +++++++++++----------
.../X86/insert-element-build-vector.ll | 16 +-
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 27 ++--
test/Transforms/SLPVectorizer/X86/sign-extend.ll | 21 ++-
test/Transforms/SLPVectorizer/X86/value-bug.ll | 30 ++--
7 files changed, 160 insertions(+), 142 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 830db0485e Add support for reading msdos MZ executables.
new d2159fdc0f MIPS: Fix encoding for MIPSr6 sigrie instruction.
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:
gas/ChangeLog | 6 ++++++
gas/testsuite/gas/mips/r6-n32.d | 4 ++--
gas/testsuite/gas/mips/r6-n64.d | 4 ++--
gas/testsuite/gas/mips/r6.d | 4 ++--
opcodes/ChangeLog | 4 ++++
opcodes/mips-opc.c | 2 +-
6 files changed, 17 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 llvm.
from 0a090c80ad3 [InstCombine] various clean-ups for commonIDivTransforms; NFC
new c01a55434a1 [AArch64] Improve v8.1-A code-gen for atomic load-subtract
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 | 21 ++++++
lib/Target/AArch64/AArch64ISelLowering.h | 1 +
test/CodeGen/AArch64/atomic-ops-lse.ll | 112 +++++++++++++++++++++++++++++
3 files changed, 134 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 14498370e4d Test commit: reformat comment
new 0a090c80ad3 [InstCombine] various clean-ups for commonIDivTransforms; 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:
.../InstCombine/InstCombineMulDivRem.cpp | 33 +++++++++++-----------
1 file changed, 17 insertions(+), 16 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 6fe65bf7deb 2018-02-12 Tamar Christina <tamar.christina(a)arm.com>
new 67c44b3dcaf Corrected mistakes in ChangeLog spotted by Jakub Jelinek.
new 48f05cf35ca 2018-02-12 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 67 +++++++++++++++++++++++++++++++++----------------
gcc/testsuite/ChangeLog | 8 ++++++
gcc/tree-vect-slp.c | 31 ++++++++++++-----------
gcc/tree-vect-stmts.c | 49 +++++++++++++++++++++---------------
4 files changed, 98 insertions(+), 57 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 959205752c ASan+operator new[]: Add an option for more thorough operato [...]
new dc011c9015 Allow the NS, CF, and ObjC attributes to be used with -fdoub [...]
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/Attr.td | 68 ++++++++++++++++++++++----------------------
include/clang/Parse/Parser.h | 2 +-
lib/Parse/ParseObjc.cpp | 27 +++++++++---------
lib/Parse/Parser.cpp | 2 +-
test/Misc/ast-dump-attr.m | 57 +++++++++++++++++++++++++++++++++++++
test/Parser/objc-attr.m | 28 ++++++++++++++++++
6 files changed, 134 insertions(+), 50 deletions(-)
create mode 100644 test/Misc/ast-dump-attr.m
create mode 100644 test/Parser/objc-attr.m
--
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 ed3f0858d72 Revert r324835 "[X86] Reduce Store Forward Block issues in HW"
new 14498370e4d Test commit: reformat comment
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/MC/MCWasmStreamer.cpp | 6 +++---
1 file changed, 3 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 binutils-gdb.
from 7e784da543 Update Russian translation for the gas/ sub-directory.
new 830db0485e Add support for reading msdos MZ executables.
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 | 12 +++++++
bfd/coff-ia64.c | 6 ++--
bfd/i386msdos.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++---
bfd/peXXigen.c | 4 +--
bfd/peicode.h | 6 ++--
include/ChangeLog | 6 ++++
include/coff/msdos.h | 57 ++++++++++++++++++++++++++++++++
include/coff/pe.h | 31 ++----------------
include/coff/powerpc.h | 2 --
9 files changed, 170 insertions(+), 43 deletions(-)
create mode 100644 include/coff/msdos.h
--
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 7e7ddc1d793 gcc: 2018-02-12 Paolo Bonzini <bonzini(a)gnu.org>
new 6fe65bf7deb 2018-02-12 Tamar Christina <tamar.christina(a)arm.com>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/pragma_arch_switch_2.c | 2 +-
2 files changed, 6 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 70675617679 [mips] Fix 'l' constraint handling for types smaller than 32 bits
new ed3f0858d72 Revert r324835 "[X86] Reduce Store Forward Block issues in HW"
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/X86/CMakeLists.txt | 1 -
lib/Target/X86/X86.h | 3 -
lib/Target/X86/X86FixupSFB.cpp | 558 --------------
lib/Target/X86/X86TargetMachine.cpp | 1 -
test/CodeGen/X86/fixup-sfb.ll | 1373 -----------------------------------
5 files changed, 1936 deletions(-)
delete mode 100644 lib/Target/X86/X86FixupSFB.cpp
delete mode 100644 test/CodeGen/X86/fixup-sfb.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.