This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from fc3e133 Avoid running $(CXX) during build to obtain header file paths
new 85f7554 Add test case for O_TMPFILE handling in open, openat
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 | 6 ++
io/Makefile | 3 +-
io/tst-open-tmpfile.c | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++
test-skeleton.c | 15 ++++
4 files changed, 239 insertions(+), 1 deletion(-)
create mode 100644 io/tst-open-tmpfile.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 gcc.
from c678023 * configure.ac: Do not create links, only substitute the fil [...]
new 1a39df2 gcc: 2016-09-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 7 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/pr77550.C | 295 +++++++++++++++++++++++++++++++++++++++++
gcc/tree-vect-stmts.c | 96 ++++++++++----
4 files changed, 374 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr77550.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 llvm.
from d5fca75 [AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.
new d79f714 GlobalISel: pass Function to lowerFormalArguments directly (NFC).
new c297159 GlobalISel: produce correct code for signext/zeroext ABI flags.
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/llvm/CodeGen/GlobalISel/CallLowering.h | 29 ++-
include/llvm/CodeGen/LowLevelType.h | 2 +
lib/CodeGen/GlobalISel/CallLowering.cpp | 71 +++++++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +-
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 7 +-
lib/CodeGen/LowLevelType.cpp | 18 ++
lib/Target/AArch64/AArch64CallLowering.cpp | 196 +++++++++++----------
lib/Target/AArch64/AArch64CallLowering.h | 17 +-
lib/Target/AArch64/AArch64CallingConvention.td | 1 +
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUCallLowering.h | 6 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 40 +++++
12 files changed, 274 insertions(+), 122 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 19b1ac4 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_ [...]
new c678023 * configure.ac: Do not create links, only substitute the fil [...]
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:
libgcc/ChangeLog | 14 ++++++++++++++
libgcc/Makefile.in | 24 +++++++++++++++++++++--
libgcc/configure | 55 ++++-------------------------------------------------
libgcc/configure.ac | 10 +++++-----
4 files changed, 45 insertions(+), 58 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 binutils-gdb.
from fc6cda2 Keep reserved bits in CPSR on write
new 3d0ec88 MIPS/testsuite: mips16-thunks: Use `standard_output_file'
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.arch/mips16-thunks.exp | 9 ++++-----
2 files changed, 9 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 gdb-7.12-branch
in repository binutils-gdb.
from 79c7eab Automatic date update in version.in
new 61f97a2 Keep reserved bits in CPSR on write
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/aarch32-linux-nat.c | 11 +++++++++--
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/linux-aarch32-low.c | 4 ++++
4 files changed, 23 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 lld.
from 1e19af2 [ELF] - Linkerscript: reimplement readSectionExcludes()
new 34be12d Linker script: Fix bug with several .bss
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/LinkerScript.cpp | 3 ++-
test/ELF/linkerscript/double-bss.s | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/double-bss.s
--
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 44b8317 Automatic date update in version.in
new fc6cda2 Keep reserved bits in CPSR on write
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/aarch32-linux-nat.c | 11 +++++++++--
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/linux-aarch32-low.c | 4 ++++
4 files changed, 23 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 lldb.
from 9a96eb8 Adds tests for breakpoint names, and a FindBreakpointsByName.
new 2e17f1e Remove an invalid doxygen `@return` docstring on a void function
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:
source/Plugins/ExpressionParser/Clang/ClangASTSource.h | 3 ---
1 file changed, 3 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 be122a9 2016-09-21 Richard Biener <rguenther(a)suse.de>
new 19b1ac4 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_ [...]
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 | 5 +++++
gcc/gimple-ssa-sprintf.c | 1 +
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.