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 074a8b30 [clangd] Remove outdated comment. NFC
new f9284c3b [clangd] Report diagnostics even if WantDiags::No AST was reused
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/TUScheduler.cpp | 59 ++++++++++++++++++++++-------------
unittests/clangd/TUSchedulerTests.cpp | 34 ++++++++++++++++++++
2 files changed, 71 insertions(+), 22 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 cd5b56f4cc Improve support of PDB as an external layout source
new 074e1b47a3 Fix linux-header-search.cpp with CLANG_DEFAULT_CXX_STDLIB
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/Driver/linux-header-search.cpp | 4 ++--
1 file changed, 2 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 gcc.
from 396e3f01aef Fix an UBSAN error in cp/parse.c (PR c++/86653).
new 340529cc413 Fix GCOV CFG related issues.
new 9d27748de44 Fix target clones (PR gcov-profile/85370).
new e1426f699c2 GCOV: add cache for streamed locations.
The 3 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 | 26 +++++++
gcc/coverage.c | 3 +-
gcc/profile.c | 116 ++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 20 +++++
gcc/testsuite/gcc.misc-tests/gcov-pr83813.c | 23 ++++++
gcc/testsuite/gcc.misc-tests/gcov-pr84758.c | 28 +++++++
gcc/testsuite/gcc.misc-tests/gcov-pr85217.c | 20 +++++
gcc/testsuite/gcc.misc-tests/gcov-pr85332.c | 26 +++++++
gcc/testsuite/gcc.misc-tests/gcov-pr85338.c | 21 +++++
gcc/testsuite/gcc.misc-tests/gcov-pr85350.c | 21 +++++
gcc/testsuite/gcc.misc-tests/gcov-pr85372.c | 28 +++++++
11 files changed, 316 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr83813.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr84758.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr85217.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr85332.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr85338.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr85350.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr85372.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 824a26206fd [Ada] Various code clean-ups from CodePeer messages
new 396e3f01aef Fix an UBSAN error in cp/parse.c (PR c++/86653).
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 2 +-
2 files changed, 7 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 c5db03f3384 [ARM] Allow automatically deducing the thumb instruction si [...]
new 05daff0b996 [X86][SSE] isFNEG - Use getTargetConstantBitsFromNode to ha [...]
new b2deef92d96 [X86] Improved sched models for X86 SHLD/SHRD* instructions [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 38 ++++++-------------------------
lib/Target/X86/X86InstrShiftRotate.td | 18 +++++++--------
lib/Target/X86/X86SchedBroadwell.td | 33 +++++----------------------
lib/Target/X86/X86SchedHaswell.td | 39 +++++++++-----------------------
lib/Target/X86/X86SchedSandyBridge.td | 40 ++++++---------------------------
lib/Target/X86/X86SchedSkylakeClient.td | 35 +++++------------------------
lib/Target/X86/X86SchedSkylakeServer.td | 35 +++++------------------------
lib/Target/X86/X86Schedule.td | 5 ++++-
lib/Target/X86/X86ScheduleAtom.td | 15 +++++--------
lib/Target/X86/X86ScheduleBtVer2.td | 32 +++++---------------------
lib/Target/X86/X86ScheduleSLM.td | 7 +++++-
lib/Target/X86/X86ScheduleZnver1.td | 7 +++++-
12 files changed, 77 insertions(+), 227 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 gcc-8-branch
in repository gcc.
from c4b66e7cacd Use default visibility to work around clang -fvisibility-in [...]
new 5e56325262d Add workaround for aligned_alloc bug on AIX
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:
libstdc++-v3/ChangeLog | 7 ++
libstdc++-v3/libsupc++/new_opa.cc | 6 ++
libstdc++-v3/testsuite/18_support/new_aligned.cc | 119 +++++++++++++++++++++++
3 files changed, 132 insertions(+)
create mode 100644 libstdc++-v3/testsuite/18_support/new_aligned.cc
--
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 c834ef92b70 Improve specs processing to allow %* in function arguments
new 08ac35107e7 [Ada] Spurious error -- "allocation from empty storage pool"
new f81a201b738 [Ada] Minor reformattings
new 27373940be7 [Ada] Fix resolution of class-wide operations that are gene [...]
new e342122d436 [Ada] Fix a freezing issue
new 738fccf76b6 [Ada] Deconstruct 'F' as a prefix for an ALI data
new a0e14d4a3c2 [Ada] Replace low-level calls to Ekind with high-level call [...]
new 73abbb5671b [Ada] Print the Is_Activation_Record flag
new c0b8656009a [Ada] Spurious warning on iteration over range of 64-bit mo [...]
new a67bba016e5 [Ada] Compiler failure on an extended_return_statement in a block
new e79422bbe55 [Ada] Spurious error on the placement of aspect Global
new 1ace4a8b066 [Ada] Wrong value after assignment of overlain record objects
new b64aa5a17bc [Ada] Fix alignment of mutex_t and cond_t type on 32-bit SP [...]
new 5b3999d88d7 [Ada] GNATmake fails to detect missing body
new 5048305b369 [Ada] Spurious error on default parameter in protected operation
new 37f84bd39b7 [Ada] Unnesting: find local subps in nested stmt sequences
new 68ea615ada7 [Ada] Secondary stack leak with access-to-subprogram
new 8ae5011d295 [Ada] Refine generation of range checks to happen in front end
new 8bc0626ba4b [Ada] Unnesting: improve support for entries in protected objects
new 7233af4a4d5 [Ada] Sem_Elab: remove duplicate condition
new 7d43345753b [Ada] Fix potential Constraint_Error if Library_Version is [...]
new 824a26206fd [Ada] Various code clean-ups from CodePeer messages
The 21 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 | 145 ++++++++++++++++++++
gcc/ada/ali.adb | 3 +-
gcc/ada/checks.adb | 47 +++----
gcc/ada/clean.adb | 1 +
gcc/ada/contracts.adb | 4 +-
gcc/ada/einfo.adb | 1 +
gcc/ada/exp_aggr.adb | 21 ++-
gcc/ada/exp_attr.adb | 48 ++++++-
gcc/ada/exp_ch4.adb | 2 +-
gcc/ada/exp_ch5.adb | 15 +-
gcc/ada/exp_ch6.adb | 34 ++++-
gcc/ada/exp_ch7.adb | 116 ++++++++++++----
gcc/ada/exp_ch9.adb | 151 +++++++++++++++++----
gcc/ada/exp_disp.adb | 11 +-
gcc/ada/exp_unst.adb | 77 +++++++----
gcc/ada/freeze.adb | 6 +
gcc/ada/gnatchop.adb | 8 +-
gcc/ada/gnatfind.adb | 1 +
gcc/ada/gnatlink.adb | 6 +-
gcc/ada/gnatls.adb | 51 ++++---
gcc/ada/gnatmake.ads | 1 +
gcc/ada/gnatxref.adb | 1 +
gcc/ada/lib-writ.adb | 41 ++++--
gcc/ada/lib-writ.ads | 14 +-
gcc/ada/lib-xref.adb | 2 +-
gcc/ada/libgnarl/s-osinte__solaris.ads | 11 +-
gcc/ada/make.adb | 30 ++--
gcc/ada/make.ads | 1 +
gcc/ada/make_util.ads | 2 +
gcc/ada/repinfo.adb | 2 +-
gcc/ada/sem.adb | 11 ++
gcc/ada/sem.ads | 5 +
gcc/ada/sem_ch4.adb | 74 +++++-----
gcc/ada/sem_ch9.adb | 2 +-
gcc/ada/sem_elab.adb | 1 -
gcc/ada/sem_eval.adb | 8 +-
gcc/ada/sem_prag.adb | 10 ++
gcc/ada/sem_res.adb | 38 ++++--
gcc/ada/sfn_scan.adb | 1 +
gcc/ada/usage.adb | 2 +-
gcc/ada/vxaddr2line.adb | 3 +-
gcc/ada/xeinfo.adb | 1 +
gcc/ada/xoscons.adb | 2 +-
gcc/ada/xr_tabls.adb | 3 +
gcc/ada/xref_lib.adb | 4 +-
gcc/testsuite/ChangeLog | 21 +++
gcc/testsuite/gnat.dg/addr11.adb | 28 ++++
.../gnat.dg/block_ext_return_assert_failure.adb | 24 ++++
gcc/testsuite/gnat.dg/global.adb | 87 ++++++++++++
gcc/testsuite/gnat.dg/global.ads | 19 +++
gcc/testsuite/gnat.dg/iter3.adb | 15 ++
gcc/testsuite/gnat.dg/prot5.adb | 12 ++
gcc/testsuite/gnat.dg/prot5_pkg.adb | 13 ++
gcc/testsuite/gnat.dg/prot5_pkg.ads | 8 ++
54 files changed, 987 insertions(+), 258 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/addr11.adb
create mode 100644 gcc/testsuite/gnat.dg/block_ext_return_assert_failure.adb
create mode 100644 gcc/testsuite/gnat.dg/global.adb
create mode 100644 gcc/testsuite/gnat.dg/global.ads
create mode 100644 gcc/testsuite/gnat.dg/iter3.adb
create mode 100644 gcc/testsuite/gnat.dg/prot5.adb
create mode 100644 gcc/testsuite/gnat.dg/prot5_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/prot5_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 gcc.
from 0e4340b2cce Add support for -nolibc
new c834ef92b70 Improve specs processing to allow %* in function arguments
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 | 14 ++++++++++++++
gcc/gcc.c | 51 +++++++++++++++++++++++++++++----------------------
2 files changed, 43 insertions(+), 22 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 gcc-8-branch
in repository gcc.
from 1ceb29226b3 Daily bump.
new f65ae6e128f PR libstdc++/84654 Disable __float128 specializations for - [...]
new fd2fb382606 PR libstdc++/86734 use addressof in reverse_iterator::operator->
new c4b66e7cacd Use default visibility to work around clang -fvisibility-in [...]
The 3 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:
libstdc++-v3/ChangeLog | 40 ++++++++++++++++++++++
libstdc++-v3/acinclude.m4 | 5 ++-
libstdc++-v3/config.h.in | 3 --
libstdc++-v3/configure | 37 +++++++++++++-------
libstdc++-v3/include/Makefile.am | 13 ++++++-
libstdc++-v3/include/Makefile.in | 10 +++++-
libstdc++-v3/include/bits/c++config | 5 +++
libstdc++-v3/include/bits/shared_ptr_base.h | 2 +-
libstdc++-v3/include/bits/stl_iterator.h | 5 ++-
.../reverse_iterator/dr2188.cc} | 30 ++++++++--------
10 files changed, 114 insertions(+), 36 deletions(-)
copy libstdc++-v3/testsuite/{21_strings/basic_string/dr2268.cc => 24_iterators/rev [...]
--
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 85df3aea4d7 Reverting 'AsyncI/O patch committed' as it is breaking bare [...]
new 0e4340b2cce Add support for -nolibc
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 | 22 ++++++++++++++++++++++
gcc/common.opt | 3 +++
gcc/config/alpha/linux.h | 2 +-
gcc/config/arc/elf.h | 2 +-
gcc/config/arm/uclinux-elf.h | 4 ++--
gcc/config/arm/unknown-elf.h | 2 +-
gcc/config/avr/avrlibc.h | 2 +-
gcc/config/bfin/bfin.h | 2 +-
gcc/config/bfin/linux.h | 2 +-
gcc/config/bfin/uclinux.h | 2 +-
gcc/config/darwin.h | 2 +-
gcc/config/darwin10.h | 2 +-
gcc/config/darwin12.h | 2 +-
gcc/config/gnu-user.h | 2 +-
gcc/config/lm32/uclinux-elf.h | 2 +-
gcc/config/pa/pa-hpux11.h | 2 +-
gcc/config/pa/pa64-hpux.h | 2 +-
gcc/config/sparc/sparc.h | 2 +-
gcc/doc/invoke.texi | 19 ++++++++++++++++---
gcc/gcc.c | 2 +-
20 files changed, 59 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.