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 351787dd4c Add native target for FreeBSD/aarch64.
new 28ad437d7a Define HAVE_NATIVE_GCORE_HOST on NetBSD
new 8f8f815255 Fix calls in gdb.arch/thumb2-it.exp
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:
gdb/ChangeLog | 4 ++++
gdb/configure.nat | 1 +
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.arch/thumb2-it.exp | 4 ++--
4 files changed, 11 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 binutils-gdb.
from 7610297ab5 Add myself as a write-after-approval GDB maintainer.
new c0f84956d0 Add FreeBSD/aarch64 architecture.
new 351787dd4c Add native target for FreeBSD/aarch64.
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:
gdb/ChangeLog | 17 ++
gdb/Makefile.in | 3 +
gdb/NEWS | 8 +
gdb/{mips-fbsd-nat.c => aarch64-fbsd-nat.c} | 43 ++---
gdb/aarch64-fbsd-tdep.c | 205 ++++++++++++++++++++++
gdb/{aarch64-linux-tdep.h => aarch64-fbsd-tdep.h} | 21 ++-
gdb/configure.host | 1 +
gdb/configure.nat | 5 +
gdb/configure.tgt | 5 +
9 files changed, 272 insertions(+), 36 deletions(-)
copy gdb/{mips-fbsd-nat.c => aarch64-fbsd-nat.c} (73%)
create mode 100644 gdb/aarch64-fbsd-tdep.c
copy gdb/{aarch64-linux-tdep.h => aarch64-fbsd-tdep.h} (57%)
--
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 9ee1c277941 2017-09-06 Olivier Hainque <hainque(a)adacore.com>
new 5eeb71626c0 PR78468 - add alloca alignment test
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/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/pr78468.c | 102 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr78468.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 5574aba Task to rotate the LNT log.
new fa0ee7f [zorg] Remove clang-cmake-aarch64-42vma 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:
buildbot/osuosl/master/config/builders.py | 20 +-------------------
1 file changed, 1 insertion(+), 19 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 78696b31cd5 [TailCall] Allow llvm.memcpy/memset/memmove to be tail call [...]
new 5ab1ebb7613 [llvm-objcopy] Add support for relocations
new 0c3d5af9688 [Hexagon] Add option to generate calls to "abort" for "unre [...]
new 891fa9ed204 Revert "[llvm-objcopy] Add support for relocations"
new 3274c0d73fe Minor style fixes in lib/Support/**/Program.(inc|cpp).
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:
include/llvm/Support/Program.h | 23 ++++++-----
lib/Support/Program.cpp | 24 +++++------
lib/Support/Unix/Program.inc | 62 ++++++++++++++---------------
lib/Support/Windows/Program.inc | 56 +++++++++++++-------------
lib/Target/Hexagon/HexagonTargetMachine.cpp | 6 +++
test/CodeGen/Hexagon/trap-unreachable.ll | 8 ++++
6 files changed, 97 insertions(+), 82 deletions(-)
create mode 100644 test/CodeGen/Hexagon/trap-unreachable.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 binutils-gdb.
from 78984959cb x86-64: Add R_X86_64_converted_reloc_bit
new 7610297ab5 Add myself as a write-after-approval GDB maintainer.
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 | 4 ++++
gdb/MAINTAINERS | 1 +
2 files changed, 5 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 f5b39d746a Replacing "or" with "||" to appease MSVC.
new 0040ea0ac5 [OPENMP] Fix for PR33922: New ident_t flags for __kmpc_for_s [...]
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/CGOpenMPRuntime.cpp | 12 ++++++++++--
lib/CodeGen/CGOpenMPRuntime.h | 4 +++-
lib/CodeGen/CGStmtOpenMP.cpp | 11 +++++++----
test/OpenMP/distribute_codegen.cpp | 6 +++---
test/OpenMP/for_codegen.cpp | 6 +++---
test/OpenMP/parallel_for_codegen.cpp | 8 ++++----
test/OpenMP/sections_codegen.cpp | 2 +-
7 files changed, 31 insertions(+), 18 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 651c4efd779 [AMDGPU] Fix shouldClusterMemOps to process flat loads
new 78696b31cd5 [TailCall] Allow llvm.memcpy/memset/memmove to be tail call [...]
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/Analysis.cpp | 11 +++++++++++
test/CodeGen/X86/tailcall-mem-intrinsics.ll | 24 ++++++++++++++++++++++++
2 files changed, 35 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 gcc.
from 446b42cad48 * name-lookup.h (lookup_field_1): Delete. (get_class_bind [...]
new 9ee1c277941 2017-09-06 Olivier Hainque <hainque(a)adacore.com>
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 | 4 ++++
gcc/config.gcc | 2 +-
2 files 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 9d260736 Revert "Start moving away from --enable-schroot-test to --tes [...]
new 97217bd7 Update ilp32 glibc repo.
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:
config/ilp32-dev/glibc.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.