This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/cxx-breakpoint-improvements
in repository binutils-gdb.
at e949fb77ab Document breakpoints / linespec & co improvements (manual + NEWS)
This branch includes the following new commits:
new 77c17b9769 Make gdb.base/dmsym.exp independent of "set language ada"
new 57ba1e09c3 Eliminate make_cleanup_obstack_free, introduce auto_obstack
new e193603a1c Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
new 8db4801598 Fix TAB-completion + .gdb_index slowness (generalize filenam [...]
new 4ab4ea2e9b command.h: Include scoped_restore_command.h
new 785423c9a3 Expression completer should not match explicit location options
new 6243238b6f objfile_per_bfd_storage non-POD
new b78f9b6e6a completion_list_add_name wrapper functions
new e37baa9485 Rename make_symbol_completion_list_fn -> symbol_completer
new 35492e39c4 Clean up "completer_handle_brkchars" callback handling
new f0d65d49ea Introduce class completion_tracker & rewrite completion<->re [...]
new 02f1329a21 "complete" command and completion word break characters
new ee65695d76 Introduce strncmp_iw
new bba4741a8c Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
new 389e2194d4 Rewrite/enhance explicit locations completer, parse left->right
new bf125648b7 Explicit locations -label completer
new 59b68962bc Linespec lexing and C++ operators
new 4e361f83a3 A smarter linespec completer
new 7aa7f26caa Fix cp_find_first_component_aux bug
new 530e7a54ab Eliminate block_iter_name_*
new 6fbeb7d5ab Use SYMBOL_MATCHES_SEARCH_NAME some more
new c8e63303d6 get_int_var_value
new 49c3465fce Make language_def O(1)
new 1b569d2926 Per-language symbol name hashing algorithm
new 8c46b7b65e Introduce lookup_name_info and generalize Ada's FULL/WILD na [...]
new 96a4628817 Optimize .gdb_index symbol name searching
new a89c2e5f1f Make cp_remove_params return a unique_ptr
new 6f1c9a8b9d lookup_name_info::make_ignore_params
new 16ad648edb Simplify completion_list_add_name | remove sym_text / sym_text_len
new 627da9ab3d Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints
new d0d1b07871 Handle custom completion match prefix / LCD
new eec5288225 Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wi [...]
new bdb224d009 Make the linespec/location completer ignore data symbols
new 017e74f1f4 Make strcmp_iw NOT ignore whitespace in the middle of tokens
new c3c4549434 Comprehensive C++ linespec/completer tests
new fe5f06b48f Add comprehensive C++ operator linespec/location/completion tests
new e1859929b0 Fix completing an empty string
new f7cf4f7108 Use TOLOWER in SYMBOL_HASH_NEXT
new 910eb1646b Breakpoints in symbols with ABI tags (PR c++/19436)
new e949fb77ab Document breakpoints / linespec & co improvements (manual + NEWS)
The 40 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 gcc.
from b782521008f Remove libsupc++ makefile targets setting -std=gnu++11 or - [...]
new d82f51b6d52 2017-06-02 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/tree-tailcall.c | 15 ++++++++-------
2 files changed, 14 insertions(+), 7 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 lldb.
from 14a4474da Remove vestigial CLANG_USED_LIBS.
new d0833908f cmake: Put PROCESS_VM_READV detection results into Config.h
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:
cmake/modules/LLDBConfig.cmake | 22 ----------------------
cmake/modules/LLDBGenerateConfig.cmake | 9 +++++++++
include/lldb/Host/Config.h.cmake | 4 ++++
include/lldb/Host/linux/Uio.h | 3 ++-
source/Host/linux/LibcGlue.cpp | 8 ++++----
5 files changed, 19 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 f7564df4546 * name-lookup.h (cp_binding_level): Lose namespaces field. [...]
new b782521008f Remove libsupc++ makefile targets setting -std=gnu++11 or - [...]
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:
libstdc++-v3/ChangeLog | 9 +++++
libstdc++-v3/libsupc++/Makefile.am | 71 --------------------------------------
libstdc++-v3/libsupc++/Makefile.in | 71 --------------------------------------
libstdc++-v3/libsupc++/del_ops.cc | 1 +
libstdc++-v3/libsupc++/del_opvs.cc | 1 +
5 files changed, 11 insertions(+), 142 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 0df8713f858 PR rtl-optimization/80903 * loop-doloop.c (add_test): Uns [...]
new 72be0fe0419 PR71607: Fix ICE when loading constant
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 | 19 +++++++++++
gcc/config/arm/arm.c | 21 +++++++++---
gcc/config/arm/arm.md | 9 ++----
gcc/config/arm/vfp.md | 37 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 15 +++++++++
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 28 ++++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 25 +++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 26 +++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 14 ++++++++
.../gcc.target/arm/tls-disable-literal-pool.c | 14 ++++++++
10 files changed, 197 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-5.c
create mode 100644 gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.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 f4cc8004bc1 [X86] Don't fold into memory operands into insertps in the [...]
new c9c72aa1f6c [lit][macOS] Add a utility function to find the platform SD [...]
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:
utils/lit/lit/util.py | 14 ++++++++++++++
1 file changed, 14 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 clang.
from 8679b18b17 Avoid calling report_fatal_error in the destructor of raw_fd [...]
new 5f3537bf30 Tie the macOS tests in test/Integration to the latest macOS SDK
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/Integration/carbon.c | 1 +
test/Integration/cocoa-pch.m | 1 +
test/Integration/cocoa.m | 1 +
test/lit.cfg | 3 +++
4 files changed, 6 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 gcc.
from d2a7c9b9d37 2017-06-02 Richard Biener <rguenther(a)suse.de>
new f7564df4546 * name-lookup.h (cp_binding_level): Lose namespaces field. [...]
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 | 11 +++
gcc/cp/decl2.c | 36 ++++-----
gcc/cp/name-lookup.c | 162 ++++++++++++++++++++---------------------
gcc/cp/name-lookup.h | 3 -
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/g++.dg/pr45330.C | 16 ++--
6 files changed, 118 insertions(+), 114 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 0f1cadd9200 [GlobalMerge] Don't merge globals that may be preempted
new f4cc8004bc1 [X86] Don't fold into memory operands into insertps in the [...]
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/CodeGen/X86/stack-folding-fp-avx1.ll | 14 ++++++++++++++
utils/TableGen/X86FoldTablesEmitter.cpp | 5 +++++
2 files changed, 19 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 clang.
from b2dc552983 clang/test/CodeGenCXX/unaligned-member-qualifier.cpp: Satisf [...]
new 8679b18b17 Avoid calling report_fatal_error in the destructor of raw_fd [...]
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/Serialization/ASTReader.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.