This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b84f59efc6 Add a test that relocs are correctly generated for missing b [...]
new 027a4c30d0 Remove a warning on macOS
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:
gdb/ChangeLog | 5 +++++
gdb/symfile.c | 2 +-
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 c62320ccc0e [TableGen] Suppress type validation when parsing pattern fragments
new b6e0532b347 [llvm-mca][BtVer2] Add tests for dependency breaking instructions.
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:
...al-reg-update-5.s => dependency-breaking-cmp.s} | 40 ++++++----
.../X86/BtVer2/dependency-breaking-pcmpeq.s | 90 ++++++++++++++++++++++
.../X86/BtVer2/dependency-breaking-pcmpgt.s | 90 ++++++++++++++++++++++
...-reg-update-5.s => dependency-breaking-sbb-1.s} | 41 ++++++----
.../X86/BtVer2/dependency-breaking-sbb-2.s | 83 ++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/one-idioms.s | 1 -
6 files changed, 314 insertions(+), 31 deletions(-)
copy test/tools/llvm-mca/X86/BtVer2/{partial-reg-update-5.s => dependency-breaking [...]
create mode 100644 test/tools/llvm-mca/X86/BtVer2/dependency-breaking-pcmpeq.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/dependency-breaking-pcmpgt.s
copy test/tools/llvm-mca/X86/BtVer2/{partial-reg-update-5.s => dependency-breaking [...]
create mode 100644 test/tools/llvm-mca/X86/BtVer2/dependency-breaking-sbb-2.s
--
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 b7219f9e807 Revert "CallGraphSCCPass: iterate over all functions."
new f185b903488 [Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter.cpp. NFC
new e61b6779e4a AMDGPU: Fix handling of alignment padding in DAG argument lowering
new 9c21e67b4cb AMDGPU: Properly handle shader inputs with split arguments
new c62320ccc0e [TableGen] Suppress type validation when parsing pattern fragments
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:
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 14 +-
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp | 11 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 183 ++++++++++++---------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +-
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 11 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 15 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 74 +++++----
lib/Target/AMDGPU/AMDGPUSubtarget.h | 28 ++--
lib/Target/AMDGPU/R600.td | 5 -
lib/Target/AMDGPU/R600ISelLowering.cpp | 21 +--
lib/Target/AMDGPU/SIISelLowering.cpp | 48 ++++--
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 24 +--
test/CodeGen/AMDGPU/kernel-args.ll | 77 +++++++--
.../CodeGen/AMDGPU/kernel-argument-dag-lowering.ll | 132 +++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 16 +-
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 2 +-
utils/TableGen/AsmMatcherEmitter.cpp | 12 +-
utils/TableGen/CodeGenDAGPatterns.cpp | 14 +-
utils/TableGen/CodeGenDAGPatterns.h | 12 ++
20 files changed, 479 insertions(+), 232 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/kernel-argument-dag-lowering.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 libcxx.
from 9765ed036 Fix a couple of 'unused variable' warnings in a vector test. NFC.
new c005c7e34 Make internal class __wrap_iter constexpr when not using libc [...]
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/__config | 8 ++++
include/algorithm | 4 +-
include/iterator | 110 +++++++++++++++++++++++++++---------------------------
3 files changed, 66 insertions(+), 56 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 gcc-8-branch
in repository gcc.
from 2fb81a3d553 PR middle-end/86202 * gimple-fold.c (size_must_be_zero_p) [...]
new 950c7ddb563 [PR c++/86374] Name lookup failure in enclosing template
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 | 6 ++++++
gcc/cp/pt.c | 11 +++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr86374.C | 20 ++++++++++++++++++++
4 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr86374.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 a97ad691465 [NFC][X86][AArch64] Negative tests for 'check for [no] sign [...]
new b7219f9e807 Revert "CallGraphSCCPass: iterate over all functions."
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/ADT/SCCIterator.h | 24 +++----
lib/Analysis/CallGraphSCCPass.cpp | 110 +++++++++++---------------------
test/Transforms/Inline/always-inline.ll | 7 --
3 files changed, 49 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 master
in repository clang.
from 2fc21c4f2b [OpenMP] Initialize data sharing stack for SPMD case
new d119a80874 Fix PR34668 - P0704R1 implementation is too permissive
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/Sema/SemaExprCXX.cpp | 5 +++--
test/SemaCXX/cxx2a-pointer-to-const-ref-member.cpp | 3 +++
2 files changed, 6 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 libcxx.
from fbb1e6166 Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
new 9765ed036 Fix a couple of 'unused variable' warnings in a vector test. 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:
test/std/containers/sequences/vector/iterators.pass.cpp | 4 ++++
1 file changed, 4 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 clang.
from 74701fe1cf [NFC] Rename clang::AttributeList to clang::ParsedAttr
new 2fc21c4f2b [OpenMP] Initialize data sharing stack for SPMD case
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/CGOpenMPRuntimeNVPTX.cpp | 20 +++++++++++++++-----
test/OpenMP/nvptx_data_sharing.cpp | 2 +-
test/OpenMP/nvptx_target_parallel_codegen.cpp | 2 ++
.../nvptx_target_parallel_proc_bind_codegen.cpp | 3 +++
.../nvptx_target_parallel_reduction_codegen.cpp | 3 +++
test/OpenMP/nvptx_target_teams_codegen.cpp | 1 +
..._target_teams_distribute_parallel_for_codegen.cpp | 4 ++++
...et_teams_distribute_parallel_for_simd_codegen.cpp | 8 ++++++--
8 files changed, 35 insertions(+), 8 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 f907c503aba [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset ins [...]
new 0b0731cbb0b [dwarfdump] Pretty print DW_AT_APPLE_runtime_class
new 57726810dce [cfi-verify] Only run AArch64 tests when it is a supported target
new a97ad691465 [NFC][X86][AArch64] Negative tests for 'check for [no] sign [...]
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/BinaryFormat/Dwarf.cpp | 2 +
.../AArch64/lack-of-signed-truncation-check.ll | 115 +++++++++++++
test/CodeGen/AArch64/signed-truncation-check.ll | 114 +++++++++++++
.../CodeGen/X86/lack-of-signed-truncation-check.ll | 185 +++++++++++++++++++++
test/CodeGen/X86/signed-truncation-check.ll | 181 ++++++++++++++++++++
test/DebugInfo/X86/objc-property-void.ll | 1 +
.../llvm-cfi-verify}/AArch64/lit.local.cfg | 0
7 files changed, 598 insertions(+)
copy test/{Analysis/CostModel => tools/llvm-cfi-verify}/AArch64/lit.local.cfg (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.