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 0b95585 [ASAN] Pass previous stack information through __sanitizer_fi [...]
new e398a5c [compiler-rt] Fix interception of multiple defined symbols.
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/interception/interception_win.cc | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 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 gcc.
from e0722a9 libgo: fix for runtime/check failure with "-O0 -g"
new 0735186 * include/std/chrono (system_clock): Fix typo in comment.
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:
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/include/std/chrono | 2 +-
2 files changed, 3 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 b835e6e Teach LiveDebugValues about lexical scopes.
new 4478320 Don't look through addrspacecast in GetPointerBaseWithConstantOffset
new 77f586a [X86][AVX] Add test showing that VBROADCAST loads don't corre [...]
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/Analysis/ValueTracking.cpp | 9 +++-
test/CodeGen/X86/avx-vbroadcast.ll | 59 +++++++++++++++++++++++++++
test/Transforms/GVN/PRE/rle-addrspace-cast.ll | 14 +++++++
test/Transforms/GVN/PRE/rle.ll | 13 ------
test/Transforms/GVN/addrspace-cast.ll | 21 ++++++++++
5 files changed, 101 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/GVN/PRE/rle-addrspace-cast.ll
create mode 100644 test/Transforms/GVN/addrspace-cast.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 gcc.
from f8d3dfa If strchr can't be folded in gimple-fold, we still need to fa [...]
new a0d6c22 Check for overflow in filesystem::last_write_time
new e0722a9 libgo: fix for runtime/check failure with "-O0 -g"
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 1 +
libgo/Makefile.in | 1 +
libstdc++-v3/ChangeLog | 9 ++
libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 30 ++++--
.../filesystem/operations/last_write_time.cc | 111 +++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_fs.h | 21 +++-
8 files changed, 162 insertions(+), 15 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/operations/last_ [...]
--
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 89584ae Rewrite loops to use range-based for. (NFC)
new b835e6e Teach LiveDebugValues about lexical scopes.
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/CodeGen/LiveDebugValues.cpp | 51 ++++-
test/CodeGen/ARM/dbg-range-extension.mir | 1 -
test/DebugInfo/COFF/register-variables.ll | 8 +-
test/DebugInfo/MIR/X86/livedebugvalues-limit.mir | 228 +++++++++++++++++++++++
test/DebugInfo/X86/fission-ranges.ll | 6 +-
5 files changed, 278 insertions(+), 16 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/livedebugvalues-limit.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 16d9f68 Trying to buildbot failures caused by r282577.
new 9221270 [CUDA] added __nvvm_atom_{sys|cta}_* builtins.
new 6a96fd6 [CUDA] Added support for CUDA-8
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/clang/Basic/BuiltinsNVPTX.def | 73 ++++++
lib/Basic/Targets.cpp | 15 +-
lib/CodeGen/CGBuiltin.cpp | 111 ++++++++-
lib/Driver/ToolChains.cpp | 50 ++--
lib/Headers/__clang_cuda_runtime_wrapper.h | 20 +-
test/CodeGen/builtins-nvptx.c | 266 ++++++++++++++++++++-
...compute_20.10.bc => libdevice.compute_30.10.bc} | 0
.../cuda/nvvm/libdevice/libdevice.compute_50.10.bc | 0
test/Driver/cuda-detect.cu | 18 +-
9 files changed, 512 insertions(+), 41 deletions(-)
rename test/Driver/Inputs/CUDA/usr/local/cuda/nvvm/libdevice/{libdevice.compute_20 [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/CUDA_80/usr/local/cud [...]
--
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-5-branch
in repository gcc.
from 6a8264d backport from mainline 2016-09-23 Bernd Edlinger <bernd.edl [...]
new 1710bc2 Correct libgcc complex multiply excess precision handling (PR [...]
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:
libgcc/ChangeLog | 8 ++++++++
libgcc/libgcc2.c | 8 ++++----
2 files changed, 12 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 llvm.
from 2fd72fd [SCEV] Use a SmallPtrSet as a temporary union predicate; NFC
new 2714064 [NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instructions.
new 89584ae Rewrite loops to use range-based for. (NFC)
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/IR/IntrinsicsNVVM.td | 33 +++++
lib/CodeGen/LexicalScopes.cpp | 22 +--
lib/Target/NVPTX/NVPTX.td | 9 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 37 +++--
lib/Target/NVPTX/NVPTXInstrInfo.td | 4 +
lib/Target/NVPTX/NVPTXIntrinsics.td | 196 ++++++++++++++++++++++++++
lib/Target/NVPTX/NVPTXSubtarget.cpp | 2 -
lib/Target/NVPTX/NVPTXSubtarget.h | 8 ++
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 23 +++
test/CodeGen/NVPTX/atomics-with-scope.ll | 187 ++++++++++++++++++++++++
10 files changed, 488 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/NVPTX/atomics-with-scope.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 llvm.
from bb15ebf Revert "In visitSTORE, always use FindBetterChain, rather tha [...]
new 2fd72fd [SCEV] Use a SmallPtrSet as a temporary union predicate; 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:
include/llvm/Analysis/ScalarEvolution.h | 33 ++++++---
lib/Analysis/ScalarEvolution.cpp | 120 +++++++++++++++++---------------
2 files changed, 90 insertions(+), 63 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 binutils-gdb.
from 9eaff86 Fix seg-fault in the linker introduced by the previous delta.
new 4435e1c Small improvements to the remote protocol manual
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/doc/ChangeLog | 15 +++++++++++++
gdb/doc/gdb.texinfo | 63 ++++++++++++++++++++++++++++++-----------------------
2 files changed, 51 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.