This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7aaf99b [InstCombine] use m_APInt to allow sub with constant folds fo [...]
new 4594395 [X86] Take advantage of the lzcnt instruction on btver2 archi [...]
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/X86.td | 7 +
lib/Target/X86/X86ISelLowering.cpp | 114 +++++++++++++
lib/Target/X86/X86ISelLowering.h | 2 +
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/lzcnt-zext-cmp.ll | 341 +++++++++++++++++++++++++++++++++++++
7 files changed, 470 insertions(+)
create mode 100644 test/CodeGen/X86/lzcnt-zext-cmp.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 3b24221 [docs] Update some obsolete information in BitCodeFormat docs.
new 7aaf99b [InstCombine] use m_APInt to allow sub with constant folds fo [...]
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/InstCombine/InstCombineAddSub.cpp | 37 ++++++++++++------------
test/Transforms/InstCombine/sub-xor.ll | 2 +-
test/Transforms/InstCombine/sub.ll | 6 ++--
3 files changed, 22 insertions(+), 23 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 328dede [InstCombine] add tests for missing vector folds
new 3b24221 [docs] Update some obsolete information in BitCodeFormat docs.
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/BitCodeFormat.rst | 246 +++++++++++++++++++++++++++++-------
include/llvm/Bitcode/LLVMBitCodes.h | 10 +-
2 files changed, 203 insertions(+), 53 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 eb133d3 FINAL/OVERRIDE: Define to empty on g++ < 4.7
new 29a2219 Avoid copies in std::scoped_allocator_adaptor piecewise construction
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:
libstdc++-v3/ChangeLog | 7 ++
libstdc++-v3/include/std/scoped_allocator | 35 +++++-----
.../20_util/scoped_allocator/construct_pair.cc | 81 ++++++++++++++++++++++
3 files changed, 107 insertions(+), 16 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair.cc
--
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 a85c77d [InstCombine] auto-generate checks
new 328dede [InstCombine] add tests for missing vector folds
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/Transforms/InstCombine/sub-xor.ll | 11 +++++++++++
test/Transforms/InstCombine/sub.ll | 22 ++++++++++++++++++++++
2 files changed, 33 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 binutils-gdb.
from be06ba8 Fix typos in trace commands doc
new d118ee3 Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h
new b4f6af8 FINAL/OVERRIDE: Define to empty on g++ < 4.7
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:
include/ChangeLog | 14 ++++++++++++++
include/ansidecl.h | 36 +++++++++++++++++++++++++++++++-----
2 files changed, 45 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 llvm.
from e2ba2cb [InstCombine] remove redundant test
new a85c77d [InstCombine] auto-generate checks
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/Transforms/InstCombine/sub-xor.ll | 46 ++++++++++++++++++----------------
1 file changed, 24 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 llvm.
from e6ec388 [InstCombine] update test to use FileCheck and auto-generate checks
new e2ba2cb [InstCombine] remove redundant 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/Transforms/InstCombine/sub.ll | 11 -----------
1 file changed, 11 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 e913b9c Fix leftover remote test failures from PR binutils/19020
new 99e61ed Document -ctf switch of -trace-save
new be06ba8 Fix typos in trace commands doc
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:
gdb/doc/ChangeLog | 10 ++++++++++
gdb/doc/gdb.texinfo | 10 +++++++---
2 files changed, 17 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 gcc-6-branch
in repository gcc.
from e1a82b0 Daily bump.
new fbd2535 PR c++/71912 - [6/7 regression] flexible array in struct in u [...]
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 | 10 +
gcc/cp/class.c | 293 ++++++++++++++++-----
gcc/testsuite/ChangeLog | 13 +
.../g++.dg/compat/struct-layout-1_generate.c | 35 ++-
gcc/testsuite/g++.dg/ext/flexary4.C | 35 +--
gcc/testsuite/g++.dg/ext/flexary5.C | 39 ++-
gcc/testsuite/g++.dg/ext/flexary9.C | 8 +-
gcc/testsuite/g++.dg/torture/pr64312.C | 4 +-
8 files changed, 332 insertions(+), 105 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.