This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 113675b Include filenames in error messages to report broken files.
new faf3253 Update comments.
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/Error.h | 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 clang.
from 70854ab Clang changes for alloc_align attribute
new cc271a0 [XRay][clang] Fix the -fxray-instruction-threshold flag processing
new 7b9e8f0 fixup: use CHECK for non-atttribute sets
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/Driver/XRayArgs.cpp | 6 +++---
lib/Frontend/CompilerInvocation.cpp | 6 ++++--
test/CodeGen/xray-instruction-threshold.cpp | 14 ++++++++++++++
3 files changed, 21 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/xray-instruction-threshold.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 3c1dcdd AMDGPU: Add all atomicrmw fields to atomic.inc/dec
new 48cd2fd [InstCombine] Fix typo last->least. NFC
new 95604f9 getPristineRegs is not accurately considering shrink wrapping [...]
new 9d2fdf4 Add testcase for r299124.
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/AsmParser/LLParser.cpp | 3 +
lib/CodeGen/AggressiveAntiDepBreaker.cpp | 3 +-
lib/CodeGen/CriticalAntiDepBreaker.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 6 +-
test/CodeGen/PowerPC/pristine-and-livein.mir | 330 +++++++++++++++++++++++
5 files changed, 341 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pristine-and-livein.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 gcc.
from b807a17 Fix pr52125.c test when built as -mno-abicalls -mabi=64
new daf498f Fix ICE when expanding MSA constant vectors with replicated 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/mips/mips.c | 5 +++--
2 files changed, 9 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 3361f1d [InstSimplify] Use APInt::isMaxSignedValue() instead of compa [...]
new 83c5596 [InstSimplify] Use m_SignBit instead of calling getSignBit an [...]
new 3c1dcdd AMDGPU: Add all atomicrmw fields to atomic.inc/dec
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 17 ++--
lib/Analysis/InstructionSimplify.cpp | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 7 +-
lib/Transforms/Scalar/InferAddressSpaces.cpp | 10 +-
test/Analysis/DivergenceAnalysis/AMDGPU/atomics.ll | 24 ++---
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 12 +--
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 104 +++++++++++++--------
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 93 +++++++++---------
.../InferAddressSpaces/AMDGPU/intrinsics.ll | 94 +++++++++++++++----
9 files changed, 225 insertions(+), 142 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 dbc8b93 [SimplifyIndvar] Replace the sdiv used by IV if we can prove [...]
new 3361f1d [InstSimplify] Use APInt::isMaxSignedValue() instead of compa [...]
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/Analysis/InstructionSimplify.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 clang-tools-extra.
from 0945cf0 Spelling mistakes in comments. NFCI.
new 022596b [clang-tidy] Reuse FileID in getLocation
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:
clang-tidy/ClangTidy.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 3730552 [AVX-512] Fix bad comment from r299112. NFC
new dbc8b93 [SimplifyIndvar] Replace the sdiv used by IV if we can prove [...]
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 | 42 ++++++-
.../IndVarSimplify/replace-sdiv-by-udiv.ll | 130 +++++++++++++++++++++
2 files changed, 168 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/replace-sdiv-by-udiv.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 7463d9e Correcting a typo; NFC.
new 70854ab Clang changes for alloc_align attribute
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/clang/Basic/Attr.td | 8 ++
include/clang/Basic/AttrDocs.td | 30 +++++++
include/clang/Sema/Sema.h | 5 ++
lib/CodeGen/CGCall.cpp | 4 +
lib/CodeGen/CodeGenFunction.h | 6 ++
lib/Sema/SemaDeclAttr.cpp | 147 ++++++++++++++++++++++++-------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 16 ++++
test/CodeGen/alloc-align-attr.c | 101 +++++++++++++++++++++
test/Sema/alloc-align-attr.c | 19 ++++
test/SemaCXX/alloc-align-attr.cpp | 40 +++++++++
10 files changed, 346 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/alloc-align-attr.c
create mode 100644 test/Sema/alloc-align-attr.c
create mode 100644 test/SemaCXX/alloc-align-attr.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 gcc.
from fd7ef47 PR translation/80189 * gimplify.c (omp_default_clause): Use [...]
new b807a17 Fix pr52125.c test when built as -mno-abicalls -mabi=64
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 | 4 ++++
gcc/testsuite/gcc.target/mips/pr52125.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.