This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 1f1bcc6 The ARM single-step handling needs to look for breakpoint on [...]
new 0ced247 Fix LLDBConfig.cmake to enable python enabled build for all 6 [...]
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:
cmake/modules/LLDBConfig.cmake | 6 ------
1 file changed, 6 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 release_39
in repository llvm.
from ae2034a Merging r276109: -------------------------------------------- [...]
new 63485bd Merging r276015: -------------------------------------------- [...]
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/Transforms/Instrumentation/ThreadSanitizer.cpp | 5 +++--
.../ThreadSanitizer/do-not-instrument-memory-access.ll | 13 +++++++++++++
2 files changed, 16 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 315f732 Fix docs/Coroutines.rst syntax highlighting on Linux
new f57cf2f [llvm-cov] Add support for exporting coverage data to JSON
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/CommandGuide/llvm-cov.rst | 29 ++
.../llvm-cov/Inputs/binary-formats.canonical.json | 38 ++
test/tools/llvm-cov/Inputs/highlightedRanges.json | 53 +++
.../tools/llvm-cov/Inputs/lineExecutionCounts.json | 38 ++
test/tools/llvm-cov/Inputs/regionMarkers.json | 37 ++
test/tools/llvm-cov/Inputs/showExpansions.json | 51 +++
test/tools/llvm-cov/Inputs/universal-binary.json | 36 ++
test/tools/llvm-cov/binary-formats.c | 4 +
test/tools/llvm-cov/showExpansions.cpp | 1 +
test/tools/llvm-cov/showHighlightedRanges.cpp | 1 +
test/tools/llvm-cov/showLineExecutionCounts.cpp | 4 +
test/tools/llvm-cov/showRegionMarkers.cpp | 2 +
test/tools/llvm-cov/universal-binary.c | 2 +
tools/llvm-cov/CMakeLists.txt | 1 +
tools/llvm-cov/CodeCoverage.cpp | 36 +-
tools/llvm-cov/CoverageExporterJson.cpp | 418 +++++++++++++++++++++
tools/llvm-cov/llvm-cov.cpp | 12 +-
17 files changed, 759 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/binary-formats.canonical.json
create mode 100644 test/tools/llvm-cov/Inputs/highlightedRanges.json
create mode 100644 test/tools/llvm-cov/Inputs/lineExecutionCounts.json
create mode 100644 test/tools/llvm-cov/Inputs/regionMarkers.json
create mode 100644 test/tools/llvm-cov/Inputs/showExpansions.json
create mode 100644 test/tools/llvm-cov/Inputs/universal-binary.json
create mode 100644 tools/llvm-cov/CoverageExporterJson.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 lld.
from 2792b54 [ELF][MIPS] Replace binary test input file by asembler code i [...]
new 6883cf6 Move code for MIPS from createInputSection to initializeSections.
new 15ffd45 [ELF][MIPS] Attempt to fix Windows buildbot
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:
ELF/InputFiles.cpp | 21 ++++++++-------------
test/ELF/mips-gprel32-relocs-gp0.s | 4 ++--
2 files changed, 10 insertions(+), 15 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 topic/locales
in repository newlib.
from 921e0d8 Fix _REENT_INIT initialization of _locale
new b670d2e Fix multiple thinkos in newlocale
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:
newlib/libc/locale/newlocale.c | 113 +++++++++++++++++++++--------------------
1 file changed, 59 insertions(+), 54 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 binutils-gdb.
from 0b31a4b PR python/20190 - compute TLS symbol without a frame
new 6598661 Fix PR server/20414 - x32 gdbserver always crashes inferior
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:
gdb/gdbserver/ChangeLog | 7 +++++++
gdb/gdbserver/linux-x86-low.c | 12 ++++++++----
2 files changed, 15 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 llvm.
from 43492b2 [Hexagon] Post-increment loads/stores enhancements
new 7aeb3e4 AMDGPU: Minor AsmPrinter cleanups
new 252b5eb AMDGPU/R600: Remove dead custom inserters
new 315f732 Fix docs/Coroutines.rst syntax highlighting on Linux
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:
docs/Coroutines.rst | 10 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 163 ++++++++++++-------------
lib/Target/AMDGPU/R600ISelLowering.cpp | 210 +--------------------------------
3 files changed, 90 insertions(+), 293 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 847ff4d Remove return type that can trivially be inferred.
new dc04877 [ELF][MIPS] Use section type to recognize .reginfo and .MIPS. [...]
new 70e0a7a [ELF][MIPS] Do not emit .got section in case of relocatable output
new 2792b54 [ELF][MIPS] Replace binary test input file by asembler code i [...]
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:
ELF/InputFiles.cpp | 6 +++---
ELF/Writer.cpp | 4 ++--
test/ELF/Inputs/mips-gprel32-gp0.o | Bin 935 -> 0 bytes
test/ELF/mips-gprel32-relocs-gp0.s | 39 ++++++++++++++++++++++++++++++++++
test/ELF/mips-gprel32-relocs-gp0.test | 31 ---------------------------
test/ELF/mips-relocatable.s | 21 ++++++++++++++++++
6 files changed, 65 insertions(+), 36 deletions(-)
delete mode 100644 test/ELF/Inputs/mips-gprel32-gp0.o
create mode 100644 test/ELF/mips-gprel32-relocs-gp0.s
delete mode 100644 test/ELF/mips-gprel32-relocs-gp0.test
create mode 100644 test/ELF/mips-relocatable.s
--
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 347a2df [sanitizer] Try to fix LargeMmapAllocator test on Windows
new f3d08b7 [asan] Hardcode page size 4096 on Android.
new f31b45b [asan] Remove zero FSR check on ARM.
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/sanitizer_common/sanitizer_linux.cc | 9 +++------
1 file changed, 3 insertions(+), 6 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 6fc56f1 Missed changelog entries for commit 238252. Sorry, 2016-07-1 [...]
new 18928e6 gcc/testsuite/ChangeLog: * gcc.dg/atomic/pr71675.c: Replace [...]
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/gcc.dg/atomic/pr71675.c | 8 +++++---
2 files changed, 10 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.