This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c42a8a5ef0e [XRay] Remove array for Metadata Record Types
new 73e2113025e [llvm-objdump] Keep the memory buffer from the dSYM alive w [...]
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/tools/llvm-objdump/X86/macho-disassembly-g-dsym.test | 4 ++++
tools/llvm-objdump/MachODump.cpp | 3 +++
2 files changed, 7 insertions(+)
create mode 100644 test/tools/llvm-objdump/X86/macho-disassembly-g-dsym.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 gcc-8-branch
in repository gcc.
from cf77355cd9b 2018-08-31 Richard Biener <rguenther(a)suse.de>
new 44185de7bee [PR c++/87155] Anonymous namespace and
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 | 7 +++++++
gcc/cp/name-lookup.c | 13 ++++++++-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/inline-ns10.C | 7 +++++--
gcc/testsuite/g++.dg/cpp0x/pr87155.C | 14 ++++++++++++++
5 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr87155.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 clang-tools-extra.
from a79f6edb [NFC] Cleanup Dex
new 5dbb7d87 [clangd] Collect symbol occurrences in SymbolCollector.
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/index/Index.cpp | 43 ++++++++++++++++
clangd/index/Index.h | 81 ++++++++++++++++++++++++++++---
clangd/index/SymbolCollector.cpp | 74 ++++++++++++++++++++++------
clangd/index/SymbolCollector.h | 16 ++++++
unittests/clangd/SymbolCollectorTests.cpp | 78 +++++++++++++++++++++++++++--
5 files changed, 265 insertions(+), 27 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 c23a4d0d5a6 [PATCH] Fix thinko in estimate_local_effects in IPA-CP
new 23a48e5f87e [PR c++/87155] Anonymous namespace and
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 | 5 +++++
gcc/cp/name-lookup.c | 13 ++++++++-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/inline-ns10.C | 7 +++++--
gcc/testsuite/g++.dg/cpp0x/pr87155.C | 14 ++++++++++++++
5 files changed, 39 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr87155.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 lld.
from 012d8e700 [LLD] Check too large offsets into merge sections earlier
new 1ab846eab [LLD] Add test missed from r341206. 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:
.../{relocation-past-merge-end.s => relocation-before-merge-start.s} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
copy test/ELF/{relocation-past-merge-end.s => relocation-before-merge-start.s} (65%)
--
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 e9d644e8fb ld: Append -mx86-used-note=no to ASFLAGS
new 4bb3c591b2 ld: Pass -z separate-code to ld for property-x86-4a tests
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:
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/property-x86-4a.d | 2 +-
ld/testsuite/ld-x86-64/property-x86-4a-x32.d | 2 +-
ld/testsuite/ld-x86-64/property-x86-4a.d | 2 +-
5 files changed, 12 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 gcc.
from b1e09b9a11b IPA ICF: make type cache a static field sem_item.
new c23a4d0d5a6 [PATCH] Fix thinko in estimate_local_effects in IPA-CP
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/ChangeLog | 4 ++++
gcc/ipa-cp.c | 2 +-
2 files changed, 5 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 lld.
from 8994f291e [ELF] [ARM] Don't mix 'ip' and 'r12' as names for the same re [...]
new 012d8e700 [LLD] Check too large offsets into merge sections earlier
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 | 31 ++++++++++---------------------
test/ELF/merge-string-error.s | 2 +-
test/ELF/relocation-past-merge-end.s | 2 +-
3 files changed, 12 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 binutils-gdb.
from 9a8d6a757d ld: Append -Wa,-mx86-used-note=no for S-records tests
new e9d644e8fb ld: Append -mx86-used-note=no to ASFLAGS
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:
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-elf/elf.exp | 8 ++++++++
ld/testsuite/ld-ifunc/ifunc.exp | 8 ++++++++
ld/testsuite/ld-scripts/defined.exp | 8 ++++++++
ld/testsuite/ld-scripts/overlay-size.exp | 9 +++++++++
5 files changed, 41 insertions(+)
--
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_70
in repository llvm.
from 224408d4a22 Merging r340900: ------------------------------------------ [...]
new 485d2110bdd [docs][mips] 7.0 Release notes
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/ReleaseNotes.rst | 39 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 38 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.