This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 85f4277 tcwg-rr-llvm-kernel: Update kernel repo
new 06494f8 tcwg-rr-llvm-kernel: Update kernel repo
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 (85f4277)
\
N -- N -- N refs/heads/llvm-kernel-v2 (06494f8)
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:
jenkins-helpers.sh | 4 ++--
1 file 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 llvm.
from 0c432687f9c [AMDGPU] Allow int types for MUBUF vdata
new 85067ec311f [llvm-mca] Add method cycleEvent() to class Scheduler. NFCI
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:
tools/llvm-mca/ExecuteStage.cpp | 97 ++++++++++++++---------------------------
tools/llvm-mca/ExecuteStage.h | 15 +++++--
tools/llvm-mca/Instruction.h | 19 ++++++--
tools/llvm-mca/RegisterFile.cpp | 5 ++-
tools/llvm-mca/Scheduler.cpp | 41 +++++++++++------
tools/llvm-mca/Scheduler.h | 56 ++++++++++++++----------
6 files changed, 123 insertions(+), 110 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 149f68393ae [Ada] Bump copyright notices to 2018
new 171a9c7222a * tree.c (find_decls_types_r): Do not check for redundant [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/dwarf2out.c | 3 ++-
gcc/tree.c | 6 +-----
gcc/tree.h | 1 -
4 files changed, 9 insertions(+), 7 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 3828c57 tcwg-rr-llvm-kernel: Update kernel repo
new 85f4277 tcwg-rr-llvm-kernel: Update kernel repo
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 (3828c57)
\
N -- N -- N refs/heads/llvm-kernel-v2 (85f4277)
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:
jenkins-helpers.sh | 4 ++--
1 file 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards e18aca7 tcwg-rr-llvm-kernel: Update kernel repo
new 3828c57 tcwg-rr-llvm-kernel: Update kernel repo
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 (e18aca7)
\
N -- N -- N refs/heads/llvm-kernel-v2 (3828c57)
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:
tcwg-rr-llvm-kernel.sh | 1 -
1 file changed, 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 1e3b037611 Add missing library dependency to fix build break after rC340247
new e46b1b616d [analyzer][UninitializedObjectChecker] Explicit namespace re [...]
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:
.../UninitializedObject/UninitializedObject.h | 37 +++++++++++++++++---
.../UninitializedObjectChecker.cpp | 40 ++++++++++++++++++++--
.../cxx-uninitialized-object-inheritance.cpp | 32 ++++++++---------
3 files changed, 86 insertions(+), 23 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 27af5923908 * tree.c (free_lang_data_in_decl): Remove types from DECL_ [...]
new 149f68393ae [Ada] Bump copyright notices to 2018
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:
gcc/ada/libgnarl/a-intnam__dragonfly.ads | 2 +-
gcc/ada/libgnarl/s-osinte__dragonfly.adb | 2 +-
gcc/ada/libgnarl/s-osinte__dragonfly.ads | 2 +-
gcc/ada/libgnarl/s-osinte__gnu.adb | 2 +-
gcc/ada/libgnarl/s-osinte__gnu.ads | 2 +-
gcc/ada/libgnarl/s-osinte__hpux-dce.adb | 2 +-
gcc/ada/libgnarl/s-osinte__hpux-dce.ads | 2 +-
gcc/ada/libgnarl/s-taprop__hpux-dce.adb | 2 +-
gcc/ada/libgnarl/s-taspri__hpux-dce.ads | 2 +-
9 files changed, 9 insertions(+), 9 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 1bdc37d05e [analyzer][UninitializedObjectChecker] Added documentation t [...]
new 1e3b037611 Add missing library dependency to fix build break after rC340247
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/ARCMigrate/CMakeLists.txt | 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 glibc.
from c7627f41ba Makeconfig: Do not sort and deduplicate +cflags [BZ # 17248]
new aa42b3dbcb Avoid running some tests if the file system does not support holes
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 | 17 +++++
io/test-lfs.c | 3 +
io/tst-copy_file_range.c | 7 ++-
misc/tst-preadvwritev-common.c | 4 ++
misc/tst-preadvwritev64.c | 6 ++
support/Makefile | 1 +
support/support.h | 6 ++
support/support_descriptor_supports_holes.c | 87 ++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/tst-fallocate-common.c | 2 +
timezone/tst-tzset.c | 3 +
10 files changed, 135 insertions(+), 1 deletion(-)
create mode 100644 support/support_descriptor_supports_holes.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.