This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 8bba3adb5a6 Clean up gcc/ChangeLog file.
new 87aa99cfbf4 PR go/86331 os: check return value as well as error fr [...]
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:
libgo/go/os/wait_waitid.go | 7 +++++--
1 file changed, 5 insertions(+), 2 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 20c17e173fa [WebAssembly] Convert remaining tests from elf to wasm outp [...]
new 6e76b4eeb53 Revert "[Dominators] Add the DomTreeUpdater class"
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/IR/DomTreeUpdater.h | 242 -------------
include/llvm/module.modulemap | 2 -
lib/IR/CMakeLists.txt | 1 -
lib/IR/DomTreeUpdater.cpp | 511 --------------------------
unittests/IR/CMakeLists.txt | 1 -
unittests/IR/DomTreeUpdaterTest.cpp | 693 ------------------------------------
6 files changed, 1450 deletions(-)
delete mode 100644 include/llvm/IR/DomTreeUpdater.h
delete mode 100644 lib/IR/DomTreeUpdater.cpp
delete mode 100644 unittests/IR/DomTreeUpdaterTest.cpp
--
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 glibc.
from 2b445206a1 Use uint32_t sign in single precision math error handling functions
new b7b88cea41 ldbl-128ibm-compat: Add printf_size
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:
ChangeLog | 27 ++++++++++++
stdio-common/Makefile | 10 ++++-
...t-scanf-round.c => tst-printfsz-islongdouble.c} | 48 +++++++++++-----------
...tst-unbputc.sh => tst-printfsz-islongdouble.sh} | 19 +++++----
sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 22 ++++++++++
sysdeps/ieee754/ldbl-128ibm-compat/Versions | 2 +
.../ldbl-128ibm-compat/ieee128-printf_size.c | 26 +++++-------
.../ldbl-128ibm-compat/test-printf-size-ibm128.c | 1 +
.../ldbl-128ibm-compat/test-printf-size-ieee128.c | 1 +
9 files changed, 107 insertions(+), 49 deletions(-)
copy stdio-common/{tst-scanf-round.c => tst-printfsz-islongdouble.c} (54%)
copy stdio-common/{tst-unbputc.sh => tst-printfsz-islongdouble.sh} (70%)
mode change 100755 => 100644
create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/Makefile
copy io/fcntl64.c => sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c (65%)
create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ibm128.c
create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ieee128.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 f56a57c59e9 Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
new 20c17e173fa [WebAssembly] Convert remaining tests from elf to wasm outp [...]
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/WebAssembly/negative-base-reg.ll | 9 +++++----
test/CodeGen/WebAssembly/offset-fastisel.ll | 12 ++++++------
test/CodeGen/WebAssembly/vector-sdiv.ll | 2 +-
3 files changed, 12 insertions(+), 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 llvm.
from 273949e71bf [X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique values
new bf4ec2b466c [Dominators] Add the DomTreeUpdater class
new f56a57c59e9 Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
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/llvm/IR/DomTreeUpdater.h | 242 ++++++++++
include/llvm/Support/AArch64TargetParser.def | 2 +-
include/llvm/Support/ARMTargetParser.def | 3 +-
include/llvm/module.modulemap | 2 +
lib/IR/CMakeLists.txt | 1 +
lib/IR/DomTreeUpdater.cpp | 511 ++++++++++++++++++++
unittests/IR/CMakeLists.txt | 1 +
unittests/IR/DomTreeUpdaterTest.cpp | 693 +++++++++++++++++++++++++++
8 files changed, 1453 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/IR/DomTreeUpdater.h
create mode 100644 lib/IR/DomTreeUpdater.cpp
create mode 100644 unittests/IR/DomTreeUpdaterTest.cpp
--
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 4c35f2d638a Fix GCOV scan pattern (PR testsuite/86366).
new 83d1ca630cf aarch64: Add movprfx patterns alternatives
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 | 48 ++++
gcc/config/aarch64/aarch64-protos.h | 1 -
gcc/config/aarch64/aarch64-sve.md | 480 ++++++++++++++++++++++++++----------
gcc/config/aarch64/aarch64.c | 48 ----
gcc/config/aarch64/aarch64.md | 11 +-
gcc/config/aarch64/iterators.md | 26 +-
gcc/config/aarch64/predicates.md | 3 +
7 files changed, 430 insertions(+), 187 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 3e5a75b28df [X86][SSE] Add v8i16 shift test for 2 shift values that doe [...]
new 273949e71bf [X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique values
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 | 69 ++++++++++++-------------------------
test/CodeGen/X86/lower-vec-shift.ll | 34 +++++++-----------
2 files changed, 34 insertions(+), 69 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 9c4e5f410e7 [ARM][testsuite] Fix arm-soft-strd-even.c
new 4c35f2d638a Fix GCOV scan pattern (PR testsuite/86366).
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 | 7 +++++++
gcc/testsuite/gcc.dg/profile-dir-1.c | 2 +-
gcc/testsuite/gcc.dg/profile-dir-2.c | 2 +-
gcc/testsuite/gcc.dg/profile-dir-3.c | 2 +-
4 files changed, 10 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-7-branch
in repository gcc.
from 8c18ec76e01 Daily bump.
new 8bba3adb5a6 Clean up gcc/ChangeLog file.
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 | 2 --
1 file changed, 2 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 cdbffdd9b54 [ValueTracking] allow undef elements when matching vector abs
new 3e5a75b28df [X86][SSE] Add v8i16 shift test for 2 shift values that doe [...]
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/lower-vec-shift.ll | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.