This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c062c8dc61d [CodeGenPrepare] Fix typo in comment. NFC
new 56fec39d44a Extend SpecialCaseList to allow users to blame matches on e [...]
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/Support/SpecialCaseList.h | 37 ++++++++------
lib/Support/SpecialCaseList.cpp | 83 ++++++++++++++-----------------
unittests/Support/SpecialCaseListTest.cpp | 24 +++++++++
3 files changed, 83 insertions(+), 61 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 8df1506a8f New clang option -fno-plt which avoids the PLT and lazy bind [...]
new 94ae19d461 Update SanitizerSpecialCaseList to use renamed functions in [...]
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/SanitizerSpecialCaseList.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 zorg.
from 57d03d8 jenkins/jobs: Fix more typos
new a9822b9 jenkins/tasks: Simplify lnt_test_suite.sh script
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:
tasks/utils/lnt_test_suite.sh | 2 --
1 file changed, 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 gcc.
from 831ef837c6c rs6000: Use isel for the cstore patterns
new 6ca3dec93cd PR target/82855 * config/i386/i386.c (ix86_swap_binary_op [...]
new 350d1b5f180 PR target/82855 * config/i386/i386.md (SWI1248_AVX512BWDQ [...]
new c06d7bdd817 PR c++/82835 * cp-gimplify.c (cxx_omp_clause_apply_fn): F [...]
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:
gcc/ChangeLog | 33 ++++++++++
gcc/config/i386/i386.c | 5 +-
gcc/config/i386/i386.md | 20 ++++++
gcc/config/i386/sse.md | 83 ++++++++++++------------
gcc/cp/ChangeLog | 6 ++
gcc/cp/cp-gimplify.c | 9 +--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/avx512dq-pr82855.c | 14 ++++
libgomp/ChangeLog | 5 ++
libgomp/testsuite/libgomp.c++/pr82835.C | 34 ++++++++++
10 files changed, 166 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr82855.c
create mode 100644 libgomp/testsuite/libgomp.c++/pr82835.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 2725af04109 Convert a dwarfdump test from checked-in binary to assemble [...]
new 5363e7a31e7 Use new vector insert half-word and byte instructions when [...]
new c062c8dc61d [CodeGenPrepare] Fix typo in comment. NFC
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/CodeGenPrepare.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 29 +++-
lib/Target/PowerPC/PPCInstrVSX.td | 7 +
test/CodeGen/PowerPC/p9-vinsert-vextract.ll | 244 ++++++++++++++++++++++++++++
4 files changed, 278 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 llvm.
from a2fd1c7e77b [DWARFv5] Add new test for previous commit.
new 2725af04109 Convert a dwarfdump test from checked-in binary to assemble [...]
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/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 | Bin 3248 -> 0 bytes
test/DebugInfo/{Inputs => X86}/dwarfdump-header.s | 46 +++++++++++++++--
test/DebugInfo/dwarfdump-header.test | 60 ----------------------
3 files changed, 43 insertions(+), 63 deletions(-)
delete mode 100644 test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
rename test/DebugInfo/{Inputs => X86}/dwarfdump-header.s (81%)
delete mode 100644 test/DebugInfo/dwarfdump-header.test
--
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 2e390822e Change a bunch of comments from C++1z to C++17. NFC
new 6efb1c19a Change test suite to support c++17 dialect flag instead of c++1z.
new 7e73ea873 Teach test suite about C++2a dialect flag.
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:
docs/TestingLibcxx.rst | 2 +-
.../istream.iterator/istream.iterator.cons/default.pass.cpp | 2 +-
.../new.delete/new.delete.array/sized_delete_array11.pass.cpp | 2 +-
.../new.delete/new.delete.single/sized_delete11.pass.cpp | 2 +-
utils/libcxx/test/config.py | 9 ++++++---
5 files changed, 10 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 binutils-gdb.
from 016f5a3777 Fix typo in my email address.
new 52eab766df opcodes/arc: Fix incorrect insn_class for some nps insns
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:
opcodes/ChangeLog | 4 ++++
opcodes/arc-nps400-tbl.h | 8 ++++----
2 files changed, 8 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 llvm.
from e9d757c19ed [DWARFv5] Support DW_FORM_strp in the .debug_line header.
new a2fd1c7e77b [DWARFv5] Add new test for previous commit.
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/DebugInfo/X86/dwarfdump-header-64.s | 149 +++++++++++++++++++++++++++++++
1 file changed, 149 insertions(+)
create mode 100644 test/DebugInfo/X86/dwarfdump-header-64.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.