This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5fc42733ce8 PR bootstrap/83015 * ipa-inline.c (inline_small_functions [...]
new ff3aa16e031 Simplify 0 - ptr.
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/match.pd | 4 ++++
2 files changed, 8 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 bd6e90637ab Whitespace fix for libgfortran/ChangeLog
new 5fc42733ce8 PR bootstrap/83015 * ipa-inline.c (inline_small_functions [...]
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 | 6 ++++++
gcc/ipa-inline.c | 2 ++
2 files changed, 8 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 98ead37e97 Change value_contents_eq return bool
new da434ccbc3 Add aarch64_create_target_description
new d6d7ce5623 gdbserver: add aarch64_create_target_description
new 49bdb7ee48 Use flexible target descriptors for aarch64
new 6654d750c7 Add xml selftests for aarch64 target description.
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:
gdb/ChangeLog | 29 ++++
gdb/Makefile.in | 2 +
gdb/aarch64-linux-nat.c | 2 +-
gdb/aarch64-linux-tdep.c | 2 +-
gdb/aarch64-tdep.c | 23 +++-
gdb/aarch64-tdep.h | 2 +-
gdb/arch/aarch64.c | 42 ++++++
gdb/arch/aarch64.h | 4 +
gdb/configure.tgt | 2 +-
gdb/features/Makefile | 5 +-
gdb/features/aarch64-core.c | 66 +++++++++
gdb/features/aarch64-fpu.c | 132 ++++++++++++++++++
gdb/features/aarch64.c | 191 ---------------------------
gdb/gdbserver/ChangeLog | 31 +++++
gdb/gdbserver/configure.srv | 13 +-
gdb/gdbserver/linux-aarch64-ipa.c | 8 +-
gdb/gdbserver/linux-aarch64-low.c | 30 ++---
gdb/gdbserver/linux-aarch64-tdesc-selftest.c | 45 +++++++
gdb/gdbserver/linux-aarch64-tdesc.c | 46 +++++++
gdb/gdbserver/linux-aarch64-tdesc.h | 24 ++++
gdb/target-descriptions.c | 3 +-
21 files changed, 469 insertions(+), 233 deletions(-)
create mode 100644 gdb/arch/aarch64.c
create mode 100644 gdb/features/aarch64-core.c
create mode 100644 gdb/features/aarch64-fpu.c
delete mode 100644 gdb/features/aarch64.c
create mode 100644 gdb/gdbserver/linux-aarch64-tdesc-selftest.c
create mode 100644 gdb/gdbserver/linux-aarch64-tdesc.c
create mode 100644 gdb/gdbserver/linux-aarch64-tdesc.h
--
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 be065bce29 [ASTMatchers] Matchers for new[] operators
new 6b3cbe94dc clang-format: [JS] handle destructuring `of`.
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/Format/TokenAnnotator.cpp | 6 ++++--
unittests/Format/FormatTestJS.cpp | 4 ++++
2 files changed, 8 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 506fe5f499 Change tic6x target descriptions
new 62ad7ce71b Change register_changed_p returns bool
new 98ead37e97 Change value_contents_eq return bool
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 | 13 +++++++++++++
gdb/mi/mi-main.c | 32 ++++++++++++--------------------
gdb/value.c | 10 +++++-----
gdb/value.h | 24 ++++++++++++------------
4 files changed, 42 insertions(+), 37 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 8d803464560 2017-11-24 Richard Biener <rguenther(a)suse.de>
new bd6e90637ab Whitespace fix for libgfortran/ChangeLog
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:
libgfortran/ChangeLog | 1 +
1 file changed, 1 insertion(+)
--
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-tools-extra.
from b8acc957 [clangd] Tracing improvements
new 821d5b63 [clang-tidy] rename_check.py misc-dangling-handle bugprone-da [...]
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:
clang-tidy/bugprone/BugproneTidyModule.cpp | 3 +++
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/{misc => bugprone}/DanglingHandleCheck.cpp | 4 ++--
clang-tidy/{misc => bugprone}/DanglingHandleCheck.h | 12 ++++++------
clang-tidy/misc/CMakeLists.txt | 1 -
clang-tidy/misc/MiscTidyModule.cpp | 2 --
docs/ReleaseNotes.rst | 3 +++
...misc-dangling-handle.rst => bugprone-dangling-handle.rst} | 6 +++---
docs/clang-tidy/checks/list.rst | 2 +-
...misc-dangling-handle.cpp => bugprone-dangling-handle.cpp} | 6 +++---
10 files changed, 22 insertions(+), 18 deletions(-)
rename clang-tidy/{misc => bugprone}/DanglingHandleCheck.cpp (99%)
rename clang-tidy/{misc => bugprone}/DanglingHandleCheck.h (78%)
rename docs/clang-tidy/checks/{misc-dangling-handle.rst => bugprone-dangling-handl [...]
rename test/clang-tidy/{misc-dangling-handle.cpp => bugprone-dangling-handle.cpp} (96%)
--
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 09be5aa41aa PR 36313 Replace int with gfc_charlen_type, take 3
new 8d803464560 2017-11-24 Richard Biener <rguenther(a)suse.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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-62.c | 11 +++++++++++
gcc/tree-ssa-sccvn.c | 11 ++++++++---
4 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-62.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 binutils-gdb.
from 6d2cd6b208 x86: reject further invalid AVX-512 masking constructs
new 506fe5f499 Change tic6x target descriptions
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 | 12 +++++
gdb/arch/{amd64.h => tic6x.c} | 31 ++++++++++--
gdb/arch/{amd64.h => tic6x.h} | 12 +++--
gdb/features/Makefile | 5 +-
gdb/features/tic6x-c6xp.c | 16 ++++++
gdb/features/tic6x-core.c | 47 ++++++++++++++++++
gdb/features/tic6x-gp.c | 45 +++++++++++++++++
gdb/gdbserver/ChangeLog | 8 +++
gdb/gdbserver/configure.srv | 14 +++---
gdb/gdbserver/linux-tic6x-low.c | 107 ++++++++++++++++++++++++++--------------
gdb/target-descriptions.c | 3 +-
11 files changed, 249 insertions(+), 51 deletions(-)
copy gdb/arch/{amd64.h => tic6x.c} (51%)
copy gdb/arch/{amd64.h => tic6x.h} (83%)
create mode 100644 gdb/features/tic6x-c6xp.c
create mode 100644 gdb/features/tic6x-core.c
create mode 100644 gdb/features/tic6x-gp.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 e5ad8549d40 PR sanitizer/83014 * ubsan.c (ubsan_type_descriptor): Use [...]
new 09be5aa41aa PR 36313 Replace int with gfc_charlen_type, take 3
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:
libgfortran/ChangeLog | 17 +++++++++++++++++
libgfortran/generated/maxloc2_16_s1.c | 2 +-
libgfortran/generated/maxloc2_16_s4.c | 2 +-
libgfortran/generated/maxloc2_4_s1.c | 2 +-
libgfortran/generated/maxloc2_4_s4.c | 2 +-
libgfortran/generated/maxloc2_8_s1.c | 2 +-
libgfortran/generated/maxloc2_8_s4.c | 2 +-
libgfortran/generated/minloc2_16_s1.c | 2 +-
libgfortran/generated/minloc2_16_s4.c | 2 +-
libgfortran/generated/minloc2_4_s1.c | 2 +-
libgfortran/generated/minloc2_4_s4.c | 2 +-
libgfortran/generated/minloc2_8_s1.c | 2 +-
libgfortran/generated/minloc2_8_s4.c | 2 +-
libgfortran/m4/maxloc2s.m4 | 2 +-
libgfortran/m4/minloc2s.m4 | 2 +-
15 files changed, 31 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.