This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f413d6c7a3b Teach GlobalSRA to update the debug info for split-up globals.
new 89c78d2b591 [Support] Update comments about stdout, raw_fd_ostream, and outs()
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/llvm/Support/raw_ostream.h | 9 ++++-----
lib/Support/raw_ostream.cpp | 17 ++++++++---------
2 files changed, 12 insertions(+), 14 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 1a05d247fa7 [AMDGPU] Add missing hazard for DPP-after-EXEC-write
new f413d6c7a3b Teach GlobalSRA to update the debug info for split-up globals.
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/llvm/IR/DIBuilder.h | 10 ++-
lib/IR/DIBuilder.cpp | 29 +++++-
lib/Transforms/IPO/GlobalOpt.cpp | 35 +++++++-
test/DebugInfo/Generic/global-sra-array.ll | 129 +++++++++++++++++++++++++++
test/DebugInfo/Generic/global-sra-struct.ll | 132 ++++++++++++++++++++++++++++
5 files changed, 325 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/Generic/global-sra-array.ll
create mode 100644 test/DebugInfo/Generic/global-sra-struct.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 compiler-rt.
from 8293838e8 [builtins] Use Interlocked* intrinsics for atomics on MSVC
new d4151aa47 coverage: Update tests to reflect changes from r310012
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/profile/Inputs/extern_template.h | 2 +-
test/profile/Linux/coverage_test.cpp | 2 +-
2 files 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 llvm.
from c7e789c8430 [llvm-cov] Ignore unclosed line segments when setting line counts
new 1a05d247fa7 [AMDGPU] Add missing hazard for DPP-after-EXEC-write
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/Target/AMDGPU/GCNHazardRecognizer.cpp | 9 ++++++-
test/CodeGen/AMDGPU/inserted-wait-states.mir | 35 ++++++++++++++++++++++++++++
2 files changed, 43 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 release/2.25/master
in repository glibc.
from e249a1e2a3 Fix the return type of the getentropy stub
new ea60566c17 i686/multiarch: Regenerate ulps
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:
ChangeLog | 4 ++++
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 14 +++++++-------
2 files changed, 11 insertions(+), 7 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 ca0f9bbbd85 Disable libFuzzer tests on Windows
new 0f0fd421927 [llvm-cov] NFC: make_unique-ify two allocations
new c7e789c8430 [llvm-cov] Ignore unclosed line segments when setting line counts
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:
.../llvm-cov/Inputs/deferred-regions.covmapping | Bin 0 -> 688 bytes
.../llvm-cov/Inputs/deferred-regions.profdata | Bin 0 -> 1208 bytes
test/tools/llvm-cov/deferred-region.cpp | 79 +++++++++++++++++++++
test/tools/llvm-cov/showLineExecutionCounts.cpp | 4 +-
tools/llvm-cov/CodeCoverage.cpp | 8 +--
tools/llvm-cov/SourceCoverageView.cpp | 45 +++++++++---
tools/llvm-cov/SourceCoverageView.h | 18 ++---
7 files changed, 126 insertions(+), 28 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/deferred-regions.covmapping
create mode 100644 test/tools/llvm-cov/Inputs/deferred-regions.profdata
create mode 100644 test/tools/llvm-cov/deferred-region.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 llvm.
from dbc0730a1e5 AMDGPU: Remove pointless asserts
new 4bc3e833018 Revert "[TableGen] AsmMatcher: fix OpIdx computation when H [...]
new ca0f9bbbd85 Disable libFuzzer tests on Windows
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/Fuzzer/CMakeLists.txt | 12 ++++++++++--
utils/TableGen/AsmMatcherEmitter.cpp | 22 +++-------------------
2 files changed, 13 insertions(+), 21 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 469977f45c [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.
new aa72e29f10 [Coverage] Precise region termination with deferred regions
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 | 91 ++++++++++++++++++--
test/CoverageMapping/deferred-region.cpp | 142 +++++++++++++++++++++++++++++++
test/CoverageMapping/label.cpp | 25 ++++--
test/CoverageMapping/moremacros.c | 6 +-
test/CoverageMapping/return.c | 2 +-
test/CoverageMapping/switch.cpp | 6 +-
test/CoverageMapping/switchmacro.c | 1 +
test/CoverageMapping/trycatch.cpp | 2 +-
8 files changed, 253 insertions(+), 22 deletions(-)
create mode 100644 test/CoverageMapping/deferred-region.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 cd76986beef [gcc]
new 21d3ccaff75 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-7-branch
in repository gcc.
from 1894ac6dce1 Daily bump.
new 2569aecd74d 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.