This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/gentoo/2.27
in repository binutils-gdb.
at 4338082 opcodes: link against libbfd.la for rpath deps
This branch includes the following new commits:
new 3c2e071 ld: always warn about textrels in files
new 422cfb2 gold/ld: add support for poisoned system directories
new 20b9945 ld: enable new dtags by default for linux/gnu targets
new ce14df8 gold/ld: enable gnu hash by default
new 7bf04c6 libiberty: install PIC version of libiberty.a
new 4338082 opcodes: link against libbfd.la for rpath deps
The 6 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.
--
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 1ccb8e7 [X86][GlobalISel] Add minimal call lowering support to the IR [...]
new ee23318 TableGen: Add operator !or
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/TableGen/LangRef.rst | 4 +++-
include/llvm/TableGen/Record.h | 2 +-
lib/TableGen/Record.cpp | 3 +++
lib/TableGen/TGLexer.cpp | 1 +
lib/TableGen/TGLexer.h | 4 ++--
lib/TableGen/TGParser.cpp | 3 +++
test/TableGen/math.td | 10 ++++++++++
7 files changed, 23 insertions(+), 4 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 4edb3e4 [AVX-512] Add an example test case for PR31018.
new 1ccb8e7 [X86][GlobalISel] Add minimal call lowering support to the 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:
lib/Target/X86/CMakeLists.txt | 14 +++++
lib/Target/X86/LLVMBuild.txt | 2 +-
.../X86CallLowering.cpp} | 23 ++++----
.../AMDGPUCallLowering.h => X86/X86CallLowering.h} | 19 ++++---
lib/Target/X86/X86Subtarget.cpp | 20 +++++++
lib/Target/X86/X86Subtarget.h | 13 +++++
lib/Target/X86/X86TargetMachine.cpp | 64 +++++++++++++++++++++-
test/CodeGen/X86/GlobalISel/irtranslator-call.ll | 31 +++++++++++
.../{AArch64 => X86}/GlobalISel/lit.local.cfg | 0
9 files changed, 165 insertions(+), 21 deletions(-)
copy lib/Target/{ARM/ARMCallLowering.cpp => X86/X86CallLowering.cpp} (65%)
copy lib/Target/{AMDGPU/AMDGPUCallLowering.h => X86/X86CallLowering.h} (68%)
create mode 100644 test/CodeGen/X86/GlobalISel/irtranslator-call.ll
copy test/CodeGen/{AArch64 => X86}/GlobalISel/lit.local.cfg (100%)
--
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 436c139 [X86] Add LLVM version number for each intrinsic handled by a [...]
new 4edb3e4 [AVX-512] Add an example test case for PR31018.
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/vector-shuffle-512-v16.ll | 13 +++++++++++++
1 file changed, 13 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 gcc.
from 571fff6 Daily bump.
new 357b964 Various C++17 decomposition fixes.
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/cp-tree.h | 1 +
gcc/cp/decl.c | 27 ++++++++------
gcc/cp/semantics.c | 9 ++++-
gcc/cp/tree.c | 8 ++++
gcc/cp/typeck.c | 22 +++++------
gcc/testsuite/g++.dg/cpp0x/addressof2.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/decomp-bitfield1.C | 19 ++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp-constexpr1.C | 18 +++++++++
gcc/testsuite/g++.dg/cpp1z/decomp10.C | 3 --
gcc/testsuite/g++.dg/cpp1z/decomp11.C | 51 ++++++++++++++++++++++++++
11 files changed, 140 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp-bitfield1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp-constexpr1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp11.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 9de96ca AMDGPU: Fix f16 fabs/fneg
new 436c139 [X86] Add LLVM version number for each intrinsic handled by a [...]
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/IR/AutoUpgrade.cpp | 310 +++++++++++++++++++++++++------------------------
1 file changed, 158 insertions(+), 152 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 libcxx.
from 506f7fc P0503R0, adopted in Issaquah, rewords some requirements on nu [...]
new 49721a9 Missed one of the try blocks the first time :-(. Thanks to Re [...]
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:
.../basic.string/string.cons/T_size_size.pass.cpp | 16 +++++++++++++---
1 file changed, 13 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 llvm.
from e95f35e [ORC] Work around an apparent modules/linkage issue.
new 9de96ca AMDGPU: Fix f16 fabs/fneg
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/AMDGPU/AMDGPUISelLowering.cpp | 7 +-
lib/Target/AMDGPU/SIInstructions.td | 15 ++++
test/CodeGen/AMDGPU/fabs.f16.ll | 93 +++++++++++++++++++++++++
test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 113 +++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/fneg.f16.ll | 61 +++++++++++++++++
test/CodeGen/AMDGPU/fneg.ll | 38 ++++++++---
6 files changed, 312 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fabs.f16.ll
create mode 100644 test/CodeGen/AMDGPU/fneg-fabs.f16.ll
create mode 100644 test/CodeGen/AMDGPU/fneg.f16.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 d7ba4fc Simplify identify_magic.
new e95f35e [ORC] Work around an apparent modules/linkage issue.
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/module.modulemap | 8 ++++++++
1 file changed, 8 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 b07cdea Improve DWARF parsing speed by improving DWARFAbbreviationDec [...]
new d7ba4fc Simplify identify_magic.
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/Support/Path.cpp | 49 +++++++++++++++++++++++--------------------------
1 file changed, 23 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.