This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 88a1cf6 [demangler] Support for initializer lists and designated init [...]
new 2808f77 [demangler] Rewrite parse_nested_name in the new style.
new 5f0867c [demangler] Support for inheriting constructors.
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:
src/cxa_demangle.cpp | 491 +++++++++++++++++++-------------------------
test/test_demangle.pass.cpp | 4 +
2 files changed, 215 insertions(+), 280 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 164d8091 [clangd] Remove the RealFS layer from test VFS. NFC.
new 14619df6 [clangd] Log if CWD could not be changed. 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:
clangd/ClangdUnit.cpp | 6 +++++-
clangd/CodeComplete.cpp | 6 +++++-
2 files changed, 10 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 binutils-gdb.
from db7bf1058d Fix ARm assembler so that it rejects invalid immediate value [...]
new 24b9144d4b Use enum flags for flags passed to openp
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/ChangeLog | 11 +++++++++++
gdb/cli/cli-cmds.c | 2 +-
gdb/defs.h | 14 ++++++++++----
gdb/dwarf2read.c | 4 ++--
gdb/source.c | 2 +-
5 files changed, 25 insertions(+), 8 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 5603ad4d9 [sanitizer] Size class map & local cache improvements
new 0d0f9187c [sanitizer] Implement GetRSS on Windows
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/sanitizer_common/sanitizer_win.cc | 5 ++++-
1 file changed, 4 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-tools-extra.
from 18a5daac [clang-tidy] Update fuchsia-multiple-inheritance to not fail
new 164d8091 [clangd] Remove the RealFS layer from test VFS. 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:
unittests/clangd/TestFS.cpp | 112 +-------------------------------------------
1 file changed, 1 insertion(+), 111 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 bd7ab16b45 x86-64: Generate branch with PLT32 relocation
new db7bf1058d Fix ARm assembler so that it rejects invalid immediate value [...]
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:
gas/ChangeLog | 9 +++++++++
gas/config/tc-arm.c | 8 +++++---
gas/testsuite/gas/arm/pr22773.d | 2 ++
gas/testsuite/gas/arm/pr22773.l | 3 +++
gas/testsuite/gas/arm/pr22773.s | 9 +++++++++
5 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gas/testsuite/gas/arm/pr22773.d
create mode 100644 gas/testsuite/gas/arm/pr22773.l
create mode 100644 gas/testsuite/gas/arm/pr22773.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 gcc.
from 02f2ef5e65a PR c++/84080 - ICE with return type deduction and specialization.
new d85a7677cce * common.opt (gas-loc-support, gas-locview-support): New. [...]
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 | 38 +++++++++++
gcc/common.opt | 16 +++++
gcc/debug.h | 2 +
gcc/doc/invoke.texi | 106 +++++++++++++++++++++++------
gcc/doc/tm.texi | 23 +++++++
gcc/doc/tm.texi.in | 9 +++
gcc/dwarf2out.c | 188 ++++++++++++++++++++++++++++++++++------------------
gcc/hooks.c | 6 ++
gcc/hooks.h | 1 +
gcc/target.def | 17 +++++
gcc/toplev.c | 45 +++++++++++--
gcc/tree-inline.c | 2 +-
gcc/tree-ssa-live.c | 4 +-
13 files changed, 364 insertions(+), 93 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 0140a14c552 [Hexagon] Simplify some code, NFC
new a7204c7b8c5 [X86] Add combine to shrink 64-bit ands when one input is a [...]
new 7947e7211b5 [DAGCombiner] Add one use check to fold (not (and x, y)) -> [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 14 +++++++
test/CodeGen/X86/bmi.ll | 6 +--
test/CodeGen/X86/gather-addresses.ll | 64 ++++++++++++++++----------------
test/CodeGen/X86/pr32284.ll | 21 +++++------
test/CodeGen/X86/tbm_patterns.ll | 9 +----
6 files changed, 63 insertions(+), 55 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.
Christophe Lyon pushed a change to branch linaro-local/bug-1869-symver
in repository toolchain/gcc.
at 57b66dc416c Fix bug #1869. Force use of memcpy(a)GLIBC_2.2.5
This branch includes the following new commits:
new 57b66dc416c Fix bug #1869. Force use of memcpy(a)GLIBC_2.2.5
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.
--
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 56da3f428 Add REQUIRES: zlib to gdb-index.s test
new 13a4a80d9 Add a simpler version of addReloc. NFC.
new 495713ab9 Use RelType in a few more places. NFC.
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/Relocations.cpp | 36 +++++++++++++++++-------------------
ELF/SyntheticSections.cpp | 7 ++++++-
ELF/SyntheticSections.h | 4 +++-
3 files changed, 26 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.