This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5bb74b9978a 2017-11-09 Yannick Moy <moy(a)adacore.com>
new d34adbf9bb1 gcc/ada/
new c930fde510c 2017-11-09 Javier Miranda <miranda(a)adacore.com>
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/ada/ChangeLog | 18 +++++++
gcc/ada/exp_aggr.adb | 2 +-
gcc/ada/exp_ch3.adb | 20 +++----
gcc/ada/exp_disp.adb | 30 ++++++++---
gcc/ada/gnat1drv.adb | 7 +--
gcc/ada/libgnarl/s-taprop__mingw.adb | 2 +-
gcc/ada/libgnat/s-rident.ads | 1 +
gcc/ada/namet.adb | 11 ++--
gcc/ada/namet.ads | 4 +-
gcc/ada/opt.ads | 22 ++++----
gcc/ada/sem_aggr.adb | 98 ++++++++++++++++++----------------
gcc/ada/sem_ch2.adb | 4 +-
gcc/ada/sem_ch4.adb | 30 ++++++-----
gcc/ada/sem_prag.ads | 2 +
gcc/ada/sem_res.adb | 18 ++++---
gcc/ada/sinfo.ads | 36 ++++++-------
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gnat.dg/out_param.adb | 21 ++++++++
gcc/testsuite/gnat.dg/unreferenced.adb | 11 ++++
19 files changed, 223 insertions(+), 122 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/out_param.adb
create mode 100644 gcc/testsuite/gnat.dg/unreferenced.adb
--
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 c70806b05a6 2017-11-09 Piotr Trojanek <trojanek(a)adacore.com>
new 5bb74b9978a 2017-11-09 Yannick Moy <moy(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/ada/ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/binde.adb | 1 +
gcc/ada/checks.adb | 16 ++++++------
gcc/ada/contracts.adb | 10 +++++++
gcc/ada/exp_attr.adb | 2 +-
gcc/ada/exp_ch11.adb | 4 ++-
gcc/ada/exp_ch4.adb | 8 +++---
gcc/ada/exp_ch5.adb | 4 +--
gcc/ada/exp_ch6.adb | 4 ++-
gcc/ada/exp_ch9.adb | 3 +--
gcc/ada/exp_imgv.adb | 2 +-
gcc/ada/exp_util.adb | 2 +-
gcc/ada/freeze.adb | 3 +--
gcc/ada/inline.adb | 6 ++---
gcc/ada/sem_ch12.adb | 3 +--
gcc/ada/sem_ch3.adb | 4 +--
gcc/ada/sem_ch4.adb | 13 +++++-----
gcc/ada/sem_ch5.adb | 3 ++-
gcc/ada/sem_ch6.adb | 15 ++++++-----
gcc/ada/sem_ch9.adb | 6 ++---
gcc/ada/sem_dim.adb | 16 ++++++------
gcc/ada/sem_eval.adb | 2 +-
gcc/ada/sem_intr.adb | 2 +-
gcc/ada/sem_prag.adb | 2 +-
gcc/ada/sem_res.adb | 3 ++-
gcc/ada/sem_spark.ads | 8 +++---
gcc/ada/sem_warn.adb | 3 ++-
gcc/ada/set_targ.adb | 3 ++-
gcc/ada/stylesw.adb | 6 +----
29 files changed, 156 insertions(+), 70 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 54a4cafdfd9 gcc/ada/
new c70806b05a6 2017-11-09 Piotr Trojanek <trojanek(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/ada/ChangeLog | 36 ++++++++++++++
gcc/ada/namet.adb | 133 +++++++++++++++++++++++++--------------------------
gcc/ada/namet.ads | 77 ++++++++++++++---------------
gcc/ada/sem_ch2.adb | 4 +-
gcc/ada/sem_ch4.adb | 24 +++++++++-
gcc/ada/sem_ch8.adb | 5 +-
gcc/ada/sem_prag.adb | 13 ++---
gcc/ada/sem_res.adb | 2 +-
8 files changed, 177 insertions(+), 117 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-tools-extra.
from d68d476f Relax definitions.test to accept windows file paths.
new e11a694d [clangd] Add rename support.
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdLSPServer.cpp | 17 +++++++
clangd/ClangdLSPServer.h | 1 +
clangd/ClangdServer.cpp | 72 +++++++++++++++++++++++++++
clangd/ClangdServer.h | 4 ++
clangd/ClangdUnit.cpp | 78 +++++++++++++++---------------
clangd/ClangdUnit.h | 4 ++
clangd/Protocol.cpp | 48 ++++++++++++++++++
clangd/Protocol.h | 14 ++++++
clangd/ProtocolHandlers.cpp | 1 +
clangd/ProtocolHandlers.h | 1 +
test/clangd/initialize-params-invalid.test | 1 +
test/clangd/initialize-params.test | 1 +
test/clangd/rename.test | 50 +++++++++++++++++++
14 files changed, 255 insertions(+), 38 deletions(-)
create mode 100644 test/clangd/rename.test
--
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 21b81e67c7 Change the type of the aarch64_feature_set typedef to unsign [...]
new b6b9ca0c3e Split the ARM Crypto ISA extensions for AES and SHA1+2 into [...]
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:
gas/ChangeLog | 5 +++++
gas/config/tc-aarch64.c | 6 ++++++
include/ChangeLog | 6 ++++++
include/opcode/aarch64.h | 5 +++++
opcodes/ChangeLog | 10 ++++++++++
opcodes/aarch64-tbl.h | 27 +++++++++++++++++++++++++++
6 files changed, 59 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 1e3d450ff19 Remove non needed check in bmp_iter_set_init (PR tree-optim [...]
new 54a4cafdfd9 gcc/ada/
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/ada/ChangeLog | 48 ++
gcc/ada/gnat1drv.adb | 8 +
gcc/ada/lib-writ.adb | 7 -
gcc/ada/lib-xref-spark_specific.adb | 1075 +--------------------------------
gcc/ada/lib-xref.ads | 18 +-
gcc/ada/sem_elab.adb | 220 ++++---
gcc/ada/sem_prag.adb | 2 +-
gcc/ada/sem_res.adb | 25 +-
gcc/ada/sinfo.adb | 22 -
gcc/ada/sinfo.ads | 18 -
gcc/ada/spark_xrefs.adb | 105 +---
gcc/ada/spark_xrefs.ads | 118 +---
gcc/ada/switch-c.adb | 14 +-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gnat.dg/controlled2.adb | 3 +
gcc/testsuite/gnat.dg/controlled4.adb | 3 +
gcc/testsuite/gnat.dg/elab3.adb | 9 +
gcc/testsuite/gnat.dg/elab3.ads | 3 +
gcc/testsuite/gnat.dg/elab3_pkg.adb | 11 +
gcc/testsuite/gnat.dg/elab3_pkg.ads | 7 +
gcc/testsuite/gnat.dg/finalized.adb | 3 +
21 files changed, 345 insertions(+), 1384 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/elab3.adb
create mode 100644 gcc/testsuite/gnat.dg/elab3.ads
create mode 100644 gcc/testsuite/gnat.dg/elab3_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/elab3_pkg.ads
--
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 759ae31a1 Xfail TestConcurrentTwoWatchpointsOneSignal on arm
new 1ad636909 Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
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/lldb/Host/common/NativeProcessProtocol.h | 7 +++++--
source/Host/common/NativeProcessProtocol.cpp | 10 ----------
source/Host/common/NativeRegisterContext.cpp | 17 ++++-------------
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 5 -----
source/Plugins/Process/Linux/NativeProcessLinux.h | 2 +-
.../Process/Linux/NativeRegisterContextLinux.cpp | 10 +---------
.../Process/Linux/NativeRegisterContextLinux_arm64.cpp | 16 ++++------------
.../Process/Linux/NativeRegisterContextLinux_mips64.cpp | 12 +++++-------
source/Plugins/Process/Linux/NativeThreadLinux.cpp | 6 +-----
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 5 -----
source/Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 +-
source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 6 +-----
.../gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 15 +++------------
13 files changed, 26 insertions(+), 87 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 97bd3e018 [MIPS] Setup less-significant bit in the .got and .got.plt en [...]
new fa465a08d [MIPS] Setup less-significant bit in a symbol value in microM [...]
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/Thunks.cpp | 4 ++--
test/ELF/mips-micro-thunks.s | 4 ++--
2 files changed, 4 insertions(+), 4 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 b0146f934b Fix a bug with the use of __builtin_bzero in a conditional e [...]
new 9336389b0f [Tooling] Use FixedCompilationDatabase when `compile_flags.t [...]
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:
docs/JSONCompilationDatabase.rst | 6 +++++
include/clang/Tooling/CompilationDatabase.h | 5 ++++
lib/Tooling/CompilationDatabase.cpp | 38 +++++++++++++++++++++++++++--
test/Tooling/Inputs/fixed-header.h | 1 +
test/Tooling/fixed-database.cpp | 18 ++++++++++++++
5 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 test/Tooling/Inputs/fixed-header.h
create mode 100644 test/Tooling/fixed-database.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 gcc.
from 8a56eb98560 2017-11-09 Piotr Trojanek <trojanek(a)adacore.com>
new 4277e5bb8c1 2017-11-09 Jerome Lambourg <lambourg(a)adacore.com>
new 1e3d450ff19 Remove non needed check in bmp_iter_set_init (PR tree-optim [...]
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/ChangeLog | 5 ++
gcc/ada/ChangeLog | 57 ++++++++++++++
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 2 +-
gcc/ada/exp_ch3.adb | 92 +++++++++++-----------
gcc/ada/exp_disp.adb | 25 +++---
gcc/ada/gnat1drv.adb | 2 +-
gcc/ada/gnat_ugn.texi | 4 +-
.../{s-osinte__posix.adb => s-osinte__qnx.adb} | 4 +-
gcc/ada/libgnarl/s-osinte__qnx.ads | 9 ++-
gcc/ada/libgnarl/s-taprop__linux.adb | 6 +-
gcc/ada/libgnarl/s-taprop__posix.adb | 6 +-
gcc/ada/libgnat/a-tags.adb | 8 +-
gcc/ada/libgnat/system-qnx-aarch64.ads | 14 ++--
gcc/ada/sem_elab.adb | 2 +-
gcc/ada/sem_prag.adb | 6 +-
gcc/ada/sem_res.adb | 9 ++-
gcc/ada/sem_util.adb | 2 +-
gcc/ada/sigtramp-qnx.c | 6 +-
gcc/sbitmap.h | 2 -
19 files changed, 164 insertions(+), 97 deletions(-)
copy gcc/ada/libgnarl/{s-osinte__posix.adb => s-osinte__qnx.adb} (97%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.