This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3ef874fef74 DAG: Follow-up to r319692 check the truncates inputs have t [...]
new 67fbf95b763 [globalisel][tablegen] Tests for r319691
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:
.../GlobalISel/legalize-atomic-load-store.mir | 91 +++++
.../AArch64/GlobalISel/select-atomic-load.mir | 431 +++++++++++++++++++++
2 files changed, 522 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-atomic-load-store.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-atomic-load.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 clang.
from 5440a99158 [OpenMP] Initial implementation of code generation for pragm [...]
new b873ee35bb [analyzer] [NFC] remove duplicated function
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/StaticAnalyzer/Core/RangeConstraintManager.cpp | 43 ++++++----------------
1 file changed, 12 insertions(+), 31 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 8873bce640 Now that C++17 is official (https://www.iso.org/standard/685 [...]
new 5440a99158 [OpenMP] Initial implementation of code generation for pragm [...]
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/Basic/OpenMPKinds.cpp | 2 +-
lib/CodeGen/CGStmtOpenMP.cpp | 34 +-
lib/Sema/SemaOpenMP.cpp | 18 +-
.../teams_distribute_parallel_for_codegen.cpp | 1 -
...teams_distribute_parallel_for_simd_codegen.cpp} | 69 ++-
...stribute_parallel_for_simd_collapse_codegen.cpp | 149 ++++++
...ute_parallel_for_simd_dist_schedule_codegen.cpp | 268 ++++++++++
...bute_parallel_for_simd_firstprivate_codegen.cpp | 500 +++++++++++++++++
...ams_distribute_parallel_for_simd_if_codegen.cpp | 187 +++++++
...ibute_parallel_for_simd_lastprivate_codegen.cpp | 593 +++++++++++++++++++++
...ibute_parallel_for_simd_num_threads_codegen.cpp | 123 +++++
...istribute_parallel_for_simd_private_codegen.cpp | 333 ++++++++++++
...tribute_parallel_for_simd_proc_bind_codegen.cpp | 93 ++++
...tribute_parallel_for_simd_reduction_codegen.cpp | 348 ++++++++++++
...stribute_parallel_for_simd_schedule_codegen.cpp | 402 ++++++++++++++
15 files changed, 3076 insertions(+), 44 deletions(-)
copy test/OpenMP/{teams_distribute_parallel_for_codegen.cpp => teams_distribute_pa [...]
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_collapse_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_dist_schedule_co [...]
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_cod [...]
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_private_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_reduction_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.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 e35711676bd [globalisel][tablegen] Split atomic load/store into separat [...]
new 1e96e811d73 DAG: Match truncated rotation (PR35487)
new 3ef874fef74 DAG: Follow-up to r319692 check the truncates inputs have t [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 10 ++++++++++
test/CodeGen/X86/rotate.ll | 19 +++++++++++++++++++
2 files changed, 29 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 lldb.
from 3af21fb71 Makefile.rules: compile all tests with -fno-limit-debug-info
new fed39c52d Switch from C++1z to C++17; corresponds to r319688 in Clang.
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:
source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.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 libcxx.
from 46b4ad540 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
new cd6464602 Ooops. I checked in a test for a bug I haven't fixed yet. Tem [...]
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:
.../basic.string/string.modifiers/string_append/push_back.pass.cpp | 2 ++
1 file changed, 2 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 ca3a90446b9 Add missing triple args to tests
new 07f4dc367b2 Move splitIndirectCriticalEdges() to BasicBlockUtils.h.
new e35711676bd [globalisel][tablegen] Split atomic load/store into separat [...]
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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 2 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 ++++
include/llvm/CodeGen/TargetOpcodes.def | 6 +
include/llvm/Target/GenericOpcodes.td | 22 +++
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 22 +--
include/llvm/Transforms/Utils/BasicBlockUtils.h | 20 +++
lib/CodeGen/CodeGenPrepare.cpp | 160 +--------------------
lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 +++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 32 +++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 -
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 8 ++
lib/Target/ARM/ARMInstructionSelector.cpp | 6 -
lib/Target/X86/X86InstructionSelector.cpp | 5 -
lib/Transforms/Utils/BreakCriticalEdges.cpp | 139 ++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 20 +--
.../AArch64/GlobalISel/arm64-irtranslator.ll | 12 +-
test/TableGen/GlobalISelEmitter.td | 2 -
utils/TableGen/GlobalISelEmitter.cpp | 131 +++++++++++------
18 files changed, 380 insertions(+), 258 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-tools-extra.
from 6254741d [clangd] Split CodeComplete into a separate file. NFC
new 1257732f Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/
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/modernize/UnaryStaticAssertCheck.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 libcxx.
from aeded2bf6 Fix PR#35948: generate_n does not accept floating point Size [...]
new 46b4ad540 Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
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/string | 33 +++++++
include/string_view | 33 +++++++
.../ends_with.char.pass.cpp} | 26 ++++--
.../string.ends_with/ends_with.ptr.pass.cpp | 63 +++++++++++++
.../ends_with.string_view.pass.cpp | 72 ++++++++++++++
.../string_append/push_back.pass.cpp | 14 +++
.../starts_with.char.pass.cpp} | 26 ++++--
.../string.starts_with/starts_with.ptr.pass.cpp | 62 ++++++++++++
.../starts_with.string_view.pass.cpp | 72 ++++++++++++++
.../string.view.template/ends_with.char.pass.cpp | 47 ++++++++++
.../string.view.template/ends_with.ptr.pass.cpp | 104 +++++++++++++++++++++
.../ends_with.string_view.pass.cpp | 104 +++++++++++++++++++++
.../string.view.template/starts_with.char.pass.cpp | 47 ++++++++++
.../string.view.template/starts_with.ptr.pass.cpp | 104 +++++++++++++++++++++
.../starts_with.string_view.pass.cpp | 104 +++++++++++++++++++++
www/cxx2a_status.html | 2 +-
16 files changed, 892 insertions(+), 21 deletions(-)
copy test/std/strings/basic.string/{string.capacity/empty.fail.cpp => string.ends_ [...]
create mode 100644 test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp
create mode 100644 test/std/strings/basic.string/string.ends_with/ends_with.string [...]
copy test/std/strings/basic.string/{string.capacity/empty.fail.cpp => string.start [...]
create mode 100644 test/std/strings/basic.string/string.starts_with/starts_with.pt [...]
create mode 100644 test/std/strings/basic.string/string.starts_with/starts_with.st [...]
create mode 100644 test/std/strings/string.view/string.view.template/ends_with.cha [...]
create mode 100644 test/std/strings/string.view/string.view.template/ends_with.ptr [...]
create mode 100644 test/std/strings/string.view/string.view.template/ends_with.str [...]
create mode 100644 test/std/strings/string.view/string.view.template/starts_with.c [...]
create mode 100644 test/std/strings/string.view/string.view.template/starts_with.p [...]
create mode 100644 test/std/strings/string.view/string.view.template/starts_with.s [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.