This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from abf58683895 [AArch64]: add 'a' inline asm operand modifier.
new b6e91f42927 Revert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc.ll fails [...]
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/IntrinsicsAMDGPU.td | 10 ----------
lib/Target/AMDGPU/SOPInstructions.td | 4 +---
test/CodeGen/AMDGPU/llvm.amdgcn.s.getpc.ll | 15 ---------------
3 files changed, 1 insertion(+), 28 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.getpc.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 llvm.
from 674c13e4096 Fix SelectionDAGBuilder::getDbgValue to not expect DW_OP_de [...]
new abf58683895 [AArch64]: add 'a' inline asm operand modifier.
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/AArch64/AArch64AsmPrinter.cpp | 5 ++++-
test/CodeGen/AArch64/arm64-inline-asm.ll | 7 +++++++
2 files changed, 11 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 libcxx.
from 0b958696f Update coroutine_handle<P>::promise to reflect N4663.
new 90c133182 Add asserts that the nullptr is maintained in string erase op [...]
new 1bc177fd5 Update more coroutine_handle signatures to reflect N4663.
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:
include/experimental/coroutine | 6 +--
.../coroutine.handle.prom/promise.sh.cpp | 3 +-
.../coroutine.handle.resumption/destroy.sh.cpp | 23 ++++++++++--
.../coroutine.handle.resumption/resume.sh.cpp | 43 +++++++++++++++++++---
.../string.modifiers/string_erase/iter.pass.cpp | 1 +
.../string_erase/iter_iter.pass.cpp | 1 +
.../string_erase/pop_back.pass.cpp | 1 +
.../string_erase/size_size.pass.cpp | 3 ++
8 files changed, 68 insertions(+), 13 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 6c5472114ad * doc/invoke.texi (-Wcatch-value=): Document new wa [...]
new 475205a09e5 gcc/cp/ Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIA [...]
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 | 20 ++++
gcc/cp/cp-tree.h | 15 ---
gcc/cp/name-lookup.c | 200 +++++-----------------------------
gcc/cp/name-lookup.h | 1 -
gcc/cp/tree.c | 11 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/lookup/using56.C | 16 +++
gcc/testsuite/g++.dg/lookup/using57.C | 29 +++++
gcc/testsuite/g++.dg/lookup/using58.C | 18 +++
gcc/testsuite/g++.dg/lookup/using59.C | 12 ++
libcc1/ChangeLog | 5 +
libcc1/libcp1plugin.cc | 14 +--
12 files changed, 137 insertions(+), 209 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/using56.C
create mode 100644 gcc/testsuite/g++.dg/lookup/using57.C
create mode 100644 gcc/testsuite/g++.dg/lookup/using58.C
create mode 100644 gcc/testsuite/g++.dg/lookup/using59.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 llvm.
from ecda7b1922c [llvm-pdbdump] [yaml2pdb] always include object file name i [...]
new 03e10d94601 DebugInfo: Produce debug_{gnu_}pub{names,types} entries whe [...]
new a600582004e Delete an obsolete paragraph in LangRef.
new 674c13e4096 Fix SelectionDAGBuilder::getDbgValue to not expect DW_OP_de [...]
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/LangRef.rst | 6 -
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 8 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 4 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 28 +++--
lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 19 +--
test/DebugInfo/Generic/empty.ll | 8 +-
test/DebugInfo/X86/array.ll | 150 +++++++++++++----------
test/DebugInfo/X86/dbg-value-frame-index.ll | 2 +-
test/DebugInfo/X86/empty.ll | 9 +-
test/DebugInfo/X86/gnu-public-names-empty.ll | 5 +
test/DebugInfo/X86/gnu-public-names-gmlt.ll | 68 ++++++++++
12 files changed, 206 insertions(+), 108 deletions(-)
create mode 100644 test/DebugInfo/X86/gnu-public-names-gmlt.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 libcxx.
from a42191c83 [test] Remove workaround for C1XX conversion-to-nullptr bug
new 0b958696f Update coroutine_handle<P>::promise to reflect N4663.
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/experimental/coroutine | 10 ++--------
.../coroutine.handle/coroutine.handle.prom/promise.sh.cpp | 6 +++---
2 files changed, 5 insertions(+), 11 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 4fe5879deb Revert MSVC CXXOperatorNames patch due to issues with Chromium
new b0f673a3be Appease more buildbots about r303873
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/Driver/ToolChains/BareMetal.cpp | 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 glibc.
from 6e75b0110d Move tst-mutex*8* to tests-internal
new acf6d579e0 Add memchr tests for n == 0
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 ++++
string/test-memchr.c | 4 ++++
2 files changed, 8 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 master
in repository lld.
from 9a57b8356 Do not allow delay-importing data symbols.
new 8442b2ad3 Use MD5::hash(). 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:
COFF/Writer.cpp | 16 ++++++----------
1 file changed, 6 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 4133415c709 NewGVN: Fix PR 33119, PR 33129, due to regressed undef hand [...]
new ecda7b1922c [llvm-pdbdump] [yaml2pdb] always include object file name i [...]
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/DebugInfo/PDB/pdbdump-objfilename.yaml | 14 ++++++++++++++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-objfilename.yaml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.