This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a987ebd3e92 Import from libffi master repository.
new f0263d38f36 2017-10-03 Paolo Carlini <paolo.carlini(a)oracle.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/g++.dg/cpp0x/lambda/lambda-70343.C | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70343.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 7624630b81c AMDGPU: Add ELFOSABI_AMDGPU_PAL
new 23bcd6d565a Pre-compute the tail of the archive
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/Object/ArchiveWriter.cpp | 361 ++++++++++++++++++++++---------------------
1 file changed, 184 insertions(+), 177 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 glibc.
from 39793865ec Use libm_alias_double for dbl-64 frexp.
new 7f1cbdf8ed Use libm_alias_float for dbl-64 fmaf.
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 | 3 +++
sysdeps/ieee754/dbl-64/s_fmaf.c | 3 ++-
2 files changed, 5 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 92fd2e397c0 Refactor DIBuilder dbg intrinsic insertion, NFC
new 7624630b81c AMDGPU: Add ELFOSABI_AMDGPU_PAL
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/AMDGPUUsage.rst | 38 +++++++++++++++-------
include/llvm/BinaryFormat/ELF.h | 3 +-
include/llvm/Object/ELFObjectFile.h | 15 +++++----
lib/ObjectYAML/ELFYAML.cpp | 5 +--
...s.yaml => elf64-amdgcn-amdhsa-definitions.yaml} | 2 +-
...s.yaml => elf64-amdgcn-amdpal-definitions.yaml} | 6 ++--
test/Object/AMDGPU/objdump.s | 2 +-
.../tools/llvm-readobj/amdgpu-elf-definitions.test | 2 +-
tools/llvm-readobj/ELFDumper.cpp | 3 +-
9 files changed, 47 insertions(+), 29 deletions(-)
copy test/Object/AMDGPU/{elf-definitions.yaml => elf64-amdgcn-amdhsa-definitions.y [...]
rename test/Object/AMDGPU/{elf-definitions.yaml => elf64-amdgcn-amdpal-definitions [...]
--
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 release/2.26/master
in repository glibc.
from 3f68c5c9b6 Fix sparc32 bits/long-double.h (bug 21987).
new 3b10c5d2ab Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm [...]
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 | 15 ++++++++++
NEWS | 1 +
math/Makefile | 4 ++-
math/math.h | 2 +-
debug/tst-ssp-1.c => math/test-math-iscanonical.cc | 33 ++++++++++++----------
sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 21 ++++++++++++--
sysdeps/ieee754/ldbl-96/bits/iscanonical.h | 19 ++++++++++++-
sysdeps/powerpc/powerpc64le/Makefile | 1 +
8 files changed, 76 insertions(+), 20 deletions(-)
copy debug/tst-ssp-1.c => math/test-math-iscanonical.cc (65%)
--
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 aa0235dfde Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm [...]
new 39793865ec Use libm_alias_double for dbl-64 frexp.
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 | 10 ++++++++++
sysdeps/ieee754/dbl-64/s_frexp.c | 7 ++-----
sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c | 7 ++-----
sysdeps/ieee754/ldbl-opt/s_frexp.c | 6 +-----
4 files changed, 15 insertions(+), 15 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 9320f8fa0 Update test expectation after r314821
new 3f84efdb9 Inline a small function.
new 5b653f815 Move fetchIfLazy up so that the following comment makes sense.
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:
ELF/Driver.cpp | 7 ++++---
ELF/SymbolTable.cpp | 11 -----------
ELF/SymbolTable.h | 1 -
3 files changed, 4 insertions(+), 15 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 62322d8c8e0 [PowerPC] Revert P9 scheduling model to incomplete
new eac7f31901a [MachineOutliner] Fix off-by-one in cost model
new 4706e74f4b6 [InstCombine] add tests for icmp gt/lt (shr X, C1), C2; NFC
new 92fd2e397c0 Refactor DIBuilder dbg intrinsic insertion, NFC
The 3 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/DIBuilder.h | 11 +
lib/CodeGen/MachineOutliner.cpp | 71 +-
lib/IR/DIBuilder.cpp | 115 +-
test/CodeGen/AArch64/machine-outliner-remarks.ll | 4 +-
test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 1790 ++++++++++++++++++++++
5 files changed, 1896 insertions(+), 95 deletions(-)
create mode 100644 test/Transforms/InstCombine/icmp-shr-lt-gt.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 clang.
from 3201ad61aa [OPENMP] Allow use of declare target directive inside struct [...]
new 779f9090b5 Suppress -Wmissing-braces warning when aggregate-initializin [...]
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/Sema/SemaInit.cpp | 31 +++++++++++++++++++++++++++++-
test/Sema/zero-initializer.c | 7 +++++--
test/SemaCXX/aggregate-initialization.cpp | 32 ++++++++++++++++++++++++++++++-
3 files changed, 66 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 clang-tools-extra.
from 6eeabdcf [clang-tidy] fix buildbot hicpp-signed-bitwise
new 0287ab5d Fix hicpp-signed-bitwise.cpp test on Windows, where the MSVC [...]
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/clang-tidy/hicpp-signed-bitwise.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.