This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c578b9b40a0 [DAG] Fix and-mask folding when narrowing loads.
new 105d2e890f9 [DAG] Don't map a TableId to itself in the ReplacedValues map
new cb219d00892 [SLPVectorizer] Move isOneOf after InstructionsState type. NFCI.
new 19357eaea4f Remove a redundant initialization. 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:
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 7 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 3 +-
lib/MC/MCParser/AsmParser.cpp | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 142 ++++++++++++++---------------
test/CodeGen/X86/legalize-types-remapid.ll | 16 ++++
5 files changed, 95 insertions(+), 75 deletions(-)
create mode 100644 test/CodeGen/X86/legalize-types-remapid.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 gcc.
from fba8791d09f Add testcase accidentally not committed earlier
new 4210c53542b PR c++/86210 * c-common.c (check_nonnull_arg): Use fold_f [...]
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-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 6 ++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wnonnull4.C | 21 +++++++++++++++++++++
4 files changed, 34 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull4.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-8-branch
in repository gcc.
from 6038f61c4be PR debug/86194 * var-tracking.c (use_narrower_mode_test): [...]
new 74ef2f41cbb PR c++/86210 * c-common.c (check_nonnull_arg): Use fold_f [...]
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-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 6 ++----
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/warn/Wnonnull4.C | 21 +++++++++++++++++++++
4 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull4.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 clang.
from 5e8547baed [analyzer] Optimize constraint generation when the range is [...]
new 2e7bf27afa Simplify. No behavior change.
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 | 8 +-------
1 file changed, 1 insertion(+), 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 lld.
from 380069024 [ELF] Support -z initfirst
new 92927b955 [ELF][MIPS] Fill a primary-GOT as much as possible
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/SyntheticSections.cpp | 21 +++++++++++++--------
test/ELF/mips-mgot.s | 41 +++++++++++++++--------------------------
2 files changed, 28 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 19b4138ef1f PR c++/86240 * constexpr.c (cxx_eval_constant_expression) [...]
new fba8791d09f Add testcase accidentally not committed earlier
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 | 5 +++++
.../testsuite/20_util/duration/{cons => arithmetic}/dr3050.cc | 10 ++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
copy libstdc++-v3/testsuite/20_util/duration/{cons => arithmetic}/dr3050.cc (82%)
--
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 cf17eb9 Remove liboffload from repository
new 1fdab7f minor: fixed typo in debug print
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/src/kmp_gsupport.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 llvm.
from 737553be0c9 [LIT] Enable testing of LLVM gold plugin on Mac OS X
new c578b9b40a0 [DAG] Fix and-mask folding when narrowing loads.
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 | 5 +++--
test/CodeGen/X86/pr37820.ll | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/pr37820.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 gcc.
from b6bb0f024b1 PR debug/86194 * var-tracking.c (use_narrower_mode_test): [...]
new 19b4138ef1f PR c++/86240 * constexpr.c (cxx_eval_constant_expression) [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/constexpr.c | 2 ++
gcc/cp/error.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr86240.C | 12 ++++++++++++
5 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr86240.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 9d9298bf57f [WebAssembly] Update know failures for the wasm waterfall
new 737553be0c9 [LIT] Enable testing of LLVM gold plugin on Mac OS X
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/lit.cfg.py | 2 +-
test/tools/gold/X86/Inputs/common.ll | 1 +
test/tools/gold/X86/Inputs/common2.ll | 1 +
test/tools/gold/X86/Inputs/common3.ll | 1 +
test/tools/gold/X86/Inputs/drop-linkage.ll | 1 +
test/tools/gold/X86/common.ll | 1 +
test/tools/gold/X86/drop-linkage.ll | 3 ++-
test/tools/gold/X86/thinlto_archive.ll | 2 +-
8 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.