This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f2f70f1 Revert rL292292 since it causes a SEGV on sanitizer-x86_64-li [...]
new 4cddac9 DAG: Consider nnan in isKnownNeverNaN
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 3 +++
test/CodeGen/AMDGPU/fmed3.ll | 16 ++++++++++++++++
2 files changed, 19 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 clang.
from a0babd8 [WebAssembly] Update grow_memory's return type.
new b410108 [AVX-512] Replace subvector broadcast builtins with shuffleve [...]
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/clang/Basic/BuiltinsX86.def | 12 -----
lib/Headers/avx512dqintrin.h | 95 ++++++++++++++++-----------------
lib/Headers/avx512fintrin.h | 102 ++++++++++++++++--------------------
lib/Headers/avx512vldqintrin.h | 42 +++++++--------
lib/Headers/avx512vlintrin.h | 45 ++++++++--------
test/CodeGen/avx512dq-builtins.c | 81 +++++++++++++++-------------
test/CodeGen/avx512f-builtins.c | 80 +++++++++++++++-------------
test/CodeGen/avx512vl-builtins.c | 28 +++++-----
test/CodeGen/avx512vldq-builtins.c | 40 +++++++-------
9 files changed, 260 insertions(+), 265 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 c4a7209 [libFuzzer] remove stale code
new f2f70f1 Revert rL292292 since it causes a SEGV on sanitizer-x86_64-li [...]
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/CodeGen/RegisterCoalescer.cpp | 171 --------------------------------------
test/CodeGen/X86/pre-coalesce.ll | 51 ------------
test/CodeGen/X86/pre-coalesce.mir | 122 ---------------------------
3 files changed, 344 deletions(-)
delete mode 100644 test/CodeGen/X86/pre-coalesce.ll
delete mode 100644 test/CodeGen/X86/pre-coalesce.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 release_40
in repository libcxx.
from 6238add Fix merge error caused by r291922
new c33a93b Merge r292294: Fix type_info's constructor by making it expli [...]
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/typeinfo | 5 +++--
.../support.rtti/type.info/type_info.pass.cpp | 14 ++++++++++++++
2 files changed, 17 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 libcxx.
from 08305aa Allow sym_diff.py to report non-zero for non-breaking ABI changes
new 6fbac40 Add support for running our test suite against MSVC's STL
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/libcxx/test/config.py | 5 ++++-
test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp | 4 ++--
test/support/MoveOnly.h | 3 ++-
3 files changed, 8 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 162faf4 [test-release.sh] Add Polly to the list of projects
new c4a7209 [libFuzzer] remove stale code
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/Fuzzer/FuzzerDriver.cpp | 1 -
lib/Fuzzer/FuzzerFlags.def | 2 -
lib/Fuzzer/FuzzerOptions.h | 2 -
lib/Fuzzer/FuzzerTraceState.cpp | 130 ++--------------------------------------
4 files changed, 4 insertions(+), 131 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 13bc67e [Target, Transforms] Fix some Clang-tidy modernize and Includ [...]
new c1fa073 MIRParser: Allow regclass specification on operand
new 97c35d1 [WebAssembly] Update grow_memory's return type.
new 162faf4 [test-release.sh] Add Polly to the list of projects
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/IR/IntrinsicsWebAssembly.td | 2 +-
lib/CodeGen/MIRParser/MIParser.cpp | 71 +++++++++++++++++++++-
lib/CodeGen/MIRParser/MIParser.h | 9 ++-
lib/CodeGen/MIRParser/MIRParser.cpp | 11 ++--
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 4 +-
test/CodeGen/MIR/AArch64/register-operand-bank.mir | 20 ++++++
.../MIR/X86/register-operand-class-invalid0.mir | 13 ++++
.../MIR/X86/register-operand-class-invalid1.mir | 14 +++++
test/CodeGen/MIR/X86/register-operand-class.mir | 24 ++++++++
test/CodeGen/WebAssembly/memory-addr32.ll | 13 ++--
utils/release/test-release.sh | 14 ++++-
11 files changed, 177 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/register-operand-bank.mir
create mode 100644 test/CodeGen/MIR/X86/register-operand-class-invalid0.mir
create mode 100644 test/CodeGen/MIR/X86/register-operand-class-invalid1.mir
create mode 100644 test/CodeGen/MIR/X86/register-operand-class.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 release_40
in repository clang.
from ed73853 Make the -fstrict-vtable-pointers link relative
new 8396c5b Merging r292032: -------------------------------------------- [...]
new 1f645f8 Merging r292052: -------------------------------------------- [...]
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/Frontend/DependencyFile.cpp | 4 ++--
lib/Parse/ParseExpr.cpp | 7 ++++---
test/CodeCompletion/member-access.cpp | 14 +++++++++++++-
test/Preprocessor/dependencies-and-pp.c | 7 +++++++
4 files changed, 26 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 e1c8be7 [WebAssembly] Add minimal support for the new wasm object for [...]
new a0babd8 [WebAssembly] Update grow_memory's return type.
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/clang/Basic/BuiltinsWebAssembly.def | 6 +++---
test/CodeGen/builtins-wasm.c | 8 ++++----
2 files changed, 7 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 gcc.
from c3e53d4 2017-01-17 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 8684f7f Check in gcc/testsuite/gcc.target/powerpc/ssp-[12].c (I for [...]
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/testsuite/gcc.target/powerpc/ssp-1.c | 6 ++++++
gcc/testsuite/gcc.target/powerpc/ssp-2.c | 6 ++++++
2 files changed, 12 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/ssp-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/ssp-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.