This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87e117df596 Convenience/safety fix for llvm::sys::Execute(And|No)Wait
new 040cfb4b258 ThinLTO: Correctly follow aliasee references when dead stripping.
new bca2a430d9c [ThinLTO] AliasSummary should not have any references
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/ModuleSummaryIndex.h | 9 ++++++---
lib/Analysis/ModuleSummaryAnalysis.cpp | 2 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 5 ++---
lib/Transforms/IPO/FunctionImport.cpp | 13 +++++--------
.../X86/Inputs/{alias-1.ll => dead-strip-alias.ll} | 2 +-
test/LTO/Resolution/X86/dead-strip-alias.ll | 20 ++++++++++++++++++++
6 files changed, 35 insertions(+), 16 deletions(-)
copy test/LTO/Resolution/X86/Inputs/{alias-1.ll => dead-strip-alias.ll} (80%)
create mode 100644 test/LTO/Resolution/X86/dead-strip-alias.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 f6e4c7d70e6 Fix bot failures by requiring x86 target in new test
new 87e117df596 Convenience/safety fix for llvm::sys::Execute(And|No)Wait
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/Support/Program.h | 29 +++++++++++++++--------------
lib/Support/GraphWriter.cpp | 4 ++--
lib/Support/Program.cpp | 13 ++++++++-----
lib/Support/Signals.cpp | 6 +-----
lib/Support/Unix/Program.inc | 12 ++++++------
lib/Support/Windows/Program.inc | 9 +++++----
tools/bugpoint/OptimizerDriver.cpp | 12 +++++++-----
tools/bugpoint/ToolRunner.cpp | 4 ++--
tools/dsymutil/MachOUtils.cpp | 2 +-
tools/llvm-cov/CodeCoverage.cpp | 5 +----
unittests/Support/ProgramTest.cpp | 23 +++++++++++------------
utils/not/not.cpp | 3 +--
12 files changed, 60 insertions(+), 62 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 6131e2dca lldMinGW itself doesn't require libpthread.
new f8ed4483c Remove CopyRelSecOff from SharedSymbol.
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/Relocations.cpp | 11 +++++++----
ELF/Symbols.cpp | 3 +--
ELF/Symbols.h | 1 -
3 files changed, 8 insertions(+), 7 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.
from 8a058429f7 This adds the _Float16 preprocessor macro definitions.
new 307aefa2b0 Update users of llvm::sys::ExecuteAndWait etc.
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/clang/Driver/Compilation.h | 14 ++++++--------
include/clang/Driver/Job.h | 8 ++++----
lib/Driver/Compilation.cpp | 19 ++++---------------
lib/Driver/Job.cpp | 10 +++++-----
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 3 +--
5 files changed, 20 insertions(+), 34 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 2be90a054e6 PR c/82167 * c-typeck.c (c_expr_sizeof_expr): Use the typ [...]
new 68e86c262b5 [AArch64, PATCH] Improve Neon store of zero
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/config/aarch64/aarch64-simd.md | 17 ++++++++++++-----
gcc/config/aarch64/constraints.md | 8 ++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/simd/vect_str_zero.c | 6 ++++--
5 files changed, 35 insertions(+), 7 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 608f62d5c03 * MAINTAINERS: Remove email address of Jim Norris.
new 2be90a054e6 PR c/82167 * c-typeck.c (c_expr_sizeof_expr): Use the typ [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-typeck.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr82167.c | 14 ++++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr82167.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 gcc-7-branch
in repository gcc.
from 6d720b95b16 PR libstdc++/81468 constrain std::chrono::time_point constructor
new bb85d61e6bf PR libstdc++/79162 implement LWG 2946 and LWG 2758
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:
libstdc++-v3/ChangeLog | 32 ++
libstdc++-v3/include/bits/basic_string.h | 547 ++++++++++++++-------
.../any.cc => 21_strings/basic_string/79162.cc} | 22 +-
.../{cons/char/79162.cc => lwg2946.cc} | 25 +-
4 files changed, 431 insertions(+), 195 deletions(-)
copy libstdc++-v3/testsuite/{20_util/variant/any.cc => 21_strings/basic_string/791 [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/{cons/char/79162.cc => lwg2946 [...]
--
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 0fc56478a9 Clear up log1p, ldexp, scalbn, scalbln compat handling.
new bcea7ad608 Move exp compat wrappers under math/
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 | 13 ++++++
{sysdeps/ieee754/dbl-64 => math}/w_exp_compat.c | 0
{sysdeps/ieee754/flt-32 => math}/w_expf_compat.c | 0
math/w_expl_compat.c | 48 ++++++++++++++++++----
sysdeps/ieee754/ldbl-128/w_expl_compat.c | 45 --------------------
sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c | 24 -----------
sysdeps/ieee754/ldbl-96/w_expl_compat.c | 37 -----------------
sysdeps/ieee754/ldbl-opt/w_exp_compat.c | 2 +-
.../{ldbl-64-128 => ldbl-opt}/w_expl_compat.c | 2 +-
9 files changed, 55 insertions(+), 116 deletions(-)
rename {sysdeps/ieee754/dbl-64 => math}/w_exp_compat.c (100%)
rename {sysdeps/ieee754/flt-32 => math}/w_expf_compat.c (100%)
delete mode 100644 sysdeps/ieee754/ldbl-128/w_expl_compat.c
delete mode 100644 sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c
delete mode 100644 sysdeps/ieee754/ldbl-96/w_expl_compat.c
rename sysdeps/ieee754/{ldbl-64-128 => ldbl-opt}/w_expl_compat.c (72%)
--
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 215a37d3e0a [gcc/testsuite]
new 608f62d5c03 * MAINTAINERS: Remove email address of Jim Norris.
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 | 4 ++++
MAINTAINERS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.