This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 87de0641fd Make new PM honor -fdebug-info-for-profiling (clang side)
new 9b26b17bc4 Fix double destruction of objects when OpenMP construct is canceled
new d619c9b838 Update to use enum classes for various ARM *Kind enums
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:
lib/Basic/Targets/AArch64.cpp | 13 +++----
lib/Basic/Targets/ARM.cpp | 70 +++++++++++++++++-----------------
lib/Basic/Targets/ARM.h | 8 ++--
lib/CodeGen/CodeGenFunction.h | 2 +-
lib/Driver/ToolChain.cpp | 2 +-
lib/Driver/ToolChains/Arch/AArch64.cpp | 6 +--
lib/Driver/ToolChains/Arch/ARM.cpp | 15 ++++----
lib/Driver/ToolChains/Darwin.cpp | 12 +++---
lib/Driver/ToolChains/Gnu.cpp | 2 +-
test/OpenMP/cancel_codegen_cleanup.cpp | 46 ++++++++++++++++++++++
10 files changed, 111 insertions(+), 65 deletions(-)
create mode 100644 test/OpenMP/cancel_codegen_cleanup.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 llvm.
from 8082aa9df52 Fix assert from r309278
new bcc49d90081 [SelectionDAG] Avoid repeated calls to getNumOperands in fo [...]
new fb84191e188 [SLP] Outline code for the check that instruction users are [...]
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:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 15 +++++++++++----
2 files changed, 12 insertions(+), 5 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 5521225e7b [clang-diff] Rename, NFC
new 87de0641fd Make new PM honor -fdebug-info-for-profiling (clang side)
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/BackendUtil.cpp | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 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 a92181629c3 ThinLTO: Don't import aliases of any kind (even linkonce_odr)
new 75e478b8f6d remove redundant check
new 8082aa9df52 Fix assert from r309278
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:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
lib/Transforms/Utils/FunctionImportUtils.cpp | 8 ++++----
2 files changed, 5 insertions(+), 5 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 zorg.
from 30a7057 Add an X86-64 AVX2 LNT perf builder. This builder should run [...]
new 14015b1 [Polly bot] Add -polly-enable-optree -polly-enable-simplify t [...]
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:
buildbot/osuosl/master/config/builders.py | 4 ++--
1 file changed, 2 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 621b075f66e [ARM] Mark labels in skipAlignedDPRCS2Spills as fallthrough (NFC).
new 4dabbadd262 [SelectionDAG] Tidyup mask creation. NFCI.
new a92181629c3 ThinLTO: Don't import aliases of any kind (even linkonce_odr)
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:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 9 +--
lib/Transforms/IPO/FunctionImport.cpp | 28 +++-------
lib/Transforms/Utils/FunctionImportUtils.cpp | 24 +++-----
test/Linker/funcimport.ll | 7 +--
test/ThinLTO/X86/alias_import.ll | 68 +++++------------------
test/ThinLTO/X86/select_right_alias_definition.ll | 27 ---------
test/Transforms/FunctionImport/funcimport.ll | 9 +--
7 files changed, 38 insertions(+), 134 deletions(-)
delete mode 100644 test/ThinLTO/X86/select_right_alias_definition.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 36f9c8f5c6 [OPENMP] Codegen for 'in_reduction' clause.
new 5521225e7b [clang-diff] Rename, NFC
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:
tools/clang-diff/ClangDiff.cpp | 4 ++--
1 file changed, 2 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 zorg.
from 8781ead Fix X86-64 SDE builder config. Replace double quotes with sin [...]
new 30a7057 Add an X86-64 AVX2 LNT perf builder. This builder should run [...]
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:
buildbot/osuosl/master/config/builders.py | 21 +++++++++++++++++++++
1 file changed, 21 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 gcc.
from b1446423382 gcc/ PR middle-end/81564 * tree-cfg.c (group_case_labels_ [...]
new 7d4d7ecb021 PR c/81417 * c-warn.c (warn_for_sign_compare): Tweak the [...]
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-warn.c | 7 +++---
gcc/testsuite/ChangeLog | 15 +++++++++++++
gcc/testsuite/c-c++-common/Wsign-compare-1.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wsign-compare-2.C | 2 +-
gcc/testsuite/g++.dg/warn/Wsign-compare-4.C | 4 ++--
gcc/testsuite/g++.dg/warn/Wsign-compare-6.C | 2 +-
gcc/testsuite/g++.dg/warn/compare1.C | 2 +-
gcc/testsuite/gcc.dg/compare1.c | 2 +-
gcc/testsuite/gcc.dg/compare2.c | 8 +++----
gcc/testsuite/gcc.dg/compare4.c | 4 ++--
gcc/testsuite/gcc.dg/compare5.c | 4 ++--
gcc/testsuite/gcc.dg/pr35430.c | 2 +-
gcc/testsuite/gcc.dg/pr60087.c | 2 +-
14 files changed, 74 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wsign-compare-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.