This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5c3069979f1 [Instrumentation] Remove unused include
new aff0591efb5 [InstCombine] add/move tests for udiv; NFC
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:
.../InstCombine/2008-11-27-UDivNegative.ll | 6 ---
test/Transforms/InstCombine/div.ll | 52 ++++++++++++++++++++++
2 files changed, 52 insertions(+), 6 deletions(-)
delete mode 100644 test/Transforms/InstCombine/2008-11-27-UDivNegative.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 50ebf26c30 Warning for framework include violation from Headers to Priv [...]
new c0fec042d1 Fix tests from r335542 to use %hmaptool
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/Modules/framework-public-includes-private.m | 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 gcc.
from 63d7b06412b PR libstdc++/86112 fix printers for Python 2.6
new 8207fbe5749 compiler: improve escape analysis
new 07d455ca4ac * ginclude/stddef.h: Remove an obsolete comment on FreeBSD [...]
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:
gcc/ChangeLog | 5 ++
gcc/ginclude/stddef.h | 6 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 132 +++++++++++++++++++++++++++-----------------
4 files changed, 89 insertions(+), 56 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 f479c70eb4 Revert "Append new attributes to the end of an AttributeList."
new 50ebf26c30 Warning for framework include violation from Headers to Priv [...]
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/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticLexKinds.td | 3 ++
lib/Lex/HeaderSearch.cpp | 25 +++++++++---
.../A.framework/Headers/A.h | 4 ++
.../A.framework/Modules/module.modulemap | 4 ++
.../A.framework/Modules/module.private.modulemap | 4 ++
.../A.framework/PrivateHeaders/APriv.h | 1 +
.../A.framework/PrivateHeaders/APriv2.h | 1 +
.../framework-public-includes-private/a.hmap.json | 8 ++++
.../flat-header-path/Z.h | 2 +
.../flat-header-path/Z.modulemap | 4 ++
.../flat-header-path/Z.private.modulemap | 4 ++
.../flat-header-path/ZPriv.h | 1 +
.../framework-public-includes-private/z.hmap.json | 7 ++++
.../framework-public-includes-private/z.yaml | 45 ++++++++++++++++++++++
test/Modules/framework-public-includes-private.m | 37 ++++++++++++++++++
16 files changed, 147 insertions(+), 5 deletions(-)
create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/a.hmap.json
create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...]
create mode 100644 test/Modules/Inputs/framework-public-includes-private/z.hmap.json
create mode 100644 test/Modules/Inputs/framework-public-includes-private/z.yaml
create mode 100644 test/Modules/framework-public-includes-private.m
--
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 lldb.
from 8f43340e0 [LLDB] Select helper sign comparison fix
new 818d9df92 Implement new methods for handling an error in MI commands.
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/lldb-mi/MICmdBase.cpp | 58 +++++++++++++++++++++++++++++++++++++++++++++
tools/lldb-mi/MICmdBase.h | 10 ++++++++
2 files changed, 68 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 llvm.
from fad81756be0 UBSan blacklist workaround for bot timeouts
new b191d76053e [InstCombine] add tests for sdiv with sext bool divisor; NFC
new 9aa6823d820 [InstCombine] fold sdiv with sext bool divisor
new 5c3069979f1 [Instrumentation] Remove unused include
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:
.../InstCombine/InstCombineMulDivRem.cpp | 11 +-
.../Instrumentation/SanitizerCoverage.cpp | 1 -
test/Transforms/InstCombine/div.ll | 194 ++++++++++++---------
3 files changed, 117 insertions(+), 89 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 6b7b2abac7 nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]
new 90d9d9ce2f getgrent_next_nss (compat-initgroups): Remove alloca fallbac [...]
new a26fe1638b _nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023]
new 1599ed4e95 getent: Use dynarray in initgroups_keys [BZ #18023]
new 43b1048ab9 nss_files: Use struct scratch_buffer instead of extend_alloc [...]
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 | 24 ++++++++++++++++++++
nis/nss_nis/nis-initgroups.c | 27 +++++++++++++---------
nss/getent.c | 40 ++++++++++++++++++++++++---------
nss/nss_compat/compat-initgroups.c | 46 +++++++++++++++++---------------------
nss/nss_files/files-initgroups.c | 32 +++++++++-----------------
5 files changed, 102 insertions(+), 67 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 master
in repository toolchain/jenkins-scripts.
from fb4a4da start-container-docker.sh: Remove workaround.
new ded7884 start-container-*.sh: Rework bind-mount handling
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 | 32 ++++++++++++++++++++------------
start-container-docker.sh | 3 ++-
start-container-qemu.sh | 4 ++--
3 files changed, 24 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 8ce1afb start-container-docker.sh: Use file socket for accessing dock [...]
new fb4a4da start-container-docker.sh: Remove workaround.
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:
start-container-docker.sh | 5 -----
1 file changed, 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 1b17918 start-docker-container.sh: Add --verbose true/false option.
new 8ce1afb start-container-docker.sh: Use file socket for accessing dock [...]
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:
start-container-docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.