This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 84dc1f35b19 Revert "[Debug info] Transfer DI to fragment expressions fo [...]
new d17c970ac74 [docs] Fix typo and tweak wording of special variable handl [...]
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/CMakePrimer.rst | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 a444fb09017 PR c/81859 - [8 Regression] valgrind error from warn_about_ [...]
new 1da51dfb0e8 gcc/ * config/rs6000/altivec.md (VParity): Remove TARGET_V [...]
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 | 29 +++++++++++++++++
gcc/config/rs6000/altivec.md | 2 +-
gcc/config/rs6000/rs6000-cpus.def | 8 ++---
gcc/config/rs6000/rs6000.c | 37 +++++++---------------
gcc/config/rs6000/rs6000.h | 1 -
gcc/config/rs6000/rs6000.md | 16 +++++-----
gcc/config/rs6000/rs6000.opt | 4 +--
gcc/config/rs6000/vector.md | 2 +-
gcc/config/rs6000/vsx.md | 12 +++----
gcc/testsuite/ChangeLog | 7 ++++
.../gcc.target/powerpc/p8vector-int128-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-vparity.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr68805.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr80098-4.c | 8 -----
14 files changed, 70 insertions(+), 62 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/powerpc/pr80098-4.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 release_50
in repository llvm.
from 2ef71bea12c Merging r311068: ------------------------------------------ [...]
new a5168b4808e Merging r310906: ------------------------------------------ [...]
new 57d2db4719e Merging r310979: ------------------------------------------ [...]
new 6c71d138bc3 Merging r310498: ------------------------------------------ [...]
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:
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 10 +--
lib/CodeGen/VirtRegMap.cpp | 30 +++++++-
lib/Target/X86/X86InstrAVX512.td | 55 ++++++++++----
.../CodeGen/ARM/virtregrewriter-subregliveness.mir | 84 ++++++++++++++++++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 26 +++----
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 24 +++----
test/CodeGen/X86/vector-shuffle-128-v16.ll | 4 +-
test/CodeGen/X86/vector-shuffle-128-v8.ll | 6 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-256-v32.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v32.ll | 8 +--
test/CodeGen/X86/vector-shuffle-512-v64.ll | 4 +-
12 files changed, 199 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/ARM/virtregrewriter-subregliveness.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 llvm.
from 752c0a01900 [SimplifyCFG] Add a test for preserve store alignment, NFC.
new 84dc1f35b19 Revert "[Debug info] Transfer DI to fragment expressions fo [...]
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/CodeGen/SelectionDAG.h | 15 +++---
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 38 ---------------
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 25 +++++-----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 ++++----
test/DebugInfo/MSP430/lit.local.cfg | 2 -
test/DebugInfo/MSP430/sdagsplit-1.ll | 74 ------------------------------
test/DebugInfo/X86/sdagsplit-1.ll | 71 ----------------------------
7 files changed, 25 insertions(+), 218 deletions(-)
delete mode 100644 test/DebugInfo/MSP430/lit.local.cfg
delete mode 100644 test/DebugInfo/MSP430/sdagsplit-1.ll
delete mode 100644 test/DebugInfo/X86/sdagsplit-1.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 release_50
in repository llvm.
from f03eb7b5f3f Merging r310991: ------------------------------------------ [...]
new 2ef71bea12c Merging r311068: ------------------------------------------ [...]
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/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 21 ++++++++++++++-------
1 file changed, 14 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 llvm.
from 6257fc9a0b7 [x86] add tests for vector select-of-constants; NFC
new 752c0a01900 [SimplifyCFG] Add a test for preserve store alignment, 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:
.../SimplifyCFG/preserve-store-alignment.ll | 59 ++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/preserve-store-alignment.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 release_50
in repository llvm.
from 5782e7a2b95 Merging r310988: ------------------------------------------ [...]
new f03eb7b5f3f Merging r310991: ------------------------------------------ [...]
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/Object/COFFImportFile.h | 3 ++-
lib/Object/COFFImportFile.cpp | 4 ++--
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 2 +-
3 files changed, 5 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 cb8c418e341 Improve line debug info when translating a CaseBlock to SDNodes.
new 36dc99ec478 [PowerPC] add tests for vector select-of-constants; NFC
new 6c376160789 [Debug info] Transfer DI to fragment expressions for split [...]
new 6257fc9a0b7 [x86] add tests for vector select-of-constants; NFC
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:
include/llvm/CodeGen/SelectionDAG.h | 15 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 38 ++++
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 25 ++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +-
test/CodeGen/PowerPC/vselect-constants.ll | 236 ++++++++++++++++++++
test/CodeGen/X86/vselect-constants.ll | 273 +++++++++++++++++++++++
test/{CodeGen => DebugInfo}/MSP430/lit.local.cfg | 1 -
test/DebugInfo/MSP430/sdagsplit-1.ll | 74 ++++++
test/DebugInfo/X86/sdagsplit-1.ll | 71 ++++++
9 files changed, 725 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/PowerPC/vselect-constants.ll
create mode 100644 test/CodeGen/X86/vselect-constants.ll
copy test/{CodeGen => DebugInfo}/MSP430/lit.local.cfg (98%)
create mode 100644 test/DebugInfo/MSP430/sdagsplit-1.ll
create mode 100644 test/DebugInfo/X86/sdagsplit-1.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 release_50
in repository lld.
from 859850755 Merging rr310989: ------------------------------------------- [...]
new aee49a42e Merging r310992: -------------------------------------------- [...]
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:
COFF/Driver.cpp | 2 +-
test/COFF/export.test | 5 ++++-
2 files changed, 5 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 gcc.
from 7fb56b66e02 Add missing ECF_NOTHROW flags to internal.def
new a444fb09017 PR c/81859 - [8 Regression] valgrind error from warn_about_ [...]
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 | 7 +++++++
gcc/pretty-print.c | 19 +++++++++++--------
2 files changed, 18 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.