This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 99b4877 Drop support for creating $stubs.
new 108515e [ManagedStatic] Reimplement double-checked locking with std::atomic.
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/ManagedStatic.h | 42 ++++++++++++------------------------
lib/Support/ManagedStatic.cpp | 15 +++----------
2 files changed, 17 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 glibc.
from e402823 elf.h: Add declarations for BPF
new fea5649 Avoid array-bounds warning for strncat on i586 (bug 20260)
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 | 7 +++++++
sysdeps/x86/bits/string.h | 3 +--
2 files changed, 8 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 gcc-6-branch
in repository gcc.
from 6755db0 Daily bump.
new 02d9b70 Backport from mainline 2016-06-09 Eric Botcazou <ebotcazo [...]
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 | 7 +++++++
gcc/df-problems.c | 6 +++---
2 files changed, 10 insertions(+), 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 6264e53 Update tests to use at least darwin9.
new 99b4877 Drop support for creating $stubs.
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/CodeGen/MachineModuleInfoImpls.h | 10 --
lib/Target/PowerPC/PPC.h | 19 ++-
lib/Target/PowerPC/PPCAsmPrinter.cpp | 163 +-------------------------
lib/Target/PowerPC/PPCISelLowering.cpp | 10 +-
lib/Target/PowerPC/PPCInstrInfo.cpp | 2 +-
lib/Target/PowerPC/PPCMCInstLower.cpp | 34 +-----
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 5 -
lib/Target/X86/X86AsmPrinter.cpp | 38 +-----
lib/Target/X86/X86InstrInfo.cpp | 1 -
lib/Target/X86/X86MCInstLower.cpp | 27 -----
lib/Target/X86/X86Subtarget.cpp | 7 --
11 files changed, 18 insertions(+), 298 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 a40782d [Docs][CodeGenerator] Don't specify the number of operands in [...]
new 6264e53 Update tests to use at least darwin9.
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/PowerPC/available-externally.ll | 81 ++++------------------------
test/CodeGen/PowerPC/ppc32-i1-vaarg.ll | 4 +-
test/CodeGen/PowerPC/stubs.ll | 17 +-----
test/CodeGen/X86/abi-isel.ll | 72 ++++++++++++-------------
test/CodeGen/X86/avx512-calling-conv.ll | 14 ++---
test/CodeGen/X86/darwin-stub.ll | 12 -----
test/CodeGen/X86/i386-shrink-wrapping.ll | 4 +-
test/CodeGen/X86/memset-2.ll | 6 +--
test/CodeGen/X86/merge-sp-update-lea.ll | 4 +-
test/CodeGen/X86/sibcall-5.ll | 10 ++--
test/CodeGen/X86/sibcall-byval.ll | 6 +--
test/CodeGen/X86/vec_ss_load_fold.ll | 4 +-
12 files changed, 71 insertions(+), 163 deletions(-)
delete mode 100644 test/CodeGen/X86/darwin-stub.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 binutils-gdb.
from 2824470 Set unknown_syscall differently on arm linux
new 9bf74fb Initialize strtok_r's saveptr to NULL
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/rust-lang.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 llvm.
from 38b2095 [X86][SSE2] Added _mm_loadu_si64 test to match llvm\tools\cla [...]
new a40782d [Docs][CodeGenerator] Don't specify the number of operands in [...]
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/CodeGenerator.rst | 27 +++++++++++----------------
include/llvm/CodeGen/MachineInstrBuilder.h | 4 +++-
2 files changed, 14 insertions(+), 17 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 ba49127 [OpenCL] Add attribute 'pure' to read_image built-in function [...]
new 5f57c65 [X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2 [...]
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/sse2-builtins.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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 d28b49f [X86] Regenerated popcnt combine tests
new 38b2095 [X86][SSE2] Added _mm_loadu_si64 test to match llvm\tools\cla [...]
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/sse2-intrinsics-fast-isel-x86_64.ll | 11 +++++++++++
1 file changed, 11 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from db95ab2 [llvm-env] List current worktree directories
new de3457e [llvm-env] List current worktree directories - Errata
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:
helpers/llvm-env | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.