This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 841798c Update status of filesystem issues, and add tests for LWG issue 2683
new 40d9e09 Get filesystem tests passing for single-threaded configurations.
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:
.../filesystem/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp | 5 ++---
.../fs.op.funcs/fs.op.copy_symlink/copy_symlink.pass.cpp | 2 --
.../fs.op.create_directories/create_directories.pass.cpp | 2 --
.../fs.op.create_directory/create_directory.pass.cpp | 2 --
.../create_directory_with_attributes.pass.cpp | 2 --
.../fs.op.last_write_time/last_write_time.pass.cpp | 4 +---
test/support/filesystem_test_helper.hpp | 11 +++++++++++
7 files changed, 14 insertions(+), 14 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 310a375 AMDGPU: Remove llvm.SI.tid intrinsic
new 49f93f7 [Coverage] Get rid of an input/output parameter (NFC)
new a450edf [codeview] Add DIFlags for pointer to member representations
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/DIBuilder.h | 3 +-
include/llvm/IR/DebugInfoFlags.def | 4 +
include/llvm/IR/DebugInfoMetadata.h | 4 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 42 ++++-
lib/DebugInfo/CodeView/TypeDumper.cpp | 1 +
lib/IR/DIBuilder.cpp | 5 +-
lib/IR/DebugInfoMetadata.cpp | 13 +-
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 27 ++-
test/DebugInfo/COFF/types-basic.ll | 4 +-
test/DebugInfo/COFF/types-ptr-to-member.ll | 209 +++++++++++++++++++++
10 files changed, 287 insertions(+), 25 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-ptr-to-member.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 libcxx.
from 0c75540 Reorder permissions test so they are not dependent on the pro [...]
new 841798c Update status of filesystem issues, and add tests for LWG issue 2683
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:
.../fs.op.funcs/fs.op.copy/copy.pass.cpp | 26 +++++++++++-----------
www/upcoming_meeting.html | 18 +++++++--------
2 files changed, 22 insertions(+), 22 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 e5eb673 Apply another batch of fixes from clang-tidy's performance-un [...]
new 310a375 AMDGPU: Remove llvm.SI.tid intrinsic
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/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 -
lib/Target/AMDGPU/SIInstructions.td | 6 ------
lib/Target/AMDGPU/SIIntrinsics.td | 2 --
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll | 10 +++++++---
test/CodeGen/AMDGPU/llvm.SI.tid.ll | 18 ------------------
test/CodeGen/AMDGPU/register-count-comments.ll | 6 ++++--
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 16 ++++++++++------
test/CodeGen/AMDGPU/spill-alloc-sgpr-init-bug.ll | 8 ++++++--
8 files changed, 27 insertions(+), 40 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.tid.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 libcxx.
from e3f386a Add missing space between >> in template declaration. Fixes C [...]
new 0354eb7 Respect the processes umask in the create_directory test
new 0c75540 Reorder permissions test so they are not dependent on the pro [...]
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:
.../fs.op.create_directory/create_directory.pass.cpp | 20 +++++++++++---------
.../fs.op.permissions/permissions.pass.cpp | 8 ++++----
2 files changed, 15 insertions(+), 13 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 e2e9cee [SelectionDAG] Don't treat library calls specially if marked [...]
new 769e73b Revert "Revert "InstCombine: Reduce trunc (shl x, K) width.""
new 7abe77a [pdb] Don't error on missing FPO streams
new e5eb673 Apply another batch of fixes from clang-tidy's performance-un [...]
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/Bitcode/ReaderWriter.h | 7 +-
include/llvm/CodeGen/DIE.h | 2 +-
include/llvm/CodeGen/SelectionDAG.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 4 +
include/llvm/ExecutionEngine/ExecutionEngine.h | 4 +-
include/llvm/Object/ModuleSummaryIndexObjectFile.h | 14 +--
include/llvm/Support/Printable.h | 2 +-
include/llvm/Transforms/IPO/Internalize.h | 11 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 15 +--
lib/CodeGen/AsmPrinter/DIEHash.cpp | 2 +-
lib/CodeGen/AsmPrinter/DIEHash.h | 2 +-
lib/CodeGen/ParallelCG.cpp | 7 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 5 +
.../RuntimeDyld/RuntimeDyldChecker.cpp | 4 +-
lib/Object/ModuleSummaryIndexObjectFile.cpp | 8 +-
lib/Transforms/IPO/FunctionImport.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 27 ++++-
lib/Transforms/Scalar/GVN.cpp | 2 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 6 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 14 +--
.../InstCombine/2011-05-28-swapmulsub.ll | 3 +-
test/Transforms/InstCombine/cast.ll | 2 +-
test/Transforms/InstCombine/icmp.ll | 6 +-
test/Transforms/InstCombine/trunc.ll | 135 +++++++++++++++++++++
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 83 +++++++------
tools/llvm-profdata/llvm-profdata.cpp | 18 +--
tools/sancov/sancov.cc | 25 ++--
28 files changed, 299 insertions(+), 119 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.
robert.savoye pushed a change to branch gdbrev
in repository toolchain/abe.
from 72802eb make gdbserver srcdir and builddir under the GDB srcdir and builddir
adds fdfd438 Handle gdb and gdnserver separetely so revisions for both wor [...]
new a8818e2 use the same gdbserver paths when building from a manifest file
new d0d1f8d Merge branch 'gdbrev' of ssh://git.linaro.org/toolchain/abe i [...]
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/globals.sh | 19 +++++++++++++++----
1 file changed, 15 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 987a5dc [X86] Add missing AVX512 anyext patterns.
new e2e9cee [SelectionDAG] Don't treat library calls specially if marked [...]
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/SelectionDAG/SelectionDAGBuilder.cpp | 5 +-
test/CodeGen/SystemZ/memchr-nobuiltin.ll | 16 +++
.../SystemZ/{memcmp-01.ll => memcmp-nobuiltin.ll} | 112 ++++++++-------------
.../SystemZ/{strcmp-01.ll => strcmp-nobuiltin.ll} | 38 ++-----
.../SystemZ/{strcpy-01.ll => strcpy-nobuiltin.ll} | 32 +++---
test/CodeGen/SystemZ/strlen-nobuiltin.ll | 25 +++++
test/CodeGen/X86/memcmp.ll | 15 +++
7 files changed, 123 insertions(+), 120 deletions(-)
create mode 100644 test/CodeGen/SystemZ/memchr-nobuiltin.ll
copy test/CodeGen/SystemZ/{memcmp-01.ll => memcmp-nobuiltin.ll} (55%)
copy test/CodeGen/SystemZ/{strcmp-01.ll => strcmp-nobuiltin.ll} (52%)
copy test/CodeGen/SystemZ/{strcpy-01.ll => strcpy-nobuiltin.ll} (54%)
create mode 100644 test/CodeGen/SystemZ/strlen-nobuiltin.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 compiler-rt.
from 71b76cf Turn off -Wunused-parameter when building compiler-rt with cl [...]
new 6b6b472 [sanitizer] [SystemZ] Enable TLS functionality.
new 25d3c2b [sanitizers] [SystemZ] Add __tls_get_offset interceptor.
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:
.../sanitizer_common_interceptors.inc | 54 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 9 ++--
2 files changed, 60 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 gcc.
from 98683d8 /cp 2016-06-17 Paolo Carlini <paolo.carlini(a)oracle.com>
new a39f2fb gcc/fortran/ * openmp.c (match_acc): New generic function t [...]
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/fortran/ChangeLog | 14 ++++++++
gcc/fortran/openmp.c | 88 +++++++++++----------------------------------------
2 files changed, 32 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.