This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cdbca76 Fix the MemorySSA updating API to enable people to create mem [...]
new 7059fca [X86][SSE] Regenerate fpext tests
new 91f112f [X86][SSE] Regenerate frem tests
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/pr11334.ll | 104 +++++++++++++++++++++++++++++------------
test/CodeGen/X86/vector-rem.ll | 43 +++++++++--------
2 files changed, 94 insertions(+), 53 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 d29f9a0 [X86] Simplify code for determing GR or FR reg classes by que [...]
new 9ee47fc Comment fixes to MemorySSA.h
new cdbca76 Fix the MemorySSA updating API to enable people to create mem [...]
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/Utils/MemorySSA.h | 8 ++++++-
lib/Transforms/Utils/MemorySSA.cpp | 10 ++++----
unittests/Transforms/Utils/MemorySSA.cpp | 38 ++++++++++++++++++++++++++++++-
3 files changed, 50 insertions(+), 6 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 1543986 [NFC] Rearrange an example-file so the c++14 specific example [...]
new 331c3de Add more gcc compatibility names to clang's cpuid.h
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/cpuid.h | 8 +++++++-
1 file changed, 7 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 llvm.
from bc139df [X86] Improve 64-bit shifts on 32-bit targets (PR14593)
new 7882ecb [AVX512] Add X86::VR512RegClassID to X86RegisterInfo::getLarg [...]
new b08f1f3 [AVX512] Stop treating VR512 specially in getLoadStoreRegOpco [...]
new 64e2873 [AVX512] Move FR32X/FR64X handling in getLoadStoreRegOpcode i [...]
new f015e11 [AVX512] Add VLX packed move instructions to the execution de [...]
new 4022678 [AVX512] Always use EVEX encodings for 128/256-bit move instr [...]
new d29f9a0 [X86] Simplify code for determing GR or FR reg classes by que [...]
The 6 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 | 59 +----
lib/Target/X86/X86InstrInfo.cpp | 89 ++++----
lib/Target/X86/X86RegisterInfo.cpp | 1 +
test/CodeGen/X86/avx512-extract-subvector.ll | 6 +-
test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 18 +-
test/CodeGen/X86/avx512-intel-ocl.ll | 8 +-
test/CodeGen/X86/avx512-vbroadcasti256.ll | 4 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 184 +++++++--------
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 12 +-
test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 13 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 60 ++---
test/CodeGen/X86/avx512vl-intrinsics.ll | 110 ++++-----
test/CodeGen/X86/avx512vl-mov.ll | 16 +-
test/CodeGen/X86/masked_gather_scatter.ll | 28 +--
test/CodeGen/X86/masked_memop.ll | 8 +-
test/CodeGen/X86/nontemporal-loads.ll | 36 +--
test/CodeGen/X86/vector-compare-results.ll | 22 +-
test/CodeGen/X86/vector-half-conversions.ll | 278 +++++++++++------------
18 files changed, 445 insertions(+), 507 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 compiler-rt.
from 4e4cbf9 XFAIL one sanitizer symbolizer test for FreeBSD
new c4a8d5b Fix ASan alloca_constant_size.cc test 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:
test/asan/TestCases/alloca_constant_size.cc | 2 ++
1 file changed, 2 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 master
in repository llvm.
from 081d3f1 [COFF] Expose iterators for ImportAddressTableRVA
new bc139df [X86] Improve 64-bit shifts on 32-bit targets (PR14593)
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 | 34 ++++++++++--
test/CodeGen/X86/legalize-shift-64.ll | 48 +++++------------
test/CodeGen/X86/shift-double-x86_64.ll | 26 ++--------
test/CodeGen/X86/shift-double.ll | 91 +++++++++------------------------
4 files changed, 72 insertions(+), 127 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 e2fac43 [COFF] Remove a duplicate import_directory_table_entry definition
new 081d3f1 [COFF] Expose iterators for ImportAddressTableRVA
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/COFF.h | 4 ++++
lib/Object/COFFObjectFile.cpp | 19 +++++++++++++++++--
2 files changed, 21 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 1d052b7 Ensure std::atomic test is compiled with optimization
new 007b7ac Change std::conditional test to compile-only
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:
libstdc++-v3/ChangeLog | 3 +++
.../20_util/conditional/requirements/typedefs.cc | 24 +++++++---------------
2 files changed, 10 insertions(+), 17 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 ba6e43d [X86] Add tests for the lowering SHLD/SHRD from manual patter [...]
new 5494cee [bugpoint] Add a -Os option
new e2fac43 [COFF] Remove a duplicate import_directory_table_entry definition
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/Object/COFF.h | 22 +++++++++-------------
lib/Object/COFFObjectFile.cpp | 8 ++++----
tools/bugpoint/bugpoint.cpp | 8 ++++++--
tools/llvm-objdump/COFFDump.cpp | 2 +-
4 files changed, 20 insertions(+), 20 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 compiler-rt.
from 455c89e [compiler-rt] Add support for interception redirect exports.
new 4e4cbf9 XFAIL one sanitizer symbolizer test for 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/tests/sanitizer_symbolizer_test.cc | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.