This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2af1ddf63 Change type of m_user_expression_start_pos to size_t
new 9af7673b4 Add NativeProcessProtocol unit 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:
unittests/Host/CMakeLists.txt | 2 +
unittests/Host/NativeProcessProtocolTest.cpp | 154 +++++++++++++++++++++++++++
2 files changed, 156 insertions(+)
create mode 100644 unittests/Host/NativeProcessProtocolTest.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 clang.
from 4eca03e7d2 [ARM][AArch64] Add feature +fp16fml
new 0823fab785 Fix Wundef NDEBUG warning; 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:
lib/Sema/ParsedAttr.cpp | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from ae778caf09 Allow setting a parameter to raise gdb.GdbError
new b5a9bfbebe Add "const" to a few locals in gdb
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 | 7 +++++++
gdb/common/pathstuff.c | 4 ++--
gdb/main.c | 2 +-
gdb/top.c | 2 +-
4 files changed, 11 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 f824ff369c8 Revert r341932 "[ARM] Enable ARMCodeGenPrepare by default"
new 857469dbb11 [ARM] Do not fuse VADD and VMUL on the Cortex-M4 and Cortex-M33
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/ARM/ARM.td | 2 ++
lib/Target/ARM/ARMInstrInfo.td | 6 +++---
test/CodeGen/ARM/fmacs.ll | 19 +++++++++++++++++++
test/CodeGen/Thumb2/float-intrinsics-float.ll | 5 ++---
4 files changed, 26 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 llvm.
from 33b1a96b81b [ARM][ARMLoadStoreOptimizer]
new f824ff369c8 Revert r341932 "[ARM] Enable ARMCodeGenPrepare by default"
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/ARM/ARMCodeGenPrepare.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from c3ee48be238 * doc/xml/manual/policy_data_structures_biblio.xml: Update [...]
new 4f28881fbe7 Unpoison variable partition properly (PR sanitizer/85774).
new b3b6c6ff34f Guard memory block allocation.
new 1ace3cd955e Improve location information of -Wcoverage-mismatch.
new 2ace2ebcdbe Improve colorization legend in gcov reports.
The 4 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 | 27 ++++++++++++++++++++
gcc/asan.c | 2 +-
gcc/asan.h | 2 ++
gcc/cfgexpand.c | 14 ++++++++++
gcc/coverage.c | 18 +++++++------
gcc/gcov.c | 14 ++++++++--
gcc/memory-block.h | 5 ++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/asan/pr85774.C | 51 +++++++++++++++++++++++++++++++++++++
9 files changed, 127 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr85774.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 gcc.
from 8253de81b66 PR ada/87396 * fe.h (Get_Attribute_Definition_Clause): Us [...]
new 95cd73228f1 [PR87054] adjust testcase for 32-bit x86
new c3ee48be238 * doc/xml/manual/policy_data_structures_biblio.xml: Update [...]
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr87054.c | 2 +-
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml | 2 +-
4 files changed, 12 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 2948bf4bf86 [deadargelim] Update dbg.value of 'unused' parameters
new 33b1a96b81b [ARM][ARMLoadStoreOptimizer]
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/ARM/ARMLoadStoreOptimizer.cpp | 14 ++++++++++
test/CodeGen/ARM/load_store_opt_reg_limit.mir | 40 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
create mode 100644 test/CodeGen/ARM/load_store_opt_reg_limit.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.