This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 51b50e3 [zorg] Remove LLVM_APPEND_VC_REV from sanitizer bots
new 122a6f4 Use ninja for all stages to unify the tools.
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:
zorg/buildbot/builders/ClangLTOBuilder.py | 30 +++++++++++++++++-------------
1 file changed, 17 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 glibc.
from c10c5267a8 Remove non-add-on Banner files.
new e5e4d7cc05 Fix BZ# 22180.
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 | 9 ++++
stdlib/Makefile | 10 ++++-
stdlib/exit.c | 6 ++-
stdlib/test-dlclose-exit-race-helper.c | 79 +++++++++++++++++++++++++++++++++
stdlib/test-dlclose-exit-race.c | 80 ++++++++++++++++++++++++++++++++++
5 files changed, 180 insertions(+), 4 deletions(-)
create mode 100644 stdlib/test-dlclose-exit-race-helper.c
create mode 100644 stdlib/test-dlclose-exit-race.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 c02a4f5a57b [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{. [...]
new 67be5f5362c llvm-dwarfdump support --debug-frame=<offset> and --eh-fram [...]
new 1efe4ef3109 [SelectionDAG] Pick correct frame index in LowerArguments
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/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 7 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 ++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 10 +--
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 39 +++++++---
test/CodeGen/PowerPC/debuginfo-stackarg.ll | 87 ++++++++++++++++++++++
.../llvm-dwarfdump/X86/debug_frame_offset.test | 14 ++++
6 files changed, 149 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/PowerPC/debuginfo-stackarg.ll
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_frame_offset.test
--
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 f557a88ab1 gdbserver: Remove traces of ancient Hc handling
new e04ee09e24 Add target method for converting thread handle to thread_inf [...]
new fbbe5337a6 Add `thread_from_thread_handle' method to (Python) gdb.Inferior
new da2c323bff Documentation for Inferior.thread_from_thread_handle
new 8629910955 Add thread_db_notice_clone to gdbserver
new f6327dcbf0 Add thread_handle_to_thread_info support for remote targets
new f2ff95c583 Documentation for qXfer:threads:read handle attribute
new 757bf54bb4 Test case for Inferior.thread_from_thread_handle
The 7 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 | 37 +++++++++++
gdb/doc/ChangeLog | 10 +++
gdb/doc/gdb.texinfo | 4 +-
gdb/doc/python.texi | 7 ++
gdb/gdbserver/ChangeLog | 20 ++++++
gdb/gdbserver/linux-low.c | 7 ++
gdb/gdbserver/linux-low.h | 11 ++++
gdb/gdbserver/server.c | 10 +++
gdb/gdbserver/target.h | 10 +++
gdb/gdbserver/thread-db.c | 48 ++++++++++++++
gdb/gdbthread.h | 4 ++
gdb/linux-thread-db.c | 32 ++++++++++
gdb/python/py-inferior.c | 54 ++++++++++++++++
gdb/python/python-internal.h | 2 +
gdb/remote.c | 59 +++++++++++++++++
gdb/target-delegates.c | 37 +++++++++++
gdb/target.c | 9 +++
gdb/target.h | 11 ++++
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.python/py-thrhandle.c | 94 +++++++++++++++++++++++++++
gdb/testsuite/gdb.python/py-thrhandle.exp | 102 ++++++++++++++++++++++++++++++
gdb/thread.c | 12 ++++
22 files changed, 584 insertions(+), 1 deletion(-)
create mode 100644 gdb/testsuite/gdb.python/py-thrhandle.c
create mode 100644 gdb/testsuite/gdb.python/py-thrhandle.exp
--
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 84148478f0f Use ArrayRef. NFC.
new c02a4f5a57b [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{. [...]
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/IntrinsicsNVVM.td | 64 +++++++++++++++++++++++++++++++++++-
lib/Target/NVPTX/NVPTXInstrInfo.td | 3 ++
lib/Target/NVPTX/NVPTXIntrinsics.td | 63 +++++++++++++++++++++++++++++++++++
test/CodeGen/NVPTX/barrier.ll | 32 ++++++++++++++++++
test/CodeGen/NVPTX/vote.ll | 65 +++++++++++++++++++++++++++++++++++++
5 files changed, 226 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/NVPTX/barrier.ll
create mode 100644 test/CodeGen/NVPTX/vote.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 clang.
from b46bc42555 [Sema] Fix using old initializer during switch statement tra [...]
new 0974536c5b [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.s [...]
new dd800450c2 [CUDA] Fixed order of words in the names of shfl builtins.
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/clang/Basic/BuiltinsNVPTX.def | 14 ++++++++++++
lib/Headers/__clang_cuda_intrinsics.h | 38 ++++++++++++++++++++++++++++----
test/CodeGen/builtins-nvptx-ptx60.cu | 41 +++++++++++++++++++++++++++++++++--
test/CodeGen/builtins-nvptx.c | 12 ++++++++++
4 files changed, 99 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 gcc.
from f2740d9193c PR c/81882 - attribute ifunc documentation uses invalid code
new d5ba0115700 2017-09-21 Paul Thomas <pault(a)gcc.gnu.org>
new b522f2eac10 PR go/82284 * elf.c (backtrace_initialize): Set pd.exe_filename.
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/fortran/ChangeLog | 26 +++++++++++
gcc/fortran/match.c | 11 ++++-
gcc/fortran/primary.c | 69 ++++++++++++++++++++++--------
gcc/fortran/resolve.c | 14 ++++++
gcc/testsuite/ChangeLog | 22 +++++++++-
gcc/testsuite/gfortran.dg/associate_26.f90 | 15 +++++++
gcc/testsuite/gfortran.dg/associate_27.f90 | 23 ++++++++++
gcc/testsuite/gfortran.dg/associate_28.f90 | 64 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_29.f90 | 30 +++++++++++++
gcc/testsuite/gfortran.dg/associate_30.f90 | 15 +++++++
gcc/testsuite/gfortran.dg/associate_31.f90 | 39 +++++++++++++++++
libbacktrace/ChangeLog | 5 +++
libbacktrace/elf.c | 1 +
13 files changed, 312 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_26.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_27.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_28.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_29.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_30.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_31.f90
--
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 lnt.
from c30d6fa [lnt] Allow `lnt importreport` to import hash and profile metrics.
new 1582e46 Looks like we missed passing a session here
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:
lnt/server/ui/regression_views.py | 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 llvm.
from 329d53a0601 [x86] add more tests for node-level FMF; NFC
new 84148478f0f Use ArrayRef. 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:
include/llvm/Object/ArchiveWriter.h | 2 +-
lib/Object/ArchiveWriter.cpp | 2 +-
2 files changed, 2 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 clang.
from 3069e68753 [fixup][Sema] Allow in C to define tags inside enumerations.
new b46bc42555 [Sema] Fix using old initializer during switch statement tra [...]
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/TreeTransform.h | 3 +--
test/SemaCXX/cxx1z-init-statement-template.cpp | 32 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/cxx1z-init-statement-template.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.