This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a7c6c642e3 [X86][LWP] Add clang support for LWP instructions.
new 060a901b17 Correct the attribute spelling for guarded_var and pt_guarded_var.
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/ThreadSafetyAnalysis.rst | 4 ++--
1 file 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 glibc.
from 139ace9575 Require Linux kernel 3.2 or later on x86 / x86_64.
new cd354a3849 Remove <sys/ultrasound.h>
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 ++++++
NEWS | 2 ++
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/sys/ultrasound.h | 1 -
4 files changed, 9 insertions(+), 2 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/sys/ultrasound.h
--
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 a693e8925d9 Daily bump.
new 827b78e0a7d This fixes a few failures on ARM and AArch64 due to a recen [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/vect-44.c | 1 +
gcc/testsuite/gcc.dg/vect/vect-50.c | 1 +
3 files changed, 7 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 clang.
from 0d0d7d15e7 [OpenCL] Check that global samplers are const
new a7c6c642e3 [X86][LWP] Add clang support for LWP instructions.
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/BuiltinsX86.def | 6 ++
include/clang/Basic/BuiltinsX86_64.def | 2 +
include/clang/Driver/Options.td | 2 +
lib/Basic/Targets.cpp | 8 ++
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/lwpintrin.h | 150 +++++++++++++++++++++++++++++++++
lib/Headers/x86intrin.h | 4 +
test/CodeGen/lwp-builtins.c | 39 +++++++++
8 files changed, 212 insertions(+)
create mode 100644 lib/Headers/lwpintrin.h
create mode 100644 test/CodeGen/lwp-builtins.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 b7c80c3cd27 [ARM] Clear the constant pool cache on explicit .ltorg directives
new cf3a86efe41 [ARM][NEON] Add support for ISD::ABS lowering
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/Target/ARM/ARMISelLowering.cpp | 5 ++++-
lib/Target/ARM/ARMInstrNEON.td | 26 +-------------------------
test/CodeGen/ARM/vabs.ll | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+), 26 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 717da4b3be manual: Add preadv and pwritev documentation
new 139ace9575 Require Linux kernel 3.2 or later on x86 / x86_64.
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 | 10 ++++++++++
NEWS | 4 ++++
README | 4 +---
sysdeps/unix/sysv/linux/i386/configure | 2 --
sysdeps/unix/sysv/linux/i386/configure.ac | 2 --
sysdeps/unix/sysv/linux/x86_64/64/configure | 2 --
sysdeps/unix/sysv/linux/x86_64/64/configure.ac | 2 --
7 files changed, 15 insertions(+), 11 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 13b9798e2b1 [GlobalISel][X86] G_GEP selection support.
new b7a513409b1 [AARCH64][NEON] Add support for ISD::ABS lowering
new b7c80c3cd27 [ARM] Clear the constant pool cache on explicit .ltorg directives
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/MC/ConstantPools.h | 3 ++
lib/MC/ConstantPools.cpp | 11 +++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +++
lib/Target/AArch64/AArch64InstrInfo.td | 56 +++++++----------------
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 1 +
test/MC/ARM/ltorg-range.s | 27 +++++++++++
6 files changed, 64 insertions(+), 40 deletions(-)
create mode 100644 test/MC/ARM/ltorg-range.s
--
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 9cbae9e4d Fix undefined pthread references when building against libc++
new 4206e2171 [ELF] - Linkerscript: support combination of linkerscript and [...]
new 4f728ec83 [ELF] - Set DF_STATIC_TLS flag for i386 target.
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:
ELF/Config.h | 1 +
ELF/LinkerScript.cpp | 14 +++---
ELF/OutputSections.cpp | 19 +++++---
ELF/SyntheticSections.cpp | 20 +++++----
ELF/Target.cpp | 9 ++++
test/ELF/Inputs/i386-static-tls-model1.s | 10 +++++
test/ELF/Inputs/i386-static-tls-model2.s | 9 ++++
test/ELF/Inputs/i386-static-tls-model3.s | 9 ++++
test/ELF/Inputs/i386-static-tls-model4.s | 9 ++++
test/ELF/i386-static-tls-model.s | 20 +++++++++
test/ELF/i386-tls-ie-shared.s | 52 +++++++++++-----------
.../linkerscript/Inputs/compress-debug-sections.s | 3 ++
test/ELF/linkerscript/compress-debug-sections.s | 36 +++++++++++++++
test/ELF/tls-dynamic-i686.s | 46 +++++++++----------
test/ELF/tls-opt-iele-i686-nopic.s | 44 +++++++++---------
15 files changed, 208 insertions(+), 93 deletions(-)
create mode 100644 test/ELF/Inputs/i386-static-tls-model1.s
create mode 100644 test/ELF/Inputs/i386-static-tls-model2.s
create mode 100644 test/ELF/Inputs/i386-static-tls-model3.s
create mode 100644 test/ELF/Inputs/i386-static-tls-model4.s
create mode 100644 test/ELF/i386-static-tls-model.s
create mode 100644 test/ELF/linkerscript/Inputs/compress-debug-sections.s
create mode 100644 test/ELF/linkerscript/compress-debug-sections.s
--
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 ca7431c78f0 [GlobalISel][X86] G_MUL legalizer/selector support.
new 13b9798e2b1 [GlobalISel][X86] G_GEP selection support.
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/Target/X86/X86InstructionSelector.cpp | 30 +++--
lib/Target/X86/X86LegalizerInfo.cpp | 13 ++
test/CodeGen/X86/GlobalISel/gep.ll | 136 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-gep.mir | 101 +++++++++++++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 32 +++++
test/CodeGen/X86/GlobalISel/select-gep.mir | 37 ++++++
6 files changed, 339 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/gep.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-gep.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-gep.mir
--
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 84f57d869b Update LanguageExtensions doc to refer to C++14 instead of C++1y
new 0d0d7d15e7 [OpenCL] Check that global samplers are const
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/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaDecl.cpp | 24 ++++++++++++++++++------
test/SemaOpenCL/sampler_t.cl | 8 +++++++-
3 files changed, 27 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.