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 6277b3d61 Fix license headers
new b5c4c8343 [LSan] Fix `__sanitizer_print_stack_trace` via fast unwinder
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/lsan/lsan.h | 3 ++-
test/sanitizer_common/TestCases/Darwin/print-stack-trace.cc | 3 ---
test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc | 2 +-
test/sanitizer_common/TestCases/symbolize_stack.cc | 2 +-
4 files changed, 4 insertions(+), 6 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 1f08b282ae1 [X86] Add test cases to show missed opportunities to remove [...]
new e890ea0ea24 [AArch64][GlobalISel] Implement partial support for G_SHUFF [...]
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/AArch64/AArch64InstructionSelector.cpp | 130 ++++++++++++++++++
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 23 ++++
.../AArch64/GlobalISel/legalize-shuffle-vector.mir | 54 ++++++++
.../GlobalISel/legalizer-info-validation.mir | 2 +-
.../AArch64/GlobalISel/select-shuffle-vector.mir | 151 +++++++++++++++++++++
5 files changed, 359 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-shuffle-vector.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-shuffle-vector.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 7afb46653de * config/alpha/linux-unwind.h (alpha_fallback_frame_state) [...]
new c6f7db4837a PR target/89397 * config/i386/i386.c (ix86_atomic_assign_ [...]
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 | 11 +++++++++++
gcc/config/i386/i386.c | 10 +++++-----
gcc/config/i386/sse.md | 4 ++--
3 files changed, 18 insertions(+), 7 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 b47245f1bc5 PR c++/89336 * constexpr.c (cxx_eval_store_expression): D [...]
new 7afb46653de * config/alpha/linux-unwind.h (alpha_fallback_frame_state) [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/config/alpha/linux-unwind.h | 5 ++++-
2 files changed, 9 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 1f63d705ea4 [CGP] match a special-case of unsigned subtract overflow
new 1f08b282ae1 [X86] Add test cases to show missed opportunities to remove [...]
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/CodeGen/X86/btc_bts_btr.ll | 187 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 187 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 30f0c1109c0 [DAGCombine] Generalize Dead Store to overlapping stores.
new 1f63d705ea4 [CGP] match a special-case of unsigned subtract overflow
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/CodeGenPrepare.cpp | 5 +++++
test/CodeGen/X86/cgp-usubo.ll | 8 +++-----
test/Transforms/CodeGenPrepare/X86/overflow-intrinsics.ll | 9 +++++----
3 files changed, 13 insertions(+), 9 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 a268d555b47 Fix ICE with #line directive (PR c/89410)
new b47245f1bc5 PR c++/89336 * constexpr.c (cxx_eval_store_expression): D [...]
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/constexpr.c | 16 +++++++--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-89336-3.C | 46 ++++++++++++++++++++++++++
4 files changed, 71 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89336-3.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 febe1abd953 [SelectionDAG] Teach GetDemandedBits to look at the known z [...]
new 21d7b5a1d61 AMDGPU/GlobalISel: Move SMRD selection logic to TableGen
new 30f0c1109c0 [DAGCombine] Generalize Dead Store to overlapping stores.
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 | 31 +--
lib/Target/AMDGPU/AMDGPUGISel.td | 24 +++
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 209 ++++++++-------------
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 8 +
lib/Target/AMDGPU/SMInstructions.td | 23 ++-
test/CodeGen/AArch64/ldst-paired-aliasing.ll | 6 +-
.../AMDGPU/GlobalISel/inst-select-load-smrd.mir | 43 +++--
test/CodeGen/X86/pr40631_deadstore_elision.ll | 1 -
8 files changed, 186 insertions(+), 159 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 release_80
in repository libcxx.
from 71de49afa Merging r352374: -------------------------------------------- [...]
new 2dccb7c8a ReleaseNotes: remove in-progress warning
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:
docs/ReleaseNotes.rst | 17 +++--------------
1 file changed, 3 insertions(+), 14 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 22d3f6dd2 [compiler-rt] Build custom libcxx with libcxxabi
new fd04b117f Fix the build with gcc when `-Wredundant-decls` is passed
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/__locale | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.