This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6451a6d6f65 [X86] Update some avx512 fast-isel tests to match their rea [...]
new 985808d7ef5 [DAGCombiner] Handle correctly non-splat power of 2 -1 divi [...]
new 59222a5ca60 Fix Wdocumentation compiler warning. NFCI.
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/Support/FileSystem.h | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +-
test/CodeGen/X86/combine-sdiv.ll | 348 +++++++------------------------
3 files changed, 90 insertions(+), 276 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 ea8ce112b3 [X86] Correct the width of mask arguments in intrinsic heade [...]
new 4446de2c5a Add expected fail triple x86_64-pc-windows-gnu to test as x8 [...]
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/2007-06-18-SextAttrAggregate.c | 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 compiler-rt.
from 46ce63aee [profile] Add llvm_gcov_flush to be called outside a shared library
new 877d4c0b0 [asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.
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/sanitizer_common/sanitizer_posix_libcdep.cc | 4 +++-
1 file changed, 3 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 gcc.
from 9488d90e0e1 Introduce @unless/@endunless and postbootstrap Makefile targets
new c48e53ece73 [testsuite/guality] Use relative line numbers in gdb-test
new 0e8ee736d5d [testsuite/guality] Don't use attribute used in pr45882.c for -O0
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/testsuite/ChangeLog | 16 +++++++++++++++
gcc/testsuite/gcc.dg/guality/guality.exp | 23 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/guality/pr45882.c | 14 +++++++------
.../gcc.dg/guality/prevent-optimization.h} | 14 +++++++++----
gcc/testsuite/lib/gcc-dg.exp | 20 +++++++++++++++++++
gcc/testsuite/lib/gcc-gdb-test.exp | 4 ++--
6 files changed, 79 insertions(+), 12 deletions(-)
copy gcc/{config/linux-protos.h => testsuite/gcc.dg/guality/prevent-optimization.h} (72%)
--
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 81f95d68a1f [X86] Change some chec-prefixes from X32 to X86 to match th [...]
new 6451a6d6f65 [X86] Update some avx512 fast-isel tests to match their rea [...]
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/avx512-intrinsics-fast-isel.ll | 100 ++--
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 585 +++++++++++-----------
2 files changed, 353 insertions(+), 332 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 8eb696d509e AMDGPU/GlobalISel: Make IMPLICIT_DEF of all sizes < 512 legal.
new 1242dda03b7 [X86] Remove test cases from avx512vl-intrinsics-fast-isel. [...]
new 81f95d68a1f [X86] Change some chec-prefixes from X32 to X86 to match th [...]
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:
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 145 +++++++---------------
1 file changed, 48 insertions(+), 97 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 c70199d74c Driver: Add an explicit target to testcase from r336037
new ea8ce112b3 [X86] Correct the width of mask arguments in intrinsic heade [...]
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/Headers/avx512dqintrin.h | 8 +--
lib/Headers/avx512vlbwintrin.h | 6 +-
lib/Headers/avx512vlintrin.h | 8 +--
test/CodeGen/avx512f-builtins.c | 44 ++++++-------
test/CodeGen/avx512vl-builtins.c | 8 +--
test/CodeGen/avx512vlbw-builtins.c | 128 ++++++++++++++++++-------------------
6 files changed, 100 insertions(+), 102 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 c549767db5a [MachineOutliner] Add support for target-default outlining.
new 8eb696d509e AMDGPU/GlobalISel: Make IMPLICIT_DEF of all sizes < 512 legal.
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/AMDGPU/AMDGPULegalizerInfo.cpp | 12 ++++++++++--
.../AMDGPU/GlobalISel/legalize-implicit-def.mir | 20 ++++++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.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 gcc-8-branch
in repository gcc.
from 13a4be670f7 Daily bump.
new 37dd333a4d1 [PR86064] split single cross-partition range with nonzero locviews
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/dwarf2out.c | 18 ++++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr86064.c | 27 +++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr86064.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 8c0bb2f0365 [X86] Remove masking from avx512 rotate intrinsics. Use sel [...]
new c549767db5a [MachineOutliner] Add support for target-default outlining.
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/Passes.h | 2 +-
include/llvm/CodeGen/TargetInstrInfo.h | 5 +++++
include/llvm/Target/TargetMachine.h | 3 +++
include/llvm/Target/TargetOptions.h | 5 ++++-
lib/CodeGen/MachineOutliner.cpp | 29 ++++++++++++++++++++++++--
lib/CodeGen/TargetPassConfig.cpp | 13 ++++++++----
test/CodeGen/AArch64/machine-outliner-flags.ll | 9 ++++++--
7 files changed, 56 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.