This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb50152a4a0 Fix missing release metabug in merge-request.sh
new da2ff7289e7 [X86] Remove 'else' after 'return' I forgot to cleanup befo [...]
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/Target/X86/X86ISelLowering.cpp | 11 +++++++----
1 file changed, 7 insertions(+), 4 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 9b777b26d9 Simplify code (NFC)
new 3285546c97 -gmodules: Emit debug info for implicit module imports via # [...]
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/ObjectFilePCHContainerOperations.cpp | 5 +++++
test/Modules/ExtDebugInfo.cpp | 2 +-
test/Modules/Inputs/DebugCXX.h | 3 +++
test/Modules/ModuleDebugInfo.cpp | 17 +++++++++++++++--
4 files changed, 24 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 gcc.
from 19d1ea4d772 PR middle-end/83654 * explow.c (anti_adjust_stack_and_pro [...]
new 6d2cb6e192b Fix warning in gcc.dg/plugin/expensive_selftests_plugin.c w [...]
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 | 9 +++++++++
gcc/testsuite/gcc.dg/plugin/expensive-selftests-1.c | 2 +-
gcc/testsuite/gcc.dg/plugin/expensive_selftests_plugin.c | 4 +++-
3 files changed, 13 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 38a59d719de AMDGPU: Remove dead file
new bb50152a4a0 Fix missing release metabug in merge-request.sh
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:
utils/release/merge-request.sh | 3 +++
1 file changed, 3 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 7faa79a499c [InstCombine] Check for out of range shift values using API [...]
new aca5381bd12 StructurizeCFG: Fix broken backedge detection
new 38a59d719de AMDGPU: Remove dead file
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/Target/AMDGPU/Processors.td | 12 -
lib/Transforms/Scalar/StructurizeCFG.cpp | 110 ++------
test/CodeGen/AMDGPU/multilevel-break.ll | 3 +-
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 127 ++++++---
.../StructurizeCFG/AMDGPU/backedge-id-bug.ll | 301 +++++++++++++++++++++
.../StructurizeCFG}/AMDGPU/lit.local.cfg | 0
.../Transforms/StructurizeCFG/nested-loop-order.ll | 83 ++++--
7 files changed, 473 insertions(+), 163 deletions(-)
delete mode 100644 lib/Target/AMDGPU/Processors.td
create mode 100644 test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug.ll
copy test/{Analysis/CostModel => Transforms/StructurizeCFG}/AMDGPU/lit.local.cfg (100%)
--
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 0a1e5835c1 [Docs] Re-generate command line documentation, primarily to [...]
new 9b777b26d9 Simplify code (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:
lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 5 ++---
1 file changed, 2 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 gcc.
from ace897a0e98 PR tree-optimization/83501 - strlen(a) not folded after str [...]
new 19d1ea4d772 PR middle-end/83654 * explow.c (anti_adjust_stack_and_pro [...]
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 | 8 +++++
gcc/explow.c | 42 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.target/i386/stack-check-18.c | 23 ++++++++++++++
gcc/testsuite/gcc.target/i386/stack-check-19.c | 29 ++++++++++++++++++
5 files changed, 91 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/stack-check-18.c
create mode 100644 gcc/testsuite/gcc.target/i386/stack-check-19.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 02718c79726 [X86] Use ANY_EXTEND instead of SIGN_EXTEND in lowerMasksToReg
new 2f0787a62d2 [X86] Remove useless custom inserter for 64-bit TAILJMP and [...]
new 7faa79a499c [InstCombine] Check for out of range shift values using API [...]
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/Target/X86/X86ISelLowering.cpp | 10 ----------
lib/Target/X86/X86InstrControl.td | 3 +--
lib/Transforms/InstCombine/InstCombineShifts.cpp | 8 ++++----
test/Transforms/InstCombine/shift.ll | 21 +++++++++++++++++++++
4 files changed, 26 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 clang.
from c25f1aa948 Update docs version and clear release notes for 7.0.0
new 0a1e5835c1 [Docs] Re-generate command line documentation, primarily to [...]
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:
docs/ClangCommandLineReference.rst | 22 +++++++++++++++++++++-
1 file changed, 21 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 llvm.
from f5ca6da5b39 [lit] Bump version number
new 02718c79726 [X86] Use ANY_EXTEND instead of SIGN_EXTEND in lowerMasksToReg
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/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/X86/avx512-calling-conv.ll | 45 ++++++++-------------------------
2 files changed, 11 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.