This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e95eedc [SLPVectorizer] Extend SLP Vectorizer to deal with aggregates.
new 85648b9 [mips][atomics] Fix partword atomic binary operation implementation
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/Mips/MCTargetDesc/MipsABIInfo.cpp | 4 +
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h | 1 +
lib/Target/Mips/MipsISelLowering.cpp | 16 ++-
test/CodeGen/Mips/atomic.ll | 157 +++++++++++++++------------
4 files changed, 105 insertions(+), 73 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 c831d1b [GVN] Minor code cleanup. NFC.
new e95eedc [SLPVectorizer] Extend SLP Vectorizer to deal with aggregates.
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/Transforms/Vectorize/SLPVectorizer.cpp | 188 +++++++++++++++++-----
test/Transforms/SLPVectorizer/X86/insertvalue.ll | 189 +++++++++++++++++++++++
2 files changed, 340 insertions(+), 37 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/insertvalue.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 19df9dd Don't include minor version in GCJ ABI version (PR java/70839)
new cf977d5 * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alt [...]
new e40e534 This patch adds support for the signed and unsigned int versi [...]
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:
gcc/ChangeLog | 16 ++++
gcc/config/i386/i386.md | 16 ++--
gcc/config/i386/sse.md | 17 ++--
gcc/config/rs6000/rs6000-builtin.def | 2 +-
gcc/config/rs6000/rs6000-c.c | 64 +++++++++++++--
gcc/config/rs6000/rs6000.c | 7 ++
gcc/testsuite/ChangeLog | 12 +++
gcc/testsuite/gcc.target/i386/avx-vround-1.c | 59 +++++++++++++
gcc/testsuite/gcc.target/i386/avx-vround-2.c | 77 +++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-vround-1.c | 96 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-vround-2.c | 9 ++
gcc/testsuite/gcc.target/powerpc/vec-adde-int128.c | 77 +++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-adde.c | 77 +++++++++++++++++
13 files changed, 509 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx-vround-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx-vround-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vround-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vround-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-adde-int128.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-adde.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 ee1e043 Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields.
new 7ea83df [Hexagon] Handle double-vector registers as new-value producers
new c831d1b [GVN] Minor code cleanup. 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:
include/llvm/Transforms/Scalar/GVN.h | 17 ++-
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 30 ++++-
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 13 +++
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 2 +
lib/Transforms/Scalar/GVN.cpp | 125 ++++++++++-----------
test/MC/Hexagon/double-vector-producer.s | 12 ++
6 files changed, 122 insertions(+), 77 deletions(-)
create mode 100644 test/MC/Hexagon/double-vector-producer.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 a7480ba [EarlyCSE] Change LoadValue field Value *Data to Instruction [...]
new 9ed561f Debug info: Support DWARF4 bitfields via DW_AT_data_bit_offset.
new ee1e043 Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields.
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/AsmPrinter/DwarfUnit.cpp | 44 ++++++++------------
test/DebugInfo/ARM/big-endian-bitfield.ll | 56 +++++++++++++++++++++++++
test/DebugInfo/ARM/bitfield.ll | 2 +-
test/DebugInfo/X86/bitfields-dwarf4.ll | 68 +++++++++++++++++++++++++++++++
4 files changed, 141 insertions(+), 29 deletions(-)
create mode 100644 test/DebugInfo/ARM/big-endian-bitfield.ll
create mode 100644 test/DebugInfo/X86/bitfields-dwarf4.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 572f830 Cilk Plus testsuite needs massive cleanup (PR testsuite/70595)
new 19df9dd Don't include minor version in GCJ ABI version (PR java/70839)
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/java/decl.c | 13 +++----------
1 file changed, 3 insertions(+), 10 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 lldb.
from 11cd014 Remote flaky decorator from TestSignalsAPI on linux
new 556ae47 Provide location information (file name, line number) in TSan [...]
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:
.../{thread_numbers => global_location}/Makefile | 0
.../TestTsanGlobalLocation.py} | 24 +++--------
.../tsan/{basic => global_location}/main.c | 13 +++---
.../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 46 +++++++++++++++++++++-
.../ThreadSanitizer/ThreadSanitizerRuntime.h | 2 +-
5 files changed, 57 insertions(+), 28 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/tsan/{thread_numbers => global [...]
copy packages/Python/lldbsuite/test/functionalities/tsan/{thread_numbers/TestTsanT [...]
copy packages/Python/lldbsuite/test/functionalities/tsan/{basic => global_location [...]
--
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 12db936 [RDF] Handle undefined registers in RDF copy propagation
new 361c970 [libFuzzer] Improve documentation
new a7480ba [EarlyCSE] Change LoadValue field Value *Data to Instruction [...]
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/LibFuzzer.rst | 545 ++++++++++++++++++++++++++-----------
lib/Transforms/Scalar/EarlyCSE.cpp | 18 +-
2 files changed, 399 insertions(+), 164 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 629af37 [EarlyCSE] Sort includes. NFC.
new 12db936 [RDF] Handle undefined registers in RDF copy propagation
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/Hexagon/RDFCopy.cpp | 7 ++++-
test/CodeGen/Hexagon/rdf-copy-undef2.ll | 55 +++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/rdf-copy-undef2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.