This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b2fd61ca9b powerpc: Update sin, cos and sincos ULPs
new e5f9508a32 hurd: Avoid PLTs for longjmp & siglongjmp
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 | 6 ++++++
include/setjmp.h | 2 ++
setjmp/longjmp.c | 2 ++
sysdeps/s390/longjmp.c | 2 ++
4 files changed, 12 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 libcxx.
from 81e07a931 [coroutines] Add noop_coroutine to <experimental/coroutine>
new 827c4ff60 [coroutines] Allow compilation under c++03
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/experimental/coroutine | 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 caf0678c84 i386: Clear vex instead of vex.evex
new 89f60df20b * binutils/MAINTAINERS: Update e-mail address.
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:
binutils/ChangeLog | 4 ++++
binutils/MAINTAINERS | 2 +-
2 files changed, 5 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 llvm.
from 70bca66be3b AArch64: Implement support for the shadowcallstack attribute.
new 5539442a8f8 [WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32
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:
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 5 +++++
test/MC/WebAssembly/offset.ll | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 test/MC/WebAssembly/offset.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 libcxx.
from 75b7f52ac [libcxx][test] Fix fs::proximate tests on platforms where /ne [...]
new 81e07a931 [coroutines] Add noop_coroutine to <experimental/coroutine>
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/experimental/coroutine | 97 +++++++++++++++-------
.../coroutine.handle.noop/noop_coroutine.pass.cpp | 66 +++++++++++++++
2 files changed, 134 insertions(+), 29 deletions(-)
create mode 100644 test/std/experimental/language.support/support.coroutines/corou [...]
--
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 e9567627a27 Don't inline @llvm.icall.branch.funnel
new 70bca66be3b AArch64: Implement support for the shadowcallstack attribute.
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/Support/TargetParser.h | 2 +
lib/Support/TargetParser.cpp | 4 ++
lib/Target/AArch64/AArch64CallingConvention.td | 15 +++++
lib/Target/AArch64/AArch64FrameLowering.cpp | 76 ++++++++++++++++++++++++--
lib/Target/AArch64/AArch64RegisterInfo.cpp | 16 ++++--
lib/Target/AArch64/AArch64Subtarget.cpp | 5 +-
test/CodeGen/AArch64/shadow-call-stack.ll | 47 ++++++++++++++++
7 files changed, 152 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/AArch64/shadow-call-stack.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 af0e708bd2 [Driver] Include the Android multiarch includes.
new deddcb8899 AArch64: Implement support for the shadowcallstack attribute.
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:
docs/ShadowCallStack.rst | 85 +++++++++++++++++++++++++++++++++-----------
lib/Driver/SanitizerArgs.cpp | 10 ++++++
lib/Driver/ToolChain.cpp | 3 +-
test/Driver/sanitizer-ld.c | 13 +++++++
4 files changed, 89 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 llvm.
from cc96568d892 [MemorySSA] Fix spelling errors in MemorySSA.cpp. NFC
new e9567627a27 Don't inline @llvm.icall.branch.funnel
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/Analysis/InlineCost.cpp | 23 ++++++++------
test/Transforms/Inline/inline-brunch-funnel.ll | 35 ++++++++++++++++++++++
.../Transforms/WholeProgramDevirt/branch-funnel.ll | 20 +++++++++----
3 files changed, 63 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/Inline/inline-brunch-funnel.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 edaef2eeb1 [CUDA] Add amdgpu sub archs
new af0e708bd2 [Driver] Include the Android multiarch 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:
lib/Driver/ToolChains/Linux.cpp | 23 +++++++++++++++++++-
.../include/c++/4.9/x86_64-linux-android}/.keep | 0
.../4.9/crtbegin.o | 0
.../4.9/crtend.o | 0
.../gcc/x86_64-linux-android/4.9/include}/.keep | 0
.../usr/include/aarch64-linux-android}/.keep | 0
.../usr/include/arm-linux-androideabi}/.keep | 0
.../sysroot/usr/include/i686-linux-android}/.keep | 0
.../usr/include/x86_64-linux-android}/.keep | 0
.../x86_64-linux-android/bin}/ld | 0
.../x86_64-linux-android}/bin/ld.bfd | 0
.../bin/ld.gold | 0
.../x86_64-linux-android/lib}/.keep | 0
test/Driver/android-ndk-standalone.cpp | 25 ++++++++++++++++++++++
14 files changed, 47 insertions(+), 1 deletion(-)
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
copy test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/{aarch64-linux-android => x [...]
copy test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/{aarch64-linux-android => x [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
copy test/Driver/Inputs/{B_opt_tree/dir1 => basic_android_ndk_tree/x86_64-linux-an [...]
mode change 100755 => 100644
copy test/Driver/Inputs/{Windows/usr => basic_android_ndk_tree/x86_64-linux-androi [...]
mode change 100755 => 100644
copy test/Driver/Inputs/basic_android_ndk_tree/{aarch64-linux-android => x86_64-li [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.