This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a49d9c3 Refactor duplicated code.
new 394afc7 NFC; refactor getFrameIndexReferenceFromSP
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/Target/TargetFrameLowering.h | 24 +++++++++++-------------
lib/CodeGen/AsmPrinter/WinException.cpp | 15 ++++++++++++---
lib/CodeGen/PrologEpilogInserter.cpp | 13 ++-----------
lib/Target/X86/X86FrameLowering.cpp | 24 +++++++++++-------------
lib/Target/X86/X86FrameLowering.h | 7 +++----
5 files changed, 39 insertions(+), 44 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 5ff54f3 Bug fix: crash if teams executed on host
new 5c280a4 Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET
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/i18n/en_US.txt | 17 ++++++------
runtime/src/kmp_affinity.cpp | 8 +++---
runtime/src/kmp_settings.c | 63 +++++++++++++++++++++++++++++---------------
3 files changed, 55 insertions(+), 33 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 6b7e0cc [codeview] Use hashBufferV8 to verify all type records.
new a240c3e [x86] autoupgrade and remove AVX2 integer min/max intrinsics
new a49d9c3 Refactor duplicated code.
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/IR/IntrinsicsX86.td | 36 -------
lib/IR/AutoUpgrade.cpp | 14 ++-
lib/Target/X86/X86ISelLowering.cpp | 8 +-
lib/Target/X86/X86IntrinsicsInfo.h | 12 ---
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 72 ++++++-------
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 137 +++++++++++++++++++++++-
6 files changed, 184 insertions(+), 95 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 4cbdcd9 Fix large overhead with itt notifications on region/barrier n [...]
new 5ff54f3 Bug fix: crash if teams executed on host
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_runtime.c | 1 +
1 file changed, 1 insertion(+)
--
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 5fad5eb Re-apply r272900 - [OpenMP] Cast captures by copy when passed [...]
new 191558e [x86] generate IR for AVX2 integer min/max builtins Sibling p [...]
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/CGBuiltin.cpp | 22 +++++++++++++++++-----
test/CodeGen/avx2-builtins.c | 36 ++++++++++++++++++++++++------------
2 files changed, 41 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 lld.
from 332521a Simplify. NFC.
new f63b71f [ELF] - Handle every global as unversioned export in versione [...]
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/SymbolListFile.cpp | 26 +++++++++++++++++++++++---
test/ELF/version-script.s | 31 +++++++++++++++++++++++++++++++
2 files changed, 54 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 e8d381d Resubmit "[pdb] Change type visitor pattern to be dynamic."
new 6b7e0cc [codeview] Use hashBufferV8 to verify all type records.
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/DebugInfo/PDB/Raw/TpiStream.cpp | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 7658b57 Revert r272900 - [OpenMP] Cast captures by copy when passed t [...]
new 5fad5eb Re-apply r272900 - [OpenMP] Cast captures by copy when passed [...]
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/CGOpenMPRuntime.cpp | 31 ++-----
lib/CodeGen/CGStmtOpenMP.cpp | 64 ++++++++------
lib/CodeGen/CodeGenFunction.h | 3 +-
test/OpenMP/for_firstprivate_codegen.cpp | 11 ++-
test/OpenMP/parallel_firstprivate_codegen.cpp | 118 ++++++++++++++++++--------
test/OpenMP/sections_firstprivate_codegen.cpp | 6 +-
test/OpenMP/single_codegen.cpp | 44 +++++++---
test/OpenMP/single_firstprivate_codegen.cpp | 11 ++-
test/OpenMP/teams_firstprivate_codegen.cpp | 20 +++--
9 files changed, 193 insertions(+), 115 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 binutils-gdb.
from f92339b bfd/s390: Fix DT_PLTRELSZ in presence of R_390_IRELATIVE.
new bf52d7c7 Don't check undefined symbol for IFUNC reloc
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:
bfd/elf32-i386.c | 11 ++++-------
bfd/elf64-x86-64.c | 11 ++++-------
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/{pr19636-2d-nacl.d => pr19636-2e-nacl.d} | 2 +-
ld/testsuite/ld-i386/pr19636-2e.d | 5 +----
5 files changed, 11 insertions(+), 19 deletions(-)
copy ld/testsuite/ld-i386/{pr19636-2d-nacl.d => pr19636-2e-nacl.d} (95%)
--
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.
robert.savoye pushed a change to branch gdbrev
in repository toolchain/abe.
from 193f944 Handle gdb and gdnserver separetely so revisions for both wor [...]
new 6aaa2ec Improve handling of gdb & gdbserver revisions
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/checkout.sh | 2 +-
lib/component.sh | 23 ++++++++++-------------
2 files changed, 11 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.