This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e8a352aa6d [DebugInfo] Change default value of FDEPointerEncoding
new 3ea14f7d95a [Power9] Add __float128 builtins for Round To Odd
new 378d508446e [Utils] Fix gdb pretty printers to work with Python 3.
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/Intrinsics.h | 2 +-
include/llvm/IR/IntrinsicsPowerPC.td | 20 +++++++
lib/IR/Function.cpp | 8 ++-
lib/Target/PowerPC/PPCInstrVSX.td | 31 +++++++++--
test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | 82 ++++++++++++++++++++++++++++
utils/TableGen/IntrinsicEmitter.cpp | 4 +-
utils/gdb-scripts/prettyprinters.py | 4 ++
7 files changed, 142 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/PowerPC/builtins-ppc-p9-f128.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 clang.
from 4a1455fb1c [OPENMP, NVPTX] Do not globalize local variables in parallel [...]
new b5e377665b [Power9] Add __float128 builtins for Round To Odd
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/BuiltinsPPC.def | 8 +++++++
test/CodeGen/builtins-ppc-p9-f128.c | 45 +++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 test/CodeGen/builtins-ppc-p9-f128.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 clang-tools-extra.
from 665d33f9 [clangd] Support indexing MACROs.
new 98129e2f [clangd] Make sure macro information exists before increasing [...]
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:
clangd/index/SymbolCollector.cpp | 10 ++++------
1 file changed, 4 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 llvm.
from f2fd9eaa8e6 [SelectionDAG] Add VT consistency checks to the creation of [...]
new 5e8a352aa6d [DebugInfo] Change default value of FDEPointerEncoding
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/DWARF/DWARFDebugFrame.cpp | 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 llvm.
from 24020ee58bc Add bitcode compatibility test for 6.0
new f2fd9eaa8e6 [SelectionDAG] Add VT consistency checks to the creation of [...]
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 +++
1 file changed, 3 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 openmp.
from 0afe745 [OpenMP] Introduce hierarchical scheduling
new 7caa106 [OpenMP] Fix a few formatting issues
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.cpp | 3 ++-
runtime/src/kmp_taskdeps.cpp | 3 ++-
runtime/src/kmp_threadprivate.cpp | 2 +-
3 files changed, 5 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 fdaaa22a5ca [LoopInfo] Port loop exit interfaces from Loop to LoopBase
new 24020ee58bc Add bitcode compatibility test for 6.0
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/Bitcode/{compatibility.ll => compatibility-6.0.ll} | 12 +++++-------
test/Bitcode/compatibility-6.0.ll.bc | Bin 0 -> 18048 bytes
2 files changed, 5 insertions(+), 7 deletions(-)
copy test/Bitcode/{compatibility.ll => compatibility-6.0.ll} (99%)
create mode 100644 test/Bitcode/compatibility-6.0.ll.bc
--
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 eb849ef7956 [X86] In combineFMA, make sure we bitcast the result of isF [...]
new 202c8c5e5bb [InstCombine] correct test comments; NFC
new fdaaa22a5ca [LoopInfo] Port loop exit interfaces from Loop to LoopBase
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/Analysis/LoopInfo.h | 28 +++++------
include/llvm/Analysis/LoopInfoImpl.h | 68 +++++++++++++++++++++++++++
lib/Analysis/LoopInfo.cpp | 63 -------------------------
test/Transforms/InstCombine/shuffle_select.ll | 4 +-
4 files changed, 84 insertions(+), 79 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 ab0fc85 [OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
new d76271d [OpenMP] Restructure loop code for hierarchical scheduling
new ebe25f3 [OPENMP, NVPTX] Support several images in the executable.
new 0afe745 [OpenMP] Introduce hierarchical scheduling
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:
libomptarget/plugins/cuda/src/rtl.cpp | 11 +-
runtime/CMakeLists.txt | 4 +
runtime/src/i18n/en_US.txt | 1 +
runtime/src/kmp.h | 50 +-
runtime/src/kmp_affinity.cpp | 87 ++
runtime/src/kmp_config.h.cmake | 2 +
runtime/src/kmp_dispatch.cpp | 2487 +++++++++++++++------------------
runtime/src/kmp_dispatch.h | 522 +++++++
runtime/src/kmp_dispatch_hier.h | 1090 +++++++++++++++
runtime/src/kmp_global.cpp | 9 +
runtime/src/kmp_runtime.cpp | 18 +
runtime/src/kmp_settings.cpp | 207 ++-
12 files changed, 3030 insertions(+), 1458 deletions(-)
create mode 100644 runtime/src/kmp_dispatch.h
create mode 100644 runtime/src/kmp_dispatch_hier.h
--
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 94e3d5fef Revert "Make __gcov_flush flush counters for all shared libraries"
new 99315cc88 [ASan] Minor ASan error reporting cleanup
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/asan/asan_descriptions.cc | 65 ++++++++++++---------------
lib/asan/asan_descriptions.h | 17 +++++--
lib/asan/asan_errors.cc | 102 +++++++++++++++++-------------------------
3 files changed, 84 insertions(+), 100 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.