This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from 7c06f27ad1 Automatic date update in version.in
new 73e05a78ff Automatic date update in version.in
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/version.h | 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 llvm.
from b13221b35cf [NFC][DAGCombine] unfoldMaskedMerge(): rename two variables
new c5823bd8664 [llvm-dwp] Define InitLLVM.
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-dwp/llvm-dwp.cpp | 2 ++
1 file changed, 2 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 gcc-8-branch
in repository gcc.
from 624beaf4f2d gcc/fortran/ChangeLog:
new a6de0eebd35 PR c++/85659 * cfgexpand.c (expand_asm_stmt): Don't creat [...]
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/ChangeLog | 7 +++++++
gcc/cfgexpand.c | 8 ++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/ext/asm14.C | 10 ++++++++++
gcc/testsuite/g++.dg/ext/asm15.C | 10 ++++++++++
gcc/testsuite/g++.dg/ext/asm16.C | 10 ++++++++++
6 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/asm14.C
create mode 100644 gcc/testsuite/g++.dg/ext/asm15.C
create mode 100644 gcc/testsuite/g++.dg/ext/asm16.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 gcc.
from a62eb6c896d 2018-05-06 Michael Eager <eager(a)eagercon.com>
new f9659d607a4 PR c++/85659 * cfgexpand.c (expand_asm_stmt): Don't creat [...]
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/ChangeLog | 7 +++++++
gcc/cfgexpand.c | 8 ++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/ext/asm14.C | 10 ++++++++++
gcc/testsuite/g++.dg/ext/asm15.C | 10 ++++++++++
gcc/testsuite/g++.dg/ext/asm16.C | 10 ++++++++++
6 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/asm14.C
create mode 100644 gcc/testsuite/g++.dg/ext/asm15.C
create mode 100644 gcc/testsuite/g++.dg/ext/asm16.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 98e0a453a76 [X86] Enable reciprocal estimates for v16f32 vectors by usi [...]
new b13221b35cf [NFC][DAGCombine] unfoldMaskedMerge(): rename two variables
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/SelectionDAG/DAGCombiner.cpp | 8 ++++----
1 file changed, 4 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 lld.
from afeb24abc [PPC64] Emit plt call stubs to the text section rather then t [...]
new 7c8f140ff ELF Thunks: fix build error: missing 'overrides'
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/Thunks.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 96ad39746 Fix -Wunused-variable warning introduced at r331566.
new afeb24abc [PPC64] Emit plt call stubs to the text section rather then t [...]
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/Arch/PPC64.cpp | 39 +++++++--------------
ELF/InputSection.cpp | 12 ++++---
ELF/Symbols.h | 7 +++-
ELF/Thunks.cpp | 55 +++++++++++++++++++++++++++---
test/ELF/ppc64-ifunc.s | 81 +++++++++++++++++++++++++++++---------------
test/ELF/ppc64-plt-stub.s | 22 ++++++------
test/ELF/ppc64-toc-restore.s | 38 +++++++++------------
7 files changed, 156 insertions(+), 98 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 e49d7b229d4 [X86] Add test cases for reciprocal estimation for v16f32 v [...]
new 98e0a453a76 [X86] Enable reciprocal estimates for v16f32 vectors by usi [...]
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/X86ISelLowering.cpp | 16 +++++++----
test/CodeGen/X86/recip-fastmath.ll | 28 +++++++++++++------
test/CodeGen/X86/recip-fastmath2.ll | 56 ++++++++++++++++++++++++-------------
test/CodeGen/X86/sqrt-fastmath.ll | 8 ++++--
4 files changed, 71 insertions(+), 37 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 53dc71d2945 Add test cases for large integer legalization of add and sub. NFC
new e49d7b229d4 [X86] Add test cases for reciprocal estimation for v16f32 v [...]
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/recip-fastmath.ll | 402 ++++++++++++++++++++++
test/CodeGen/X86/recip-fastmath2.ll | 662 ++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/sqrt-fastmath.ll | 350 ++++++++++++++-----
3 files changed, 1337 insertions(+), 77 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 722cccb8cf0 [globalisel] Remove redundant -global-isel option from test [...]
new 53dc71d2945 Add test cases for large integer legalization of add and sub. 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:
test/CodeGen/X86/addcarry.ll | 31 +++++++++++++++++++++++++++++++
test/CodeGen/X86/subcarry.ll | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.