This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6dfed74aba7 Fix typos in riscv register save/restore.
new 27db1f50e35 PR c++/83273 - constexpr if allows non-constant condition
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/constexpr.c | 8 ++++++++
gcc/cp/semantics.c | 2 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-if12.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-if13.C | 10 ++++++++++
5 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if13.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 206bdbac746 Revert r319490 "XOR the frame pointer with the stack cookie [...]
new eb42c992dfc [msan] Add a fixme note for a minor deficiency.
new 85c02734d1e AMDGPU: Disable fp64 support on pre GCN asics
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/AMDGPUSubtarget.cpp | 23 +++++++++++++---------
lib/Target/AMDGPU/AMDGPUSubtarget.h | 2 +-
lib/Target/AMDGPU/R600Processors.td | 8 ++++----
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 ++
test/CodeGen/AMDGPU/fma.ll | 2 +-
5 files changed, 22 insertions(+), 15 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 79f2fee592d AMDGPU: Fix creating invalid copy when adjusting dmask
new 206bdbac746 Revert r319490 "XOR the frame pointer with the stack cookie [...]
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/CodeGen/TargetLowering.h | 11 --
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +-
lib/CodeGen/StackProtector.cpp | 6 +-
lib/Target/X86/X86ISelLowering.cpp | 13 --
lib/Target/X86/X86ISelLowering.h | 4 -
lib/Target/X86/X86InstrCompiler.td | 9 --
lib/Target/X86/X86InstrInfo.cpp | 15 ---
test/CodeGen/X86/stack-protector-msvc.ll | 154 +++--------------------
test/CodeGen/X86/stack-protector-weight.ll | 3 +-
9 files changed, 22 insertions(+), 206 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 30ba5010aa Add _Float128 as alias to __float128 to enable compilations [...]
new 10af36fbec Correctly handle line table entries without filenames during [...]
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/Serialization/ASTReader.cpp | 1 +
lib/Serialization/ASTWriter.cpp | 3 ++-
test/PCH/line-directive-nofilename.c | 9 +++++++++
test/PCH/line-directive-nofilename.h | 5 +++++
4 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/PCH/line-directive-nofilename.c
create mode 100644 test/PCH/line-directive-nofilename.h
--
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 17ce6cb99d6 Allow similar TargetOpcodes to use inheritance to factor ou [...]
new aaadfb2c37e AMDGPU: Use return value of MorphNodeTo
new 79f2fee592d AMDGPU: Fix creating invalid copy when adjusting dmask
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/AMDGPUISelDAGToDAG.cpp | 16 ++--
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 56 ++++++++++++--
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 88 +++++++++++-----------
lib/Target/AMDGPU/SIISelLowering.h | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 26 ++++++-
.../AMDGPU/adjust-writemask-invalid-copy.ll | 51 +++++++++++++
7 files changed, 181 insertions(+), 64 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/adjust-writemask-invalid-copy.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 f7d67aae64c Fix missing newlines from local-pure-const pass dump
new 6dfed74aba7 Fix typos in riscv register save/restore.
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 | 9 +++++++++
gcc/config/riscv/riscv.c | 6 +++---
gcc/config/riscv/riscv.h | 2 +-
3 files changed, 13 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 d80ab9d1a5 [OPENMP] Fix PR35486: crash when collapsing loops with depen [...]
new 76f57b2855 [libclang] Record parsing invocation to a temporary file whe [...]
new 30ba5010aa Add _Float128 as alias to __float128 to enable compilations [...]
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/clang-c/Index.h | 10 +++++++
include/clang/Basic/TokenKinds.def | 1 +
lib/Frontend/InitPreprocessor.cpp | 4 +++
test/Index/record-parsing-invocation.c | 21 +++++++++++++
test/Preprocessor/cuda-types.cu | 20 ++++++-------
test/Sema/_Float128.c | 22 ++++++++++++++
tools/c-index-test/c-index-test.c | 4 +++
tools/libclang/CIndex.cpp | 11 +++++++
tools/libclang/CIndexer.cpp | 55 ++++++++++++++++++++++++++++++++++
tools/libclang/CIndexer.h | 28 +++++++++++++++++
tools/libclang/libclang.exports | 1 +
11 files changed, 167 insertions(+), 10 deletions(-)
create mode 100644 test/Index/record-parsing-invocation.c
create mode 100644 test/Sema/_Float128.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 a61e335ed0a Re-submit r289925 (Update .debug_line section version to ma [...]
new 17ce6cb99d6 Allow similar TargetOpcodes to use inheritance to factor ou [...]
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/Target/GenericOpcodes.td | 248 +++++++++++++---------------------
include/llvm/Target/Target.td | 74 +++++-----
2 files changed, 131 insertions(+), 191 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 b873ee35bb [analyzer] [NFC] remove duplicated function
new d80ab9d1a5 [OPENMP] Fix PR35486: crash when collapsing loops with depen [...]
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/CGStmtOpenMP.cpp | 3 +++
test/OpenMP/distribute_firstprivate_codegen.cpp | 2 ++
test/OpenMP/distribute_lastprivate_codegen.cpp | 3 +++
test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp | 6 ++++++
.../distribute_parallel_for_simd_lastprivate_codegen.cpp | 6 ++++++
test/OpenMP/distribute_simd_firstprivate_codegen.cpp | 2 ++
test/OpenMP/distribute_simd_lastprivate_codegen.cpp | 3 +++
test/OpenMP/distribute_simd_reduction_codegen.cpp | 3 +++
test/OpenMP/for_codegen.cpp | 12 +++++++++++-
test/OpenMP/for_firstprivate_codegen.cpp | 3 +++
test/OpenMP/for_lastprivate_codegen.cpp | 4 ++++
test/OpenMP/for_linear_codegen.cpp | 8 ++++----
test/OpenMP/for_reduction_codegen.cpp | 1 +
test/OpenMP/for_reduction_codegen_UDR.cpp | 1 +
test/OpenMP/parallel_for_linear_codegen.cpp | 8 ++++----
test/OpenMP/taskloop_reduction_codegen.cpp | 1 +
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 1 +
test/OpenMP/teams_distribute_collapse_codegen.cpp | 2 ++
test/OpenMP/teams_distribute_lastprivate_codegen.cpp | 3 +++
.../teams_distribute_parallel_for_firstprivate_codegen.cpp | 1 +
.../teams_distribute_parallel_for_lastprivate_codegen.cpp | 6 ++++++
.../OpenMP/teams_distribute_parallel_for_private_codegen.cpp | 7 +++++--
.../teams_distribute_parallel_for_reduction_codegen.cpp | 3 +++
...ams_distribute_parallel_for_simd_firstprivate_codegen.cpp | 1 +
...eams_distribute_parallel_for_simd_lastprivate_codegen.cpp | 6 ++++++
.../teams_distribute_parallel_for_simd_private_codegen.cpp | 7 +++++--
.../teams_distribute_parallel_for_simd_reduction_codegen.cpp | 5 ++++-
test/OpenMP/teams_distribute_private_codegen.cpp | 5 +++--
28 files changed, 97 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 llvm.
from 67fbf95b763 [globalisel][tablegen] Tests for r319691
new a61e335ed0a Re-submit r289925 (Update .debug_line section version to ma [...]
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/MC/MCDwarf.cpp | 14 ++++++++++++--
test/CodeGen/X86/dbg-line-0-no-discriminator.ll | 4 ++--
test/DebugInfo/AArch64/line-header.ll | 2 +-
test/DebugInfo/Generic/empty.ll | 2 +-
test/DebugInfo/Generic/nodebug.ll | 2 +-
test/DebugInfo/X86/empty.ll | 2 +-
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll | 6 +++---
test/MC/ELF/debug-line.s | 10 +++++-----
test/MC/ELF/debug-line2.s | 10 +++++-----
test/MC/ELF/debug-loc.s | 2 +-
test/MC/ELF/discriminator.s | 2 +-
test/MC/ELF/empty-dwarf-lines.s | 2 +-
test/MC/MachO/file.s | 8 ++++----
test/MC/MachO/gen-dwarf.s | 2 +-
test/MC/MachO/loc.s | 14 +++++++-------
15 files changed, 46 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.