This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 30c499d [NVPTX] Compute 'rem' using the result of 'div', if possible.
new be4e1c4 AMDGPU: Rename glc operand type
new d6028cd AMDGPU: Add definitions for scalar store instructions
new 27d02ea Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrep [...]
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:
lib/Target/AMDGPU/AMDGPU.td | 9 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/BUFInstructions.td | 8 +-
lib/Target/AMDGPU/FLATInstructions.td | 4 +-
lib/Target/AMDGPU/MIMGInstructions.td | 10 +-
lib/Target/AMDGPU/SIDefines.h | 3 +-
lib/Target/AMDGPU/SIInstrFormats.td | 6 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 12 ++
lib/Target/AMDGPU/SIInstrInfo.h | 10 ++
lib/Target/AMDGPU/SIInstrInfo.td | 2 +-
lib/Target/AMDGPU/SMInstructions.td | 125 +++++++++++++++++----
test/CodeGen/AMDGPU/coalescer-subreg-join.mir | 8 +-
test/CodeGen/MIR/AMDGPU/target-index-operands.mir | 14 +--
test/MC/AMDGPU/smem.s | 24 ++++
test/MC/AMDGPU/smrd-err.s | 2 +-
.../CodeGenPrepare}/NVPTX/lit.local.cfg | 0
16 files changed, 195 insertions(+), 47 deletions(-)
copy test/{Analysis/DivergenceAnalysis => Transforms/CodeGenPrepare}/NVPTX/lit.loc [...]
--
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 10df7e9 cmake: Enable the lto cache when building with -flto=thin on darwin
new 9488f1f Don't claim the udiv created in BypassSlowDivision is exact.
new f644e7b Don't leave unused divs/rems sitting around in BypassSlowDivision.
new 30c499d [NVPTX] Compute 'rem' using the result of 'div', if possible.
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:
lib/Target/NVPTX/NVPTXISelLowering.cpp | 36 +++++++
lib/Transforms/Utils/BypassSlowDivision.cpp | 11 +-
test/CodeGen/NVPTX/divrem-combine.ll | 112 +++++++++++++++++++++
.../NVPTX/bypass-slow-div-not-exact.ll | 16 +++
.../CodeGenPrepare/NVPTX/bypass-slow-div.ll | 29 ++++++
5 files changed, 202 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/NVPTX/divrem-combine.ll
create mode 100644 test/Transforms/CodeGenPrepare/NVPTX/bypass-slow-div-not-exact.ll
create mode 100644 test/Transforms/CodeGenPrepare/NVPTX/bypass-slow-div.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 b5328fc [Sema] Delay partial availability diagnostics, just like deprecated
new 48a2e9c Make a function static. NFC.
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/Sema/SemaOverload.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 c57ace4 Fix handling of constructor inherited through multiple levels [...]
new b5328fc [Sema] Delay partial availability diagnostics, just like deprecated
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/Sema/DelayedDiagnostic.h | 42 ++++++++++++++++++----------------
lib/Sema/DelayedDiagnostic.cpp | 33 ++++++++++----------------
lib/Sema/SemaDeclAttr.cpp | 22 +++++++-----------
test/SemaObjC/unguarded-availability.m | 5 ++--
4 files changed, 44 insertions(+), 58 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 f82a4bd Add SNAN, SNANF, SNANL macros.
new 1b16ff0 Fix warning caused by unused-result in bug-atexit3-lib.cc
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 ++++++
dlfcn/bug-atexit3-lib.cc | 12 ++++++++++--
2 files changed, 16 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 libcxx.
from 3c77475 Fix Clang 3.6 build error
new c715f55 Added 'inline' attribute to basic_string's destructor
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/string | 1 +
1 file changed, 1 insertion(+)
--
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 compiler-rt.
from d549a8d tsan: set disable_coredump=0 by default for Go
new 75c3b8e tsan: round Go shadow to page boundary
new 68e1532 tsan: add a hook to obtain number of reports
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/tsan/go/tsan_go.cc | 5 +++++
lib/tsan/rtl/tsan_rtl.cc | 5 ++++-
2 files changed, 9 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 lld.
from e891443 Consolidate BumpPtrAllocators.
new be1210b Attempt to fix a buildbot.
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:
ELF/Memory.cpp | 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 glibc.
from ae9166f malloc: Update comments about chunk layout
new ce193f5 powerpc: Fix TOC stub on powerpc64 clone()
new 739e14f Document a behavior of an elided pthread_rwlock_unlock
new f82a4bd Add SNAN, SNANF, SNANL macros.
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 | 29 +++++++++++++++++++++++
NEWS | 2 ++
manual/arith.texi | 9 +++++++
math/libm-test.inc | 2 ++
math/math.h | 9 +++++++
math/test-double.h | 1 +
math/test-float.h | 1 +
math/test-ldouble.h | 1 +
nptl/pthread_rwlock_unlock.c | 4 ++++
sysdeps/powerpc/nptl/elide.h | 3 +++
sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S | 2 +-
11 files changed, 62 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 gcc.
from 17fc6ee combine: Improve change_zero_ext (fixes PR71847)
new 97574c5 * target.def (min_arithmetic_precision): New hook. * doc/tm [...]
new af89ba4 * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.
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:
gcc/ChangeLog | 25 +++++++++++++++++-----
gcc/config/sparc/sparc.c | 12 +++++++++++
gcc/doc/sourcebuild.texi | 4 ----
gcc/doc/tm.texi | 17 +++++++++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/internal-fn.c | 13 ++++++-----
gcc/target.def | 18 ++++++++++++++++
gcc/targhooks.c | 8 +++++++
gcc/targhooks.h | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/sparc/overflow-3.c | 15 ++++++-------
.../sparc/{overflow-3.c => overflow-4.c} | 0
.../sparc/{overflow-3.c => overflow-5.c} | 5 ++---
13 files changed, 99 insertions(+), 28 deletions(-)
copy gcc/testsuite/gcc.target/sparc/{overflow-3.c => overflow-4.c} (100%)
copy gcc/testsuite/gcc.target/sparc/{overflow-3.c => overflow-5.c} (88%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.