This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 46dda154fc4 Remove some unused cmake standard library includes.
new 6eda33795aa Remove unused PACKAGE_TARNAME; looks like a remnant of 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:
include/llvm/Config/config.h.cmake | 3 ---
1 file changed, 3 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 fa9e15558d hurd: Fix exposition of UTIME_NOW, UTIME_OMIT
new f6fb29d22e hurd: Avoid local PLTs in libpthread.
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 | 79 ++++++++++++++++++++++++++++
htl/cthreads-compat.c | 10 ++--
htl/pt-alloc.c | 4 +-
htl/pt-cleanup.c | 3 +-
htl/pt-create.c | 8 +--
htl/pt-detach.c | 5 +-
htl/pt-exit.c | 4 +-
htl/pt-testcancel.c | 3 +-
sysdeps/htl/pt-attr-getstack.c | 5 +-
sysdeps/htl/pt-attr-getstackaddr.c | 3 +-
sysdeps/htl/pt-attr-getstacksize.c | 3 +-
sysdeps/htl/pt-attr-setstack.c | 12 +++--
sysdeps/htl/pt-attr-setstackaddr.c | 3 +-
sysdeps/htl/pt-attr-setstacksize.c | 4 +-
sysdeps/htl/pt-cond-timedwait.c | 5 +-
sysdeps/htl/pt-key-create.c | 2 +
sysdeps/htl/pt-key.h | 1 +
sysdeps/htl/pthreadP.h | 28 ++++++++++
sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c | 3 +-
sysdeps/mach/hurd/htl/pt-attr-setstacksize.c | 3 +-
sysdeps/mach/hurd/htl/pt-docancel.c | 3 +-
sysdeps/mach/hurd/htl/pt-mutex-init.c | 2 +
sysdeps/mach/hurd/htl/pt-sysdep.c | 5 +-
23 files changed, 163 insertions(+), 35 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 2b7b2338 [clang-tidy] Define __clang_analyzer__ macro for clang-tidy f [...]
new c31fa05a Revert r328932 as it caused Windows and MacOS bot failures.
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:
clang-tidy/ClangTidy.cpp | 11 -----------
test/clang-tidy/clang-tidy-__clang_analyzer__macro.cpp | 8 --------
2 files changed, 19 deletions(-)
delete mode 100755 test/clang-tidy/clang-tidy-__clang_analyzer__macro.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 llvm.
from 8b6b6cca6f8 Remove more feature test macros that became unused after r328989.
new 46dda154fc4 Remove some unused cmake standard library includes.
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/config-ix.cmake | 3 ---
1 file changed, 3 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 bdcaabb3284 Remove HAVE_LIBPSAPI, HAVE_SHELL32.
new 8b6b6cca6f8 Remove more feature test macros that became unused after r328989.
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/config-ix.cmake | 3 ---
include/llvm/Config/config.h.cmake | 11 -----------
2 files changed, 14 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 925856310e [coroutines] Add __builtin_coro_noop => llvm.coro.noop
new b691ac6db3 [CUDA] Let device-side shared variables be initialized with undef
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/CGDecl.cpp | 10 ++--
test/CodeGenCUDA/address-spaces.cu | 19 ++++---
test/CodeGenCUDA/device-var-init.cu | 110 +++++++++++++++++++++++++++---------
3 files changed, 99 insertions(+), 40 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 b96411e4290 Remove HAVE_DIRENT_H.
new 282ca2a3b13 [DeadArgumentElim] Clone function level metadatas
new bdcaabb3284 Remove HAVE_LIBPSAPI, HAVE_SHELL32.
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:
cmake/config-ix.cmake | 7 ---
include/llvm/Config/config.h.cmake | 6 ---
lib/Support/Windows/Process.inc | 9 +---
lib/Support/Windows/Signals.inc | 3 --
lib/Transforms/IPO/DeadArgumentElimination.cpp | 16 ++++--
test/Transforms/DeadArgElim/func_metadata.ll | 67 ++++++++++++++++++++++++++
6 files changed, 79 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/DeadArgElim/func_metadata.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 7f273fa6df Fix unused variable warning introduced at revision 328910.
new 925856310e [coroutines] Add __builtin_coro_noop => llvm.coro.noop
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/clang/Basic/Builtins.def | 1 +
lib/CodeGen/CGBuiltin.cpp | 2 ++
test/CodeGenCoroutines/coro-builtins.c | 3 +++
3 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 lldb.
from d9dc83377 [Core] Grab-bag of improvements for Scalar.
new 22c76c794 Added a BSD archive tool.
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:
examples/python/bsd.py | 481 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 481 insertions(+)
create mode 100755 examples/python/bsd.py
--
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 78cbb42d451 [coroutines] Add support for llvm.coro.noop intrinsics
new 6c25c75a694 [AMDGPU][MC][GFX9] Added instructions v_cvt_norm_*16_f16, v [...]
new b96411e4290 Remove HAVE_DIRENT_H.
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:
cmake/config-ix.cmake | 1 -
include/llvm/Config/config.h.cmake | 4 ----
lib/Support/Unix/Path.inc | 19 ++-----------------
lib/Target/AMDGPU/VOP1Instructions.td | 8 ++++++++
test/MC/AMDGPU/vop1-gfx9.s | 28 ++++++++++++++++++++++++++++
test/MC/AMDGPU/vop3-gfx9.s | 24 ++++++++++++++++++++++++
test/MC/AMDGPU/vop_dpp.s | 15 +++++++++++++++
test/MC/AMDGPU/vop_sdwa.s | 25 +++++++++++++++++++++++++
test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 18 ++++++++++++++++++
test/MC/Disassembler/AMDGPU/vop1_gfx9.txt | 21 +++++++++++++++++++++
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 21 +++++++++++++++++++++
11 files changed, 162 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.