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 2e28adfb2 Small fixes for detect_invalid_pointer_pairs.
new 6aef87469 [PowerPC][asan] Fix asan tests to handle changed memory layouts
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/asan/TestCases/debug_ppc64_mapping.cc | 18 +++++++++++++-----
1 file changed, 13 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 llvm.
from 90f5ff4016b [x86] Reautogenerate a bunch of tests for D42287. NFC
new 1ac5a3d2791 Verifier: fix bug treating debug info issue as non-debug 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/IR/Verifier.cpp | 4 ++--
test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll | 2 +-
2 files changed, 3 insertions(+), 3 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 e558b6ee997 [X86] Rewrite vXi1 element insertion by using a vXi1 scalar [...]
new 73f6582e917 CodeGen: Fix assertion in ScheduleDAGMILive::scheduleMI due [...]
new 90f5ff4016b [x86] Reautogenerate a bunch of tests for D42287. 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/MachineScheduler.cpp | 1 +
test/CodeGen/AMDGPU/debug-value2.ll | 436 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/callingconv.ll | 68 ++--
test/CodeGen/X86/GlobalISel/select-fadd-scalar.mir | 97 ++---
test/CodeGen/X86/GlobalISel/select-fconstant.mir | 74 ++--
test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir | 97 ++---
test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir | 97 ++---
test/CodeGen/X86/GlobalISel/select-fsub-scalar.mir | 97 ++---
8 files changed, 710 insertions(+), 257 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/debug-value2.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 llvm.
from 09ce1bd00f0 [x86] Mostly reautogenerate a bunch of tests that affect D3 [...]
new 1423fd89fd5 [X86][SSE] LowerBUILD_VECTORAsVariablePermute - ensure that [...]
new e558b6ee997 [X86] Rewrite vXi1 element insertion by using a vXi1 scalar [...]
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/Target/X86/X86ISelLowering.cpp | 76 +---
test/CodeGen/X86/avx512-cvt.ll | 94 ++--
test/CodeGen/X86/avx512-insert-extract.ll | 46 +-
test/CodeGen/X86/avx512-mask-op.ll | 126 +++---
test/CodeGen/X86/avx512-schedule.ll | 56 +--
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 496 +++++++++++-----------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 248 +++++------
test/CodeGen/X86/var-permute-128.ll | 250 +++++++++++
8 files changed, 772 insertions(+), 620 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 3d96cf80b81 Use EVT::changeVectorElementTypeToInteger() to convert inde [...]
new 09ce1bd00f0 [x86] Mostly reautogenerate a bunch of tests that affect D3 [...]
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/MIR/X86/generic-instr-type.mir | 6 +-
.../X86/GlobalISel/irtranslator-callingconv.ll | 1232 +++++++++-----------
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 87 +-
test/CodeGen/X86/GlobalISel/legalize-phi.mir | 188 ++-
.../X86/GlobalISel/regbankselect-X86_64.mir | 905 +++++++++-----
test/CodeGen/X86/GlobalISel/select-copy.mir | 102 +-
test/CodeGen/X86/GlobalISel/select-ext.mir | 100 +-
test/CodeGen/X86/GlobalISel/select-frameIndex.mir | 36 -
.../select-intrinsic-x86-flags-read-u32.mir | 17 +-
.../CodeGen/X86/GlobalISel/select-memop-scalar.mir | 544 +++++++--
test/CodeGen/X86/GlobalISel/select-phi.mir | 201 ++--
test/CodeGen/X86/GlobalISel/select-trunc.mir | 7 +-
.../X86/GlobalISel/x32-select-frameIndex.mir | 34 +
.../{legalize-GV.mir => x86-legalize-GV.mir} | 5 +-
.../X86/GlobalISel/x86-select-frameIndex.mir | 34 +
.../{legalize-GV.mir => x86_64-legalize-GV.mir} | 1 -
.../X86/GlobalISel/x86_64-select-frameIndex.mir | 34 +
17 files changed, 2112 insertions(+), 1421 deletions(-)
delete mode 100644 test/CodeGen/X86/GlobalISel/select-frameIndex.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x32-select-frameIndex.mir
copy test/CodeGen/X86/GlobalISel/{legalize-GV.mir => x86-legalize-GV.mir} (79%)
create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir
rename test/CodeGen/X86/GlobalISel/{legalize-GV.mir => x86_64-legalize-GV.mir} (85%)
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-frameIndex.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 0ecceb4d4c5 [PR c++/839888] Baselink tsubst ICE
new 3a600fecd0c Remove predictors that are unrealiable.
new 77cd3f2ba02 Handle trailing arrays in ODR warning (PR lto/81440).
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 | 7 +++++++
gcc/lto/ChangeLog | 6 ++++++
gcc/lto/lto-symtab.c | 25 +++++++++++++++++++------
gcc/predict.c | 2 +-
gcc/predict.def | 14 +++++---------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/lto/pr81440.h | 4 ++++
gcc/testsuite/gcc.dg/lto/pr81440_0.c | 9 +++++++++
gcc/testsuite/gcc.dg/lto/pr81440_1.c | 6 ++++++
9 files changed, 64 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr81440.h
create mode 100644 gcc/testsuite/gcc.dg/lto/pr81440_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr81440_1.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 088d7796ed1 [X86][SSE] LowerBUILD_VECTORAsVariablePermute - ensure that [...]
new 3d96cf80b81 Use EVT::changeVectorElementTypeToInteger() to convert inde [...]
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/X86/X86ISelLowering.cpp | 8 ++++----
1 file changed, 4 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 clang-tools-extra.
from cd3ac4ef [clangd] Simplify code handling compile commands
new 3b9f62db [clang-tidy] Handle bitfields in modernize-use-default-member [...]
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/UseDefaultMemberInitCheck.cpp | 4 +++-
test/clang-tidy/modernize-use-default-member-init-bitfield.cpp | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/clang-tidy/modernize-use-default-member-init-bitfield.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 e17aaf826b9 AArch64: get type from correct result when forming BFX
new 088d7796ed1 [X86][SSE] LowerBUILD_VECTORAsVariablePermute - ensure that [...]
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/X86/X86ISelLowering.cpp | 4 ++
test/CodeGen/X86/var-permute-128.ll | 111 ++++++++++++++++++++++++++++++++++++
2 files changed, 115 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 gcc-6-branch
in repository gcc.
from 92b1a6c9aee Daily bump.
new 46b5b105d33 [gcc] 2018-01-23 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 22 ++++++
gcc/config/rs6000/rs6000-protos.h | 1 -
gcc/config/rs6000/rs6000.c | 43 -----------
gcc/config/rs6000/rs6000.md | 119 +++++++++++++++++------------
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.target/powerpc/pr83862.c | 34 +++++++++
6 files changed, 133 insertions(+), 94 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83862.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.