This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 5c8a368 Fix initialization of test case array in C++11
new a730ec3 Work around GCC bug in tests. The bug has been fixed in GCC 6.0
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:
test/std/experimental/filesystem/fs.enum/check_bitmask_types.hpp | 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 llvm.
from 863cff4 AMDGPU: Temporarily select trap to s_endpgm
new b7720e0 [LAA] Enable symbolic stride speculation for all LAA clients
new 7dc79e5 Support/ELF: Add AMDGPU relocation definitions to match docum [...]
new 8d68f04 Codegen: [MBP] Add assert strings. NFC
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/Analysis/LoopAccessAnalysis.h | 13 +---
include/llvm/Support/ELF.h | 5 ++
include/llvm/Support/ELFRelocs/AMDGPU.def | 11 ++++
lib/Analysis/LoopAccessAnalysis.cpp | 38 +++++++-----
lib/CodeGen/MachineBlockPlacement.cpp | 4 +-
lib/Object/ELF.cpp | 7 +++
lib/ObjectYAML/ELFYAML.cpp | 3 +
lib/Transforms/Scalar/LoopVersioningLICM.cpp | 2 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 17 +-----
.../elf64-relocs.yaml} | 61 ++++++++++---------
.../{program-order.ll => symbolic-stride.ll} | 46 +++++++--------
test/Transforms/LoopLoadElim/symbolic-stride.ll | 69 ++++++++++++++++++++--
12 files changed, 170 insertions(+), 106 deletions(-)
create mode 100644 include/llvm/Support/ELFRelocs/AMDGPU.def
copy test/Object/{Lanai/yaml2obj-elf-lanai-rel.yaml => AMDGPU/elf64-relocs.yaml} (50%)
copy test/Transforms/LoopDistribute/{program-order.ll => symbolic-stride.ll} (58%)
--
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 6f3b01a Fix bugs in recursive_directory_iterator implementation and tests.
new 5c8a368 Fix initialization of test case array in C++11
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.canonical/canonical.pass.cpp | 4 +++-
1 file 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 0243f6a AMDGPU/SI: Simplify code in SITargetLowering::LowerGlobalAddress()
new bfa4d78 DiagnosticInfo: Allow unsupported be a warning
new 863cff4 AMDGPU: Temporarily select trap to s_endpgm
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/DiagnosticInfo.h | 5 +++--
lib/Target/AMDGPU/SIISelLowering.cpp | 19 +++++++++++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 1 +
lib/Target/AMDGPU/SIInstructions.td | 1 +
test/CodeGen/AMDGPU/trap.ll | 15 +++++++++++++++
5 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/trap.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 161ff9d [Coverage] Adopt llvm::coverage::encodeFilenamesAndRawMappings (NFC)
new 86fd3a3 [MS] Put member pointer representation flags in our debug info
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/CGDebugInfo.cpp | 33 +++++++++++++---
test/CodeGenCXX/debug-info-ms-ptr-to-member.cpp | 52 +++++++++++++++++++++++++
2 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-ms-ptr-to-member.cpp
--
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 a39f2fb gcc/fortran/ * openmp.c (match_acc): New generic function t [...]
new f8c5fce PR target/71338 * config/rl78/rl78-expand.c (umulqihi3): Enab [...]
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/ChangeLog | 9 +++++++++
gcc/config/rl78/rl78-expand.md | 2 +-
gcc/config/rl78/rl78-real.md | 4 ++--
gcc/config/rl78/rl78-virt.md | 4 ++--
4 files changed, 14 insertions(+), 5 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 520a829 [Coverage] Move logic to encode filenames and mappings into l [...]
new 3523a28 [codeview] Emit incomplete member pointer types with the unkn [...]
new 68806ff Add support for Darwin’s static library table of contents wit [...]
new 0243f6a AMDGPU/SI: Simplify code in SITargetLowering::LowerGlobalAddress()
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/Object/Archive.h | 3 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 20 +++--
lib/Object/Archive.cpp | 43 +++++++++-
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
test/DebugInfo/COFF/types-ptr-to-member.ll | 108 ++++++++++++++++++------
test/Object/Inputs/macho-toc64-archive-x86_64.a | Bin 0 -> 1576 bytes
test/Object/archive-symtab.test | 6 ++
7 files changed, 142 insertions(+), 40 deletions(-)
create mode 100644 test/Object/Inputs/macho-toc64-archive-x86_64.a
--
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 40d9e09 Get filesystem tests passing for single-threaded configurations.
new 6f3b01a Fix bugs in recursive_directory_iterator implementation and tests.
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:
src/experimental/filesystem/directory_iterator.cpp | 3 ++
.../rec.dir.itr.members/increment.pass.cpp | 48 ++++++++++++----------
.../rec.dir.itr.members/recursion_pending.pass.cpp | 21 +++++++++-
3 files changed, 48 insertions(+), 24 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 a450edf [codeview] Add DIFlags for pointer to member representations
new 520a829 [Coverage] Move logic to encode filenames and mappings into l [...]
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:
.../ProfileData/Coverage/CoverageMappingWriter.h | 24 +++++----
lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 57 +++++++++++++++++++---
2 files changed, 60 insertions(+), 21 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 0c218a0 test: support / and \ as directory separators
new 161ff9d [Coverage] Adopt llvm::coverage::encodeFilenamesAndRawMappings (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/CodeGen/CoverageMappingGen.cpp | 28 ++++++++++------------------
1 file changed, 10 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.