This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 19bb183 Do not set clang-related config parameters if clang does not [...]
new c333c68 Added build factory for LLD performance test suit builder.
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:
zorg/buildbot/builders/LLDPerformanceTestsuite.py | 88 +++++++++++++++++++++++
1 file changed, 88 insertions(+)
create mode 100644 zorg/buildbot/builders/LLDPerformanceTestsuite.py
--
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 gcc-7-branch
in repository gcc.
from 90f764e0b79 Daily bump.
new 20621a65a4b 2018-02-12 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 51792b2e029 2018-02-12 Francois-Xavier Coudert <fxcoudert(a)gcc.gnu.org>
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/fortran/ChangeLog | 17 +++++++++++++
gcc/fortran/interface.c | 25 +++++++++++--------
gcc/fortran/resolve.c | 7 ++++--
gcc/testsuite/ChangeLog | 13 ++++++++++
gcc/testsuite/gfortran.dg/statement_function_1.f90 | 28 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/statement_function_2.f90 | 26 ++++++++++++++++++++
gcc/testsuite/gfortran.dg/statement_function_3.f | 15 ++++++++++++
7 files changed, 119 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/statement_function_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/statement_function_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/statement_function_3.f
--
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 8572c9621 Skip TestTargetXMLArch on non-darwin OSs
new 9fac520a7 [testsuite] Reintroduce test to check leaking.
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:
.../avoids-fd-leak}/Makefile | 0
.../functionalities/avoids-fd-leak/TestFdLeak.py | 108 +++++++++++++++++++++
.../test/functionalities/avoids-fd-leak/main.c | 28 ++++++
3 files changed, 136 insertions(+)
copy packages/Python/lldbsuite/test/{driver/batch_mode => functionalities/avoids-f [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/T [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/main.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 zorg.
from c754fa2 Fix pip dependency error display issue
new 19bb183 Do not set clang-related config parameters if clang does not [...]
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:
zorg/buildbot/builders/UnifiedTreeBuilder.py | 6 +++++-
1 file changed, 5 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 release/2.25/master
in repository glibc.
from 9331dbdcd7 Fix integer overflows in internal memalign and malloc [BZ #2 [...]
new e84db8f9eb tunables: Use direct syscall for access (BZ#21744)
new 71616d59ec powerpc: Fix syscalls during early process initialization [B [...]
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:
ChangeLog | 21 ++++++++++++++
NEWS | 2 ++
elf/dl-tunables.c | 2 ++
include/unistd.h | 7 -----
.../generic/not-errno.h | 4 +--
sysdeps/powerpc/powerpc32/sysdep.h | 5 ++--
sysdeps/powerpc/powerpc64/sysdep.h | 5 ++--
sysdeps/unix/sysv/linux/access.c | 15 ----------
sysdeps/unix/sysv/linux/{access.c => not-errno.h} | 32 +++++++---------------
.../unix/sysv/linux/powerpc/not-errno.h | 23 +++++++++-------
10 files changed, 56 insertions(+), 60 deletions(-)
copy assert/tst-assert-g++.cc => sysdeps/generic/not-errno.h (86%)
copy sysdeps/unix/sysv/linux/{access.c => not-errno.h} (57%)
copy support/xsigaction.c => sysdeps/unix/sysv/linux/powerpc/not-errno.h (60%)
--
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 539d5295114 [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - llvm portion
new c94f97483f2 [LICM] update BlockColors after splitting predecessors
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/Scalar/LICM.cpp | 31 +++++++++++++++------
test/Transforms/LICM/sinking.ll | 61 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 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 clang.
from 30fc4fa07c Further cleanup to Driver mode code, as suggested by dblaikie [NFC]
new cb9ffaa3e2 Add a unit test for Driver::getDefaultModuleCachePath().
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:
unittests/Driver/CMakeLists.txt | 1 +
unittests/Driver/ModuleCacheTest.cpp | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 unittests/Driver/ModuleCacheTest.cpp
--
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 c537122805 [Sema] Don't mark plain MS enums as fixed
new 866931579e [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
new 30fc4fa07c Further cleanup to Driver mode code, as suggested by dblaikie [NFC]
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-c/Index.h | 28 +++++++++++++++++++++++++++-
include/clang/Index/IndexSymbol.h | 2 ++
lib/Driver/Driver.cpp | 16 +++++++---------
test/Index/index-refs.cpp | 16 ++++++++++++----
test/Index/index-subscripting-literals.m | 2 +-
tools/c-index-test/c-index-test.c | 27 +++++++++++++++++++++++++--
tools/libclang/CXIndexDataConsumer.cpp | 19 ++++++++++++++-----
tools/libclang/CXIndexDataConsumer.h | 6 ++++--
8 files changed, 92 insertions(+), 24 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 2e8d5c6cc7e [X86] Add missing scheduling class tag for i64 absolute add [...]
new 539d5295114 [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - llvm portion
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/Target/AArch64/AArch64InstrInfo.td | 6 ++++++
test/CodeGen/AArch64/f16-instructions.ll | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 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 clang.
from 66b9f8607f Update target-note-test to be current with the AMDGPU changes
new c537122805 [Sema] Don't mark plain MS enums as fixed
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/AST/Decl.h | 4 +-
include/clang/Sema/Sema.h | 3 +-
lib/AST/Type.cpp | 7 +--
lib/Sema/SemaDecl.cpp | 44 ++++++++----------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 +-
test/Sema/sign-compare-enum.c | 79 ++++++++++++++++++++++++++------
6 files changed, 92 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.