This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ab827bd [AMDGPU] Allow hoisting of comparisons out of a loop and elim [...]
new 6f1fc60 Revert r287637 "[wasm] hack around test failure after r287553."
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/CodeGen/WebAssembly/cfg-stackify.ll | 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 gcc.
from 70c32ff PR c++/72808 * decl.c (finish_enum_value_list): Call fixup_ [...]
new 687a7c2 Fix typo.
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 | 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 7ca47d5 Set task->td_dephash to NULL after free
new 81094a8 Cleanup: memory leaks on warnings printing fixed; some memory [...]
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_environment.c | 3 +-
runtime/src/kmp_i18n.c | 123 +++++++++++++++++++++-------------------
runtime/src/kmp_itt.c | 34 ++++++++---
runtime/src/kmp_settings.c | 8 +--
runtime/src/kmp_str.c | 5 +-
runtime/src/z_Linux_util.c | 62 +++++++++++++++-----
runtime/src/z_Windows_NT_util.c | 6 +-
7 files changed, 149 insertions(+), 92 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 release_39
in repository openmp.
from 168b27e Merging r278036: -------------------------------------------- [...]
new 05cf772 Merging r278332: -------------------------------------------- [...]
new 91b0f59 Merging r280138: -------------------------------------------- [...]
new ae6d028 Merging r285283: -------------------------------------------- [...]
new b402abd Merging r287551: -------------------------------------------- [...]
new f38e0ce Merging r285703: -------------------------------------------- [...]
The 5 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.h | 20 +++++++++-----
runtime/src/kmp_runtime.c | 18 +++++++++++++
runtime/src/kmp_taskdeps.cpp | 20 +++++++++-----
runtime/src/kmp_tasking.c | 39 +++++++++++++++++++++++++---
runtime/test/misc_bugs/many-microtask-args.c | 3 ++-
5 files changed, 84 insertions(+), 16 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 17a49f5 PR rtl-optimization/78546 * simplify-rtx.c (neg_const_int): [...]
new 70c32ff PR c++/72808 * decl.c (finish_enum_value_list): Call fixup_ [...]
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 | 8 ++++++++
gcc/cp/decl.c | 7 +++++--
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/debug/pr72808.C | 24 ++++++++++++++++++++++++
4 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr72808.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 gcc.
from 60d5903 Fix PR78556 - left shift of negative values
new 17a49f5 PR rtl-optimization/78546 * simplify-rtx.c (neg_const_int): [...]
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/simplify-rtx.c | 20 ++++++++++++++------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/torture/pr78546-1.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr78546-2.c | 16 ++++++++++++++++
5 files changed, 66 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78546-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78546-2.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 2e72c7b [StructurizeCFG] Use range-based for loops.
new 46cc792 Revert r287553: [CodeGenPrep] Skip merging empty case blocks
new ab827bd [AMDGPU] Allow hoisting of comparisons out of a loop and elim [...]
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/CodeGenPrepare.cpp | 167 ++++-----------------
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/SILowerControlFlow.cpp | 78 +++++++++-
lib/Target/AMDGPU/SILowerI1Copies.cpp | 28 +++-
test/CodeGen/AMDGPU/branch-relaxation.ll | 4 +-
test/CodeGen/AMDGPU/hoist-cond.ll | 46 ++++++
test/CodeGen/X86/phi-immediate-factoring.ll | 3 +-
test/CodeGen/X86/ragreedy-hoist-spill.ll | 8 +-
.../CodeGenPrepare/AArch64/widen_switch.ll | 6 +-
test/Transforms/CodeGenPrepare/X86/widen_switch.ll | 6 +-
.../CodeGenPrepare/skip-merging-case-block.ll | 144 ------------------
11 files changed, 189 insertions(+), 302 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/hoist-cond.ll
delete mode 100644 test/Transforms/CodeGenPrepare/skip-merging-case-block.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 0ffe6c0 [X86][SSE] Add initial support for combining (V)PMOVZX with s [...]
new 38c5492 [StructurizeCFG] Refactor NearestCommonDominator.
new 2e72c7b [StructurizeCFG] Use range-based for loops.
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/Transforms/Scalar/StructurizeCFG.cpp | 214 +++++++++++++------------------
1 file changed, 87 insertions(+), 127 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 eae19ea3 PR fortran/78298 * tree-nested.c (convert_local_reference_s [...]
new 60d5903 Fix PR78556 - left shift of negative values
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.