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 2fd9c24c1 [libFuzzer] add linux-specific test for gc-sections
new 1d17d2ba0 Try to fix check-asan.
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/ubsan/ubsan_interface.inc | 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 llvm.
from e41f18bacde [X86] Remove GCCBuiltin names from perm2f128/perm2i128 intr [...]
new 5ace25b7881 [llvm-cov] Fix a bot failure due to r313417
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:
tools/llvm-cov/CoverageSummaryInfo.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 ba583516b4c Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."
new 9f82f262576 [llvm-cov] Remove a redundant field. NFC.
new c94f3924be4 [llvm-cov] Make some summary info fields private. NFC.
new 310c2806731 [llvm-cov] Avoid over-counting covered lines and regions
new b311e92f13d llvm-dwarfdump: Add support for -debug-info=<offset>.
new e41f18bacde [X86] Remove GCCBuiltin names from perm2f128/perm2i128 intr [...]
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:
include/llvm/DebugInfo/DIContext.h | 5 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 10 ++-
include/llvm/IR/IntrinsicsX86.td | 7 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 98 +++++++++++----------
.../llvm-cov/Inputs/multiple_objects/header.h | 29 ++++++
.../Inputs/multiple_objects/merged.profdata | Bin 0 -> 1488 bytes
.../llvm-cov/Inputs/multiple_objects/use_1.cc | 14 +++
.../Inputs/multiple_objects/use_1.covmapping | Bin 0 -> 492 bytes
.../llvm-cov/Inputs/multiple_objects/use_2.cc | 20 +++++
.../Inputs/multiple_objects/use_2.covmapping | Bin 0 -> 384 bytes
test/tools/llvm-cov/multiple-objects.test | 17 ++++
.../llvm-dwarfdump/X86/debug_info_offset.test | 10 +++
tools/llvm-cov/CoverageExporterJson.cpp | 20 +++--
tools/llvm-cov/CoverageReport.cpp | 47 +++++-----
tools/llvm-cov/CoverageSummaryInfo.cpp | 28 +++---
tools/llvm-cov/CoverageSummaryInfo.h | 61 +++++++++----
tools/llvm-cov/SourceCoverageViewHTML.cpp | 19 ++--
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 87 +++++++++++++++---
18 files changed, 340 insertions(+), 132 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects/header.h
create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects/merged.profdata
create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects/use_1.cc
create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects/use_1.covmapping
create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects/use_2.cc
create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects/use_2.covmapping
create mode 100644 test/tools/llvm-cov/multiple-objects.test
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_info_offset.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 clang.
from 3144b244f7 Resubmit "[lit] Force site configs to run before source-tree [...]
new 6d55fdd9ee [X86] Use native shuffle vector for the perm2f128 intrinsics
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/CGBuiltin.cpp | 39 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx-builtins.c | 6 +++---
test/CodeGen/avx2-builtins.c | 4 ++--
3 files changed, 44 insertions(+), 5 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 e0a2ec37f [libFuzzer] test fix
new 2fd9c24c1 [libFuzzer] add linux-specific test for gc-sections
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/fuzzer/{LeakTest.cpp => GcSectionsTest.cpp} | 9 +++------
test/fuzzer/gc-sections.test | 13 +++++++++++++
2 files changed, 16 insertions(+), 6 deletions(-)
copy test/fuzzer/{LeakTest.cpp => GcSectionsTest.cpp} (62%)
create mode 100644 test/fuzzer/gc-sections.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 gcc.
from 03c11029b43 compiler: call error_statement for fallthrough in last case
new 27e65e3fbfb syscall: fixes for Solaris
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/go/gofrontend/MERGE | 2 +-
libgo/go/golang_org/x/net/lif/link.go | 2 +-
libgo/go/syscall/forkpipe_bsd.go | 2 +-
libgo/go/syscall/libcall_solaris.go | 12 ++++++++++++
4 files changed, 15 insertions(+), 3 deletions(-)
create mode 100644 libgo/go/syscall/libcall_solaris.go
--
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 5aece716d Remove redundant parentheses.
new 2723d2fc5 Revert r303378: Set IMAGE_DLL_CHARACTERISTICS_NO_BIND.
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 2 ++
COFF/Writer.cpp | 9 ++-------
test/COFF/hello32.test | 3 +--
test/COFF/options.test | 8 +++++++-
5 files changed, 13 insertions(+), 10 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 e11a1f2d132 llvm-dwarfdump: Add support for -debug-info=<offset>.
new ba583516b4c Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."
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/DebugInfo/DIContext.h | 5 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 10 +--
lib/DebugInfo/DWARF/DWARFContext.cpp | 98 ++++++++++------------
.../llvm-dwarfdump/X86/debug_info_offset.test | 10 ---
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 83 +++---------------
5 files changed, 59 insertions(+), 147 deletions(-)
delete mode 100644 test/tools/llvm-dwarfdump/X86/debug_info_offset.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 llvm.
from 8ef7e4db005 [TargetTransformInfo] Static alloca has 0 cost
new e11a1f2d132 llvm-dwarfdump: Add support for -debug-info=<offset>.
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/DebugInfo/DIContext.h | 5 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 10 ++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 98 ++++++++++++----------
.../llvm-dwarfdump/X86/debug_info_offset.test | 10 +++
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 83 +++++++++++++++---
5 files changed, 147 insertions(+), 59 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_info_offset.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.