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 9c80ecd646 gdbserver: use std::list for all_threads
new 824dfcc311 Fix build failure in linux-osdata.c
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 | 5 +++++
gdb/nat/linux-osdata.c | 2 +-
2 files changed, 6 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 binutils-gdb.
from 2098b39391 Make to_traceframe_info return a unique_ptr
new c9cb8905b4 gdbserver: Use std::list for all_dlls
new 9179355e65 gdbserver: Use std::list for all_processes
new 9c80ecd646 gdbserver: use std::list for all_threads
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:
gdb/gdbserver/ChangeLog | 124 +++++++++++++++++
gdb/gdbserver/dll.c | 67 +++------
gdb/gdbserver/dll.h | 12 +-
gdb/gdbserver/gdbthread.h | 109 ++++++++++++++-
gdb/gdbserver/inferiors.c | 301 +++++++++++------------------------------
gdb/gdbserver/inferiors.h | 124 ++++++++---------
gdb/gdbserver/linux-arm-low.c | 5 +-
gdb/gdbserver/linux-low.c | 277 ++++++++++++++++---------------------
gdb/gdbserver/linux-mips-low.c | 4 +-
gdb/gdbserver/linux-x86-low.c | 23 ++--
gdb/gdbserver/lynx-low.c | 10 +-
gdb/gdbserver/regcache.c | 18 +--
gdb/gdbserver/server.c | 197 +++++++++------------------
gdb/gdbserver/target.c | 7 +-
gdb/gdbserver/thread-db.c | 4 +-
gdb/gdbserver/tracepoint.c | 8 +-
gdb/gdbserver/win32-i386-low.c | 4 +-
gdb/gdbserver/win32-low.c | 16 +--
18 files changed, 606 insertions(+), 704 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 397c91b003 [OpenCL] Emit enqueued block as kernel
new e5914c6d35 Fix build failure on android due to missing std::to_string()
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/CodeGen/TargetInfo.cpp | 3 ++-
1 file changed, 2 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 binutils-gdb.
from b129dcac88 Use std::vector in linux_xfer_osdata_processgroups
new 8d3c73ef6b Rename traceframe_info variable to current_traceframe_info
new d0d292a274 Use std::vector for traceframe_info::tvars
new 4cdd21a8d3 Use std::vector for traceframe_info::memory
new 2098b39391 Make to_traceframe_info return a unique_ptr
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:
gdb/ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++
gdb/ctf.c | 14 +++++-----
gdb/memrange.h | 6 +++++
gdb/mi/mi-main.c | 5 +---
gdb/remote.c | 5 ++--
gdb/target-debug.h | 2 ++
gdb/target-delegates.c | 10 ++++----
gdb/target.h | 17 +++---------
gdb/tracefile-tfile.c | 15 +++++------
gdb/tracepoint.c | 70 +++++++++++---------------------------------------
gdb/tracepoint.h | 21 ++++++++++++---
11 files changed, 122 insertions(+), 101 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 azanella/ifunc-c
in repository glibc.
from 9e8bca9658 sparc: Remove ifunc assembly macros
new 9a905995fb Remove x32 getcpu
new b86bbf39bc sparc: cpu_relax ifunc
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:
sysdeps/sparc/sparc64/cpu_relax.S | 67 -----------------------------
sysdeps/sparc/sparc64/cpu_relax.c | 20 +++++++++
sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c | 32 --------------
3 files changed, 20 insertions(+), 99 deletions(-)
delete mode 100644 sysdeps/sparc/sparc64/cpu_relax.S
create mode 100644 sysdeps/sparc/sparc64/cpu_relax.c
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/getcpu.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 binutils-gdb.
from af5bf4ada4 Replace psymbol_allocation_list with std::vector
new b129dcac88 Use std::vector in linux_xfer_osdata_processgroups
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 | 8 +++++
gdb/nat/linux-osdata.c | 96 +++++++++++++++++++++-----------------------------
2 files changed, 48 insertions(+), 56 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 ceaf6aa15a4 * optabs.c (expand_memory_blockage): Use targetm.gen_memor [...]
new 74edde2f97d PR bootstrap/82548 * config.gcc (*-*-solaris2*, i[34567]8 [...]
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 | 43 +++++++++++++++++++++++++------------------
gcc/config.gcc | 8 ++++----
2 files changed, 29 insertions(+), 22 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 ad2da73ac3 [Sema] Warn about unused variables if we can constant evalua [...]
new 397c91b003 [OpenCL] Emit enqueued block as kernel
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/CodeGen/CGBlocks.cpp | 28 +++-
lib/CodeGen/CGBuiltin.cpp | 88 +++++++-----
lib/CodeGen/CGOpenCLRuntime.cpp | 36 +++++
lib/CodeGen/CGOpenCLRuntime.h | 14 ++
lib/CodeGen/CodeGenFunction.h | 16 ++-
lib/CodeGen/CodeGenTypes.h | 5 +-
lib/CodeGen/TargetInfo.cpp | 111 +++++++++++++++
lib/CodeGen/TargetInfo.h | 10 ++
test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl | 36 +++++
test/CodeGenOpenCL/blocks.cl | 2 +
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 188 +++++++++++++++++++++----
11 files changed, 462 insertions(+), 72 deletions(-)
create mode 100644 test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
--
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 4519f8825 Give shared symbols priority over lazy ones.
new db8a5091f Revert rL315721, "Handle shared and lazy symbol in the gnu ha [...]
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/SyntheticSections.cpp | 2 +-
test/ELF/gc-sections-shared.s | 10 +++----
test/ELF/gnu-hash-table.s | 69 ++++++-------------------------------------
3 files changed, 15 insertions(+), 66 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 3ec5942fbf ada: Use std::string in print_dynamic_range_bound
new af5bf4ada4 Replace psymbol_allocation_list with std::vector
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 | 49 +++++++++++++
gdb/dbxread.c | 17 ++---
gdb/dwarf2read.c | 23 +++----
gdb/mdebugread.c | 4 +-
gdb/objfiles.c | 4 --
gdb/objfiles.h | 7 +-
gdb/psympriv.h | 10 ++-
gdb/psymtab.c | 207 ++++++++++++++++++++-----------------------------------
gdb/symfile.c | 10 +--
gdb/symfile.h | 31 ---------
gdb/xcoffread.c | 17 ++---
11 files changed, 162 insertions(+), 217 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.