This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 2535f2b Use forceinline. Necessary for nvcc to inline small functions [...]
new 3654abe [OpenMP][libomptarget] Add support for unified memory for reg [...]
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:
libomptarget/src/api.cpp | 10 +-
libomptarget/src/device.cpp | 54 +++++--
libomptarget/src/device.h | 4 +-
libomptarget/src/omptarget.cpp | 82 +++++++----
libomptarget/test/offloading/requires.c | 2 +-
libomptarget/test/unified_shared_memory/api.c | 164 +++++++++++++++++++++
.../test/unified_shared_memory/shared_update.c | 114 ++++++++++++++
7 files changed, 383 insertions(+), 47 deletions(-)
create mode 100644 libomptarget/test/unified_shared_memory/api.c
create mode 100644 libomptarget/test/unified_shared_memory/shared_update.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 20488e01 0: update: llvm-linux: boot
new 329f002d 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (20488e01)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11572 +++++++++++++++++------------------
03-build_linux/console.log | 544 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 12344 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12373 insertions(+), 12348 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 bd17a8c045a Support: Remove needless allocation when getMainExecutable( [...]
new 948e657594c DebugInfo/DWARF: Normalize DWARFObject members on the DWARF [...]
new 2e0aa495470 [DataLayout] Check StackNatural and FunctionPtr alignments.
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/DebugInfo/DWARF/DWARFContext.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFObject.h | 28 ++--
lib/DebugInfo/DWARF/DWARFContext.cpp | 170 ++++++++++-----------
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 12 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 26 ++--
lib/IR/DataLayout.cpp | 10 +-
.../datalayout-invalid-function-ptr-alignment.ll | 5 +
.../datalayout-invalid-stack-natural-alignment.ll | 5 +
test/Bitcode/invalid-functionptr-align.ll | 5 +
test/Bitcode/invalid-functionptr-align.ll.bc | Bin 0 -> 1588 bytes
tools/dsymutil/DwarfLinker.cpp | 6 +-
tools/obj2yaml/dwarf2yaml.cpp | 12 +-
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 2 +-
14 files changed, 154 insertions(+), 133 deletions(-)
create mode 100644 test/Assembler/datalayout-invalid-function-ptr-alignment.ll
create mode 100644 test/Assembler/datalayout-invalid-stack-natural-alignment.ll
create mode 100644 test/Bitcode/invalid-functionptr-align.ll
create mode 100644 test/Bitcode/invalid-functionptr-align.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 lld.
from a34d507f2 Try to fix windows build bots after r368153.
new a165e37de API update for change to LLVM's lib/DebugInfo/DWARF
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/DWARF.cpp | 10 +++++-----
ELF/DWARF.h | 28 ++++++++++++++--------------
ELF/SyntheticSections.cpp | 4 ++--
3 files changed, 21 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 clang.
from 8220d65e08 Remove LLVM mutexes from clang in favor of std::mutex
new 2278ab1b68 [clang][NFC] Fix typo in matcher comment
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:
docs/LibASTMatchersReference.html | 2 +-
include/clang/ASTMatchers/ASTMatchers.h | 2 +-
2 files changed, 2 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 glibc.
from d8b9780369 Add AT_RECURSIVE from Linux 5.2 to fcntl.h.
new a02cd8e4e0 Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fc [...]
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 5 +++++
2 files changed, 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f7402750 0: update: llvm-linux: 16
new 2b905569 0: update: llvm-linux: 16
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f7402750)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 16 +-
02-build_llvm/console.log | 12017 ++++++++++++++++++------------------
03-build_linux/console.log | 851 ++-
06-update_baseline/console.log | 28 -
console.log | 12912 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
6 files changed, 12884 insertions(+), 12952 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.