This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6db11fea5 [ELF] - Simplify. NFC.
new 31f297161 [PPC64] Fix toc restore nops offset for V2 ABI
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:
ELF/InputSection.cpp | 8 ++-
test/ELF/Inputs/ppc64-func.s | 14 ++++++
test/ELF/ppc64-error-toc-restore.s | 14 ++++++
test/ELF/ppc64-error-toc-tail-call.s | 14 ++++++
test/ELF/ppc64-ifunc.s | 49 ++++++++++---------
test/ELF/ppc64-toc-restore.s | 87 ++++++++++++++++++---------------
test/ELF/ppc64-weak-undef-call-shared.s | 2 +-
7 files changed, 122 insertions(+), 66 deletions(-)
create mode 100644 test/ELF/Inputs/ppc64-func.s
create mode 100644 test/ELF/ppc64-error-toc-restore.s
create mode 100644 test/ELF/ppc64-error-toc-tail-call.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 glibc.
from 573963e32f Define XTABS to TAB3 on alpha to match Linux 4.16.
new ea76691a75 hr_HR locale: fix thousands_sep and mon_thousands_sep
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 | 6 ++++++
localedata/locales/hr_HR | 4 ++--
2 files changed, 8 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 compiler-rt.
from 9c5b02f71 Revert "[Sanitizer] Internal Printf string precision argument [...]
new d86761884 [scudo] Read ARM feature bits using Fuchsia APIs.
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/scudo/scudo_utils.cpp | 13 ++++++++++++-
1 file changed, 12 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 clang.
from 6c13970b48 [index] Fix methods that take a shared_ptr to just take a re [...]
new 7e5793a53c [analyzer] Move `TaintBugVisitor` from `GenericTaintChecker. [...]
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:
.../Core/BugReporter/BugReporterVisitors.h | 16 +++++++++
.../Checkers/GenericTaintChecker.cpp | 39 ----------------------
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 21 ++++++++++++
3 files changed, 37 insertions(+), 39 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 9d681ac48 [ELF] Swap argument names: use Old to refer to original symbo [...]
new 6db11fea5 [ELF] - Simplify. NFC.
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:
ELF/CallGraphSort.cpp | 8 +++-----
1 file changed, 3 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 llvm.
from ec94ea919c9 [DEBUGINFO, NVPTX] Add the test for the debug info of the l [...]
new 5a0bf254cee Sort a target list a bit better.
new cd997a7a919 [LLVM-C] DIBuilderBindings for Subrange and Arrays
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:
bindings/go/llvm/DIBuilderBindings.cpp | 26 --------------------------
bindings/go/llvm/DIBuilderBindings.h | 11 -----------
include/llvm-c/DebugInfo.h | 30 ++++++++++++++++++++++++++++++
lib/IR/DebugInfo.cpp | 19 +++++++++++++++++++
test/Bindings/llvm-c/debug_info.ll | 31 ++++++++++++++++++-------------
test/CMakeLists.txt | 6 +++---
tools/llvm-c-test/debuginfo.c | 28 ++++++++++++++++++++++++----
7 files changed, 94 insertions(+), 57 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 5715d6709d [analyzer] CStringChecker.cpp - Code refactoring on bug report.
new 6c13970b48 [index] Fix methods that take a shared_ptr to just take a re [...]
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/clang/Index/IndexingAction.h | 9 +++------
lib/Index/IndexingAction.cpp | 30 ++++++++++++++----------------
tools/c-index-test/core_main.cpp | 4 ++--
tools/libclang/Indexing.cpp | 18 +++++++++---------
4 files changed, 28 insertions(+), 33 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-tools-extra.
from ad33152b Fix tests after changes to clang-format in r330573.
new 95b5c37b [index] Fix methods that take a shared_ptr to just take a reference.
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/XRefs.cpp | 32 ++++++++++++++++----------------
clangd/index/FileIndex.cpp | 6 +++---
2 files changed, 19 insertions(+), 19 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-7-branch
in repository gcc.
from 2eee73e5aed Daily bump.
new 05bfe44a72a Implement P0961
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 | 9 +++++
gcc/cp/decl.c | 24 +++++++++++++-
gcc/testsuite/g++.dg/cpp1z/decomp10.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/decomp37.C | 62 +++++++++++++++++++++++++++++++++++
4 files changed, 95 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp37.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 binutils-gdb.
from bf82069dce Prevent an illegal memory access in gprof by ensuring that s [...]
new b9f26d2e29 Revert bfd part of "Silence gcc-8 warnings"
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/ChangeLog | 5 +++++
bfd/elf-linux-core.h | 16 ----------------
bfd/elf.c | 4 ----
3 files changed, 5 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.