This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 0acce2b658c PR c++/81236 - ICE with template-id in generic lambda
new 2b44365dfd9 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 761ccdd501e 2017-09-18 Paolo Carlini <paolo.carlini(a)oracle.com>
new 6a270ac80b8 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from 0f05930bc84 PR c++/80294 - ICE with constexpr and inheritance.
new 074d32453a4 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 94670f6cf1 Check error return from bfd_canonicalize_dynamic_reloc
new ced154d810 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-8.0-branch
in repository binutils-gdb.
from 9d06c7e325 Automatic date update in version.in
new dc83a64253 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_29-branch
in repository binutils-gdb.
from 00109687cb ld: Require GCC 5 or above for 3 x86 tests
new 583043c2b8 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 3840b1b9de0 runtime: always initialize str field in __go_string_sli [...]
new 761ccdd501e 2017-09-18 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-80947.C | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-80947.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 74ae606cb21 [ThinLTO/gold] Implement ThinLTO cache pruning support
new 2865ab69961 bpf: add inline-asm support
new 36409f33261 [lit] Use realpath when adding to the config map.
new 2fbca6bfaec [llvm-cov] Simplify code to find the first uncovered segment. NFC.
new f71ef504eb5 [llvm-cov] Repair a test. NFC.
new 7c57f171e24 [Coverage] Use gap regions to select better line exec counts
The 5 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/CoverageMappingFormat.rst | 10 ++-
.../llvm/ProfileData/Coverage/CoverageMapping.h | 32 +++++++--
include/llvm/ProfileData/InstrProfData.inc | 2 +-
lib/ProfileData/Coverage/CoverageMapping.cpp | 14 ++--
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 16 ++++-
lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 1 +
lib/Target/BPF/BPFAsmPrinter.cpp | 77 +++++++++++++++++++++
lib/Target/BPF/BPFISelDAGToDAG.cpp | 24 +++++++
lib/Target/BPF/BPFISelLowering.cpp | 16 +++++
lib/Target/BPF/BPFISelLowering.h | 4 ++
test/CodeGen/BPF/inline_asm.ll | 54 +++++++++++++++
.../llvm-cov/Inputs/deferred-regions.covmapping | Bin 688 -> 728 bytes
test/tools/llvm-cov/deferred-region.cpp | 34 ++++-----
tools/llvm-cov/SourceCoverageView.cpp | 39 +++++------
tools/llvm-cov/SourceCoverageViewHTML.cpp | 2 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 2 +-
utils/lit/lit/discovery.py | 1 +
utils/llvm-lit/llvm-lit.in | 1 +
18 files changed, 266 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGen/BPF/inline_asm.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 clang.
from cc6a5a338f [Docs] Document cache pruning support for gold
new 0035479637 [Coverage] Use a new API to label gap areas
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/CoverageMappingGen.cpp | 30 +++++++++++++++++++++-----
test/CoverageMapping/deferred-region.cpp | 36 ++++++++++++++++----------------
2 files changed, 43 insertions(+), 23 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 compiler-rt.
from 9be9a94b0 Revert "[ubsan] Split ubsan_init_standalone"
new 3b5c45da8 [profile] Update InstrProfData.inc
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/profile/InstrProfData.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.