This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 31636910b4 [clang-rename] Add more unittest.
new e24b3a3568 [Analyzer] Clarify error messages for undefined result
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:
.../Core/PathSensitive/CheckerContext.h | 7 +++
lib/StaticAnalyzer/Checkers/ConversionChecker.cpp | 57 ++--------------------
lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp | 47 +++++++++++++++---
lib/StaticAnalyzer/Core/CheckerContext.cpp | 32 ++++++++++++
test/Analysis/bitwise-ops.c | 20 ++++++--
5 files changed, 99 insertions(+), 64 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 3c2898ccee0 [DAGCombiner] convert insertelement of bitcasted vector int [...]
new 143ffebf675 [InstCombine] add baseline tests for D38531; 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:
test/Transforms/InstCombine/minmax-fold.ll | 104 ++++++++++++++++++++++++++++-
1 file changed, 103 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 35e0e292400 Revert "[dsymutil] Timestmap verification for __swift_ast"
new 3c2898ccee0 [DAGCombiner] convert insertelement of bitcasted vector int [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 65 +++++++++++++++++++++++++++++--
test/CodeGen/AArch64/arm64-neon-copy.ll | 2 +-
test/CodeGen/X86/insertelement-shuffle.ll | 61 +++++++----------------------
3 files changed, 77 insertions(+), 51 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 openacc-gcc-7-branch
in repository gcc.
from c31e5c6dce1 Enable fortran derived types in acc enter/exit data
new d2eedab833f Enable 0-length array data mappings for implicit data clauses
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.openacc | 5 +++
gcc/gimplify.c | 7 +++-
libgomp/ChangeLog.openacc | 1 +
.../libgomp.oacc-c-c++-common/fp-dyn-arrays.c | 42 ++++++++++++++++++++++
4 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/fp-dyn-arrays.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 clang.
from caaaf1b95e [OpenCL] Allow function declaration with empty argument list.
new 31636910b4 [clang-rename] Add more unittest.
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/Rename/RenameClassTest.cpp | 118 +++++++++++++++++++++++++++++++++++
1 file changed, 118 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 binutils-gdb.
from 458ca1d02e Garbage collect reattach_breakpoints
new 72bc1bb934 ELF/BFD: Fix padding in `elf_external_linux_prpsinfo64'
new a2f63b2e7a ELF/BFD,GDB: Handle both variants of the 32-bit Linux core P [...]
new 3c9a7b0d6d ELF/BFD: Handle both variants of the 64-bit Linux core PRPSI [...]
new fe22022617 GDB: Remove Linux core PRPSINFO note writer override
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:
bfd/ChangeLog | 52 +++++++++++++++++++
bfd/elf-bfd.h | 12 +++--
bfd/elf-linux-core.h | 139 +++++++++++++++++++++++++++++++++++++++++++++------
bfd/elf.c | 38 +++++++++++---
bfd/elf32-am33lin.c | 2 +
bfd/elf32-arm.c | 2 +
bfd/elf32-cris.c | 2 +
bfd/elf32-frv.c | 2 +
bfd/elf32-i386.c | 2 +
bfd/elf32-m32r.c | 2 +
bfd/elf32-m68k.c | 2 +
bfd/elf32-ppc.c | 64 ------------------------
bfd/elf32-s390.c | 2 +
bfd/elf32-sh.c | 2 +
bfd/elf32-sparc.c | 2 +
bfd/elf64-sh64.c | 2 +
bfd/elfxx-target.h | 10 +++-
gdb/ChangeLog | 15 ++++++
gdb/gdbarch.c | 32 ------------
gdb/gdbarch.h | 13 -----
gdb/gdbarch.sh | 8 ---
gdb/linux-tdep.c | 23 +++------
gdb/ppc-linux-tdep.c | 8 +--
23 files changed, 269 insertions(+), 167 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 a951eff6275 [TargetLowering] Correctly track NumFixedArgs field of Call [...]
new 35e0e292400 Revert "[dsymutil] Timestmap verification for __swift_ast"
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/tools/dsymutil/ARM/swift-ast.test | 26 -------------------
test/tools/dsymutil/Inputs/swift-ast.macho.fat | Bin 131312 -> 0 bytes
test/tools/dsymutil/X86/swift-ast-x86_64.test | 11 +++------
tools/dsymutil/BinaryHolder.h | 12 ++++-----
tools/dsymutil/DwarfLinker.cpp | 33 +++++++------------------
tools/dsymutil/dsymutil.cpp | 6 +----
tools/dsymutil/dsymutil.h | 9 +++----
7 files changed, 23 insertions(+), 74 deletions(-)
delete mode 100644 test/tools/dsymutil/ARM/swift-ast.test
delete mode 100755 test/tools/dsymutil/Inputs/swift-ast.macho.fat
--
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 d8425e116c nss_files: Avoid large buffers with many host addresses [BZ #22078]
new 2faa42daa8 nscd: remove reference to libnsl
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 | 14 ++++++++++++++
nis/Makefile | 2 --
nscd/Makefile | 8 ++++----
nscd/cache.c | 6 +++---
sysdeps/mips/tst-abi-fp32mod.c => nscd/nscd_hash.c | 9 +++------
sysdeps/generic/nscd-types.h => nscd/nscd_hash.h | 6 +++---
nscd/nscd_helper.c | 11 +++--------
7 files changed, 30 insertions(+), 26 deletions(-)
copy sysdeps/mips/tst-abi-fp32mod.c => nscd/nscd_hash.c (86%)
copy sysdeps/generic/nscd-types.h => nscd/nscd_hash.h (83%)
--
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 binutils-gdb.
from 905014d720 Use std::vector for symtab_fns
new 458ca1d02e Garbage collect reattach_breakpoints
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:
gdb/ChangeLog | 5 +++++
gdb/breakpoint.c | 36 ------------------------------------
gdb/breakpoint.h | 7 -------
3 files changed, 5 insertions(+), 43 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 openacc-gcc-7-branch
in repository gcc.
from db149741171 acc_get_cuda_stream: Clean up data of the OpenACC Profiling [...]
new 888268012b7 Allow the accelerator to have more offloaded functions than [...]
new c31e5c6dce1 Enable fortran derived types in acc enter/exit data
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.openacc | 7 +++
gcc/fortran/openmp.c | 10 ++--
gcc/testsuite/ChangeLog.openacc | 4 ++
gcc/testsuite/gfortran.dg/goacc/derived-types.f90 | 7 ++-
libgomp/ChangeLog.openacc | 9 +++
libgomp/target.c | 2 +-
.../libgomp.oacc-fortran/derived-type-2.f90 | 67 ++++++++++++++++++++++
7 files changed, 99 insertions(+), 7 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/derived-type-2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.