This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from b00c472 Make change grouping control regression lists
new e68dbcb Avoid running regex on None
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:
lnt/testing/util/compilers.py | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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 e9c115b [Driver][OpenMP] Add support to create jobs for bundling actions.
new af2b453 [Driver][OpenMP] Add support to create jobs for unbundling actions.
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/Driver/Action.h | 9 ++-
include/clang/Driver/Driver.h | 8 +--
include/clang/Driver/Tool.h | 14 +++++
lib/Driver/Action.cpp | 13 ++--
lib/Driver/Driver.cpp | 140 +++++++++++++++++++++++++++++++-----------
lib/Driver/Tool.cpp | 10 +++
lib/Driver/Tools.cpp | 66 +++++++++++++++++++-
lib/Driver/Tools.h | 4 ++
test/Driver/cuda-bindings.cu | 18 +++---
test/Driver/openmp-offload.c | 93 +++++++++++++++++++++++++++-
test/Driver/opt-record.c | 2 +-
11 files changed, 316 insertions(+), 61 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 de524d8 [Driver][OpenMP] Update actions builder to create bundling ac [...]
new f03a8c8 [Driver][OpenMP] Update actions builder to create unbundling [...]
new e9c115b [Driver][OpenMP] Add support to create jobs for bundling actions.
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/clang/Driver/Action.h | 51 ++++++++++++++++++++++-
include/clang/Driver/ToolChain.h | 2 +
include/clang/Driver/Types.h | 5 +++
lib/Driver/Action.cpp | 27 +++++++++++++
lib/Driver/Driver.cpp | 30 +++++++++++++-
lib/Driver/ToolChain.cpp | 10 ++++-
lib/Driver/Tools.cpp | 66 ++++++++++++++++++++++++++++++
lib/Driver/Tools.h | 13 ++++++
lib/Driver/Types.cpp | 4 ++
test/Driver/openmp-offload.c | 87 ++++++++++++++++++++++++++++++++++++++++
10 files changed, 291 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 clang.
from 1e029ac [Driver][OpenMP] Add logic for offloading-specific argument t [...]
new de524d8 [Driver][OpenMP] Update actions builder to create bundling ac [...]
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/Driver/Action.h | 15 +++++++++-
lib/Driver/Action.cpp | 7 +++++
lib/Driver/Driver.cpp | 70 ++++++++++++++++++++++++++++++++++++++++---
lib/Driver/ToolChain.cpp | 4 +++
test/Driver/openmp-offload.c | 28 +++++++++++++++++
5 files changed, 119 insertions(+), 5 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 6ff0b49 Be less aggressive at relaxing got access in this case.
new a3f7416 Fix build breakage on buildbots that was due to 285309.
new ca649ec Don't create a dummy ELF to process a binary file.
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:
ELF/CMakeLists.txt | 1 -
ELF/ELFCreator.cpp | 178 ---------------------
ELF/ELFCreator.h | 28 ----
ELF/InputFiles.cpp | 39 +++--
ELF/InputFiles.h | 6 +-
ELF/InputSection.cpp | 7 +-
ELF/InputSection.h | 2 +-
ELF/LinkerScript.cpp | 3 +-
ELF/SymbolTable.cpp | 13 +-
ELF/SymbolTable.h | 9 +-
ELF/Writer.cpp | 34 ++--
.../MachO/MachONormalizedFileToAtoms.cpp | 7 +-
12 files changed, 77 insertions(+), 250 deletions(-)
delete mode 100644 ELF/ELFCreator.cpp
delete mode 100644 ELF/ELFCreator.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 clang.
from 977531d [CodeGen] Provide an appropriate alignment for dynamic allocas
new 8b914ba [Driver][OpenMP] Build jobs for OpenMP offloading actions for [...]
new 1e029ac [Driver][OpenMP] Add logic for offloading-specific argument t [...]
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/clang/Driver/Compilation.h | 35 ++++--
include/clang/Driver/Options.td | 2 +
include/clang/Driver/ToolChain.h | 9 +-
lib/Driver/Compilation.cpp | 9 +-
lib/Driver/Driver.cpp | 25 ++--
lib/Driver/MSVCToolChain.cpp | 2 +-
lib/Driver/ToolChains.cpp | 56 ++++++++-
lib/Driver/ToolChains.h | 19 ++--
lib/Driver/Tools.cpp | 228 ++++++++++++++++++++++++++++++++-----
test/Driver/openmp-offload.c | 101 ++++++++++++++++
10 files changed, 421 insertions(+), 65 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 fw/heap-protector
in repository glibc.
discards 1488185 malloc: Implement heap protector
discards 37a0a90 Generate additional secret keys for the heap protector
discards e1afae2 sysmalloc: Initialize previous size field of mmaped chunks
discards 41bc6bb malloc: Use accessors for chunk metadata access
new d733d11 malloc: Use accessors for chunk metadata access
new 95d70ee sysmalloc: Initialize previous size field of mmaped chunks
new 5940351 Generate additional secret keys for the heap protector
new 9b676a0 malloc: Implement heap protector
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 (1488185)
\
N -- N -- N refs/heads/fw/heap-protector (9b676a0)
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 4 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 | 37 +++++++++++++++++++++++++++++++++++++
malloc/arena.c | 3 +--
2 files changed, 38 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 gcc.
from 535a0ca Fix initialization of UNIONs with -finit-derived.
new 43f7268 * oacc-init.c (goacc_new_thread): Use sizeof of the appropri [...]
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:
libgomp/ChangeLog | 5 +++++
libgomp/oacc-init.c | 2 +-
2 files changed, 6 insertions(+), 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 1020d5b [X86][AVX512DQ] Move v2i64 and v4i64 MUL lowering to tablegen
new 74906fa [InstCombine] handle simple vector integer constants in IsFre [...]
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/InstCombineInternal.h | 18 +++++++++++++
test/Transforms/InstCombine/max-of-nots.ll | 32 ++++++++++++++++++------
2 files changed, 42 insertions(+), 8 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 4ea81cb Store OSABI in Config.
new 6ff0b49 Be less aggressive at relaxing got access in this case.
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/Relocations.cpp | 8 ++++++--
test/ELF/x86-64-relax-got-abs.s | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/x86-64-relax-got-abs.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.