This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4c7a29d5c9c 2017-12-05 Steve Ellcey <sellcey(a)cavium.com>
new ec9475cb11e 2017-12-05 Matthew Gretton-Dann <matthew.gretton-dann(a)arm.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/gcc.c-torture/unsorted/dump-noaddr.x | 20 ++++++++++----------
2 files changed, 15 insertions(+), 10 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 4092c4ce1 [WebAssembly] Remove used --sysroot option
new 2fb60af22 [WebAssembly] Improve support linker synthetic symbols
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:
wasm/Config.h | 3 ++-
wasm/Driver.cpp | 15 +++++----------
wasm/Symbols.cpp | 7 +++++++
wasm/Symbols.h | 5 ++++-
wasm/Writer.cpp | 14 +++++++++-----
5 files changed, 27 insertions(+), 17 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 909e59a9 [clang-tidy] adjust cppcoreguidelines-owning-memory documentation
new c8ea81e8 Commit access 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:
clang-tidy/fuchsia/FuchsiaTidyModule.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 openmp.
from 3342a84 Fix PR30890: Reduction across teams hangs
new 93e7a82 Fix alignment in teams-reduction.c 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:
runtime/test/misc_bugs/teams-reduction.c | 7 ++++++-
1 file changed, 6 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 gcc.
from 3ead9ac3088 PR c++/82331 - ICE with variadic partial specialization of auto
new 4c7a29d5c9c 2017-12-05 Steve Ellcey <sellcey(a)cavium.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/ChangeLog | 10 ++++++++++
gcc/config/aarch64/thunderx2t99.md | 27 ++++++++++++++++++++++++---
2 files changed, 34 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 glibc.
from 94d80dfc73 math: Use sign as double for reduced case in sinf
new a5a2a76bb7 Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.
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 | 31 +++++++++++++++++++++++++++++++
stdlib/strtod.c | 40 ++++++++++++++++++++++++++++++++++++++++
stdlib/strtod_l.c | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 111 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 2bfaf4d2f2a [CVP] Remove some {s|u}sub.with.overflow checks.
new 30bcf2f7892 AMDGPU: Fix infinite loop with dbg_value
new ec5581ccd57 Simplify test.
new ca99fdb4933 [WebAssembly] Make stack-pointer imports mutable.
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:
lib/MC/WasmObjectWriter.cpp | 87 +++++++++++++-----------
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 5 +-
test/CodeGen/AMDGPU/llvm.dbg.value.ll | 33 ++++++---
test/tools/llvm-objcopy/cannot-delete-dest.test | 18 ++---
4 files changed, 82 insertions(+), 61 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 00d54af7c8 [PATCH] fix sinf(NAN)
new 94d80dfc73 math: Use sign as double for reduced case in sinf
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 | 5 +++++
sysdeps/ieee754/flt-32/s_sinf.c | 4 ++--
2 files changed, 7 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 05c71a9ebe5 [X86][X87] Tag FCMOV instruction scheduler classes
new 0e19a2ac5cd [ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion.
new 2bfaf4d2f2a [CVP] Remove some {s|u}sub.with.overflow checks.
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/ConstantRange.h | 10 +-
lib/IR/ConstantRange.cpp | 80 +++++++-----
.../Scalar/CorrelatedValuePropagation.cpp | 25 ++--
.../CorrelatedValuePropagation/overflows.ll | 13 +-
unittests/IR/ConstantRangeTest.cpp | 139 +++++++++++++++++++++
5 files changed, 221 insertions(+), 46 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 439145353 [WebAssembly] Simplify check for emitting relocations
new 4092c4ce1 [WebAssembly] Remove used --sysroot option
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:
wasm/Config.h | 1 -
wasm/Driver.cpp | 1 -
wasm/Options.td | 2 --
3 files changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.