This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2db2d47e39d Include GUIDs from the same module when computing GUIDs tha [...]
new f14c45fbabe loop-rotate: eliminate duplicate debug intrinsics after splicing.
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/Transforms/Utils/BasicBlockUtils.cpp | 27 ++++++-
test/Transforms/LoopRotate/dbg-value-duplicates.ll | 86 ++++++++++++++++++++++
2 files changed, 112 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopRotate/dbg-value-duplicates.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 054aa460a19 [PATCH] fix fdump-lang-raw ICE
new ce405054618 [AArch64] Generate permute patterns using rtx builders
new 16042add875 [AArch64] Move code around
new 99276ded45d [AArch64] Rename the internal "Upl" constraint
new 4ec31dd2d69 [AArch64] Minor rtx costs tweak
The 4 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 | 41 ++++
gcc/config/aarch64/aarch64-simd.md | 11 +-
gcc/config/aarch64/aarch64.c | 414 ++++++++++---------------------------
gcc/config/aarch64/aarch64.md | 4 +-
gcc/config/aarch64/constraints.md | 2 +-
gcc/config/aarch64/iterators.md | 7 +-
6 files changed, 171 insertions(+), 308 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 4d7894c6d83 [globalisel][tablegen] Add support for multi-insn emission
new 2db2d47e39d Include GUIDs from the same module when computing GUIDs tha [...]
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/ProfileData/SampleProf.h | 18 ++++++-------
lib/Transforms/IPO/SampleProfile.cpp | 31 +++++++++++-----------
.../Inputs/{import.prof => function_metadata.prof} | 3 +++
.../{import.ll => function_metadata.ll} | 23 ++++++++++++++--
4 files changed, 48 insertions(+), 27 deletions(-)
rename test/Transforms/SampleProfile/Inputs/{import.prof => function_metadata.prof} (65%)
rename test/Transforms/SampleProfile/{import.ll => function_metadata.ll} (52%)
--
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 compiler-rt.
from 4f6767844 [scudo] Fix standlone build -lrt requirement
new a638156d4 [fuzzer] Script to detect unbalanced allocation in -trace_mal [...]
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/fuzzer/scripts/unbalanced_allocs.py | 93 ++++++++++++++++++++++++++++++++
test/fuzzer/trace-malloc-unbalanced.test | 27 ++++++++++
2 files changed, 120 insertions(+)
create mode 100755 lib/fuzzer/scripts/unbalanced_allocs.py
create mode 100644 test/fuzzer/trace-malloc-unbalanced.test
--
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 dca3eaa1fc6 Revert 317016 and 317048
new 4d7894c6d83 [globalisel][tablegen] Add support for multi-insn emission
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 10 ++
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 52 ++++++--
.../GlobalISel/select-bitcast-bigendian.mir | 19 +++
.../GlobalISel/select-intrinsic-crypto-aesmc.mir | 26 ++++
test/TableGen/GlobalISelEmitter.td | 23 ++--
utils/TableGen/GlobalISelEmitter.cpp | 138 +++++++++++++++++++--
6 files changed, 238 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-bitcast-bigendian.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-intrinsic-crypto-aesmc.mir
--
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 63dcaeaca44 AMDGPU: Fix set but not used warnings related to AMDGPUAS
new dca3eaa1fc6 Revert 317016 and 317048
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/Transforms/Utils/SimplifyIndVar.cpp | 94 ++++++++++++++++++---------------
1 file changed, 50 insertions(+), 44 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 openmp.
from ff9d3f5 Update implementation of OMPT to the specification OpenMP 5.0 [...]
new 8f8a4cd [OpenMP] Fix race condition in omp_init_lock
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_lock.cpp | 7 ++++---
runtime/test/lock/omp_init_lock.c | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 runtime/test/lock/omp_init_lock.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 816659f9fbe [C++ PATCH] overloaded operator fns [8/N]
new 054aa460a19 [PATCH] fix fdump-lang-raw ICE
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 | 4 ++++
gcc/tree-dump.c | 3 ++-
2 files changed, 6 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 949005a477d [X86] Prevent fast isel from folding loads into the instruc [...]
new 63dcaeaca44 AMDGPU: Fix set but not used warnings related to AMDGPUAS
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/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
.../AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp | 5 ++-
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 3 +-
lib/Target/AMDGPU/R600ISelLowering.cpp | 37 +++++++++++-----------
lib/Target/AMDGPU/SIFrameLowering.cpp | 3 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 12 +++----
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 6 ++--
7 files changed, 32 insertions(+), 36 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 96d99b505fd RISC-V: Document the medlow and medany code models
new 816659f9fbe [C++ PATCH] overloaded operator fns [8/N]
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 | 15 +++++++++++++++
gcc/cp/cp-tree.h | 32 ++++++++++++++++----------------
gcc/cp/decl.c | 7 +++++--
gcc/cp/lex.c | 7 +++----
gcc/cp/mangle.c | 2 +-
gcc/cp/pt.c | 4 +++-
gcc/cp/typeck.c | 6 +++---
7 files changed, 46 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.