This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9b9b8d4dd5c AMDGPU: Use unique PSVs for buffer resources
new c462ca9f93b [mips] Replace assert by an error message
new 69087790273 [mips] Provide correct descriptions of asm constraints in t [...]
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:
lib/Target/Mips/MipsISelLowering.cpp | 12 ++++++++----
test/CodeGen/Mips/constraint-c-err.ll | 17 +++++++++++++++++
test/CodeGen/Mips/constraint-c.ll | 18 ++++++++++++++++++
3 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Mips/constraint-c-err.ll
create mode 100644 test/CodeGen/Mips/constraint-c.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 libcxxabi.
from 32e1c0f [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAI [...]
new 2011def Update CREDITS.txt with personal email 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:
CREDITS.TXT | 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 libcxx.
from 14d7b698b [libcxx] Suppress unused warning on apple.
new 6f953342d Update CREDITS.txt with personal email
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:
CREDITS.TXT | 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 clang.
from 68d230359a [OPENMP] Support for -fopenmp-simd option with compilation o [...]
new 8e57c4ca88 [docs] Updated ReleaseNotes for OpenMP part.
new ca674819d0 [docs] Added description of `-f[no]-openmp-simd` option to U [...]
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:
docs/ReleaseNotes.rst | 13 ++++++++++++-
docs/UsersManual.rst | 5 +++++
2 files changed, 17 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 clang.
from 2549be9234 [OPENMP] Initial support for `-fopenmp-simd` option.
new d32885e652 [driver][darwin] Take the OS version from -m<os>-version-min [...]
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/Darwin.cpp | 47 ++++++++++++++++++++++++++++------------
test/Driver/darwin-version.c | 21 +++++++++++++++++-
2 files changed, 53 insertions(+), 15 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 6bea6f7d49 Revert r321504 "[X86] Don't accidentally enable PKU on canno [...]
new 2549be9234 [OPENMP] Initial support for `-fopenmp-simd` option.
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/LangOptions.def | 1 +
include/clang/Driver/Options.td | 6 +++++-
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 14 ++++++++++----
lib/Frontend/InitPreprocessor.cpp | 4 ++--
test/OpenMP/driver.c | 11 +++++++++++
test/OpenMP/linking.c | 10 ++++++++++
test/OpenMP/predefined_macro.c | 3 +++
8 files changed, 46 insertions(+), 7 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 8994bbee8a1 [X86][SSE] Match PSHUFLW/PSHUFHW + PSHUFD vXi16 shuffle pat [...]
new a6448ac97c5 AMDGPU: Implement getTgtMemIntrinsic for images
new 8923569a3dd AMDGPU: Remove mayLoad/hasSideEffects from MIMG stores
new 9b9b8d4dd5c AMDGPU: Use unique PSVs for buffer resources
The 3 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/IntrinsicsAMDGPU.td | 24 +--
lib/Target/AMDGPU/MIMGInstructions.td | 10 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 279 ++++++++++++++++++++++-----
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 -
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 28 ++-
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll | 24 ++-
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll | 3 +-
7 files changed, 293 insertions(+), 77 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 72f29e3aab scandir: fix wrong assumption about errno [BZ #17804]
new 7e21972bde linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.h
new ac583f5074 linux: update sys/ptrace.h comments
new c48831d0ee linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]
The 3 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 | 32 ++++++
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h | 65 ++---------
sysdeps/unix/sysv/linux/bits/ptrace-shared.h | 78 ++++++++++++++
sysdeps/unix/sysv/linux/ia64/sys/ptrace.h | 64 ++---------
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h | 66 ++----------
sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 66 ++----------
sysdeps/unix/sysv/linux/sparc/sys/ptrace.h | 64 ++---------
sysdeps/unix/sysv/linux/sys/ptrace.h | 77 +++----------
sysdeps/unix/sysv/linux/tile/sys/ptrace.h | 66 ++----------
.../unix/sysv/linux/{powerpc => x86}/sys/ptrace.h | 119 +++++++++++----------
11 files changed, 232 insertions(+), 467 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/bits/ptrace-shared.h
copy sysdeps/unix/sysv/linux/{powerpc => x86}/sys/ptrace.h (65%)
--
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 74e0320e Avoid int to string conversion in Twine or raw_ostream contexts.
new fb9df48c [clangd] Properly set filterText for index-based completion items
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:
clangd/CodeComplete.cpp | 2 +-
unittests/clangd/CodeCompleteTests.cpp | 18 ++++++++++++++----
2 files changed, 15 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.