This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2d5ed64547 [InstCombine] avoid extra poison when moving shift above shuffle
new 18f7f341df1 [X86][AVX] Regenerate AVX1 fast-isel tests.
new eb849ef7956 [X86] In combineFMA, make sure we bitcast the result of isF [...]
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 | 3 +-
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 3081 ++++++++++----------------
test/CodeGen/X86/avx512-fma-intrinsics.ll | 28 +
3 files changed, 1211 insertions(+), 1901 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 openmp.
from b636038 Define the __STDC_FORMAT_MACROS to avoid test failure on some [...]
new ab0fc85 [OpenMP] Use C++11 Atomics - barrier, tasking, and lock 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:
runtime/src/kmp.h | 46 +++++----
runtime/src/kmp_barrier.cpp | 24 ++---
runtime/src/kmp_cancel.cpp | 10 +-
runtime/src/kmp_csupport.cpp | 25 +++--
runtime/src/kmp_debugger.cpp | 2 +
runtime/src/kmp_global.cpp | 42 ++++----
runtime/src/kmp_io.cpp | 4 +-
runtime/src/kmp_lock.cpp | 104 +++++++++----------
runtime/src/kmp_lock.h | 34 ++++---
runtime/src/kmp_omp.h | 2 +
runtime/src/kmp_os.h | 40 ++++++++
runtime/src/kmp_runtime.cpp | 26 +++--
runtime/src/kmp_taskdeps.cpp | 29 +++---
runtime/src/kmp_tasking.cpp | 107 ++++++++++----------
runtime/src/kmp_wait_release.h | 204 +++++++++++++++++++++++++++++---------
runtime/src/z_Linux_util.cpp | 10 +-
runtime/src/z_Windows_NT_util.cpp | 4 +-
17 files changed, 433 insertions(+), 280 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 lldb.
from 4649417b4 Add LLDB_API to SBAddress's operator==.
new 4dfc43ee4 Retrieve a function PDB symbol correctly from nested blocks
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:
lit/SymbolFile/PDB/function-nested-block.test | 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 clang.
from b5784f85be [PCH] Add an option to not write comments into PCH
new 4a1455fb1c [OPENMP, NVPTX] Do not globalize local variables in parallel [...]
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/CGOpenMPRuntimeNVPTX.cpp | 13 +++------
.../declare_target_codegen_globalization.cpp | 7 +++--
test/OpenMP/nvptx_data_sharing.cpp | 7 +++--
...tx_distribute_parallel_generic_mode_codegen.cpp | 4 +--
...istribute_parallel_for_generic_mode_codegen.cpp | 31 +++++++++++++++-------
5 files changed, 33 insertions(+), 29 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 a5d860c4719 [dsymutil] Add support for outputting assembly
new c2d5ed64547 [InstCombine] avoid extra poison when moving shift above shuffle
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/Transforms/InstCombine/InstructionCombining.cpp | 13 +++++--------
test/Transforms/InstCombine/vec_shuffle.ll | 6 +++---
2 files changed, 8 insertions(+), 11 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 798b3ef0fcd [BitcodeReader] Infer the correct runtime preemption for Gl [...]
new a5d860c4719 [dsymutil] Add support for outputting assembly
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/tools/dsymutil/X86/assembly-output.test | 3 +++
tools/dsymutil/DwarfLinker.cpp | 4 ++--
tools/dsymutil/DwarfStreamer.cpp | 36 +++++++++++++++++++---------
tools/dsymutil/DwarfStreamer.h | 12 ++++++----
tools/dsymutil/LinkUtils.h | 8 +++++++
tools/dsymutil/dsymutil.cpp | 8 +++++++
6 files changed, 54 insertions(+), 17 deletions(-)
create mode 100644 test/tools/dsymutil/X86/assembly-output.test
--
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 binutils-gdb.
from 2af4d0d938 * testsuite/nds32/ji-jr.d: Fix name tag.
new 055303e28f gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
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:
gdb/ChangeLog | 8 +++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 18 +++++++++++-----
gdb/remote.c | 61 +++++++++++++++++++++++++++++++++++++++--------------
4 files changed, 72 insertions(+), 21 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 fa29fd677fd [InstCombine] generalize safe vector constant utility
new 798b3ef0fcd [BitcodeReader] Infer the correct runtime preemption for Gl [...]
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/Bitcode/Reader/BitcodeReader.cpp | 11 +++++++++++
test/Bitcode/Inputs/infer_dso_local.bc | Bin 0 -> 852 bytes
test/Bitcode/infer_dso_local.ll | 3 +++
3 files changed, 14 insertions(+)
create mode 100644 test/Bitcode/Inputs/infer_dso_local.bc
create mode 100644 test/Bitcode/infer_dso_local.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 lld.
from 179ce08aa [PDB] One more fix for hasing GSI records.
new 930258935 [PPC64] Add TLS local dynamic to local exec relaxation
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:
ELF/Arch/PPC64.cpp | 50 +++++++++++++++++++++++
ELF/InputSection.cpp | 3 ++
ELF/Relocations.cpp | 21 ++++++----
ELF/Relocations.h | 2 +
test/ELF/{ppc64-tls-gd-le.s => ppc64-tls-ld-le.s} | 37 +++++++++--------
5 files changed, 87 insertions(+), 26 deletions(-)
copy test/ELF/{ppc64-tls-gd-le.s => ppc64-tls-ld-le.s} (71%)
--
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 binutils-gdb.
from 8a8c916960 LD/testsuite: run_dump_test: Report UNSUPPORTED for excluded [...]
new 2af4d0d938 * testsuite/nds32/ji-jr.d: Fix name tag.
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:
gas/ChangeLog | 4 ++++
gas/testsuite/gas/nds32/ji-jr.d | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.