This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f3855901e0f dsymutil: support dwarf version mismatches between object a [...]
new e87e5c313d6 [PDB] Fix linking of function symbols and local variables.
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/DebugInfo/CodeView/TypeDeserializer.h | 15 +++++++
.../llvm/DebugInfo/CodeView/TypeIndexDiscovery.h | 10 ++++-
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 47 ++++++++++++++++++----
tools/llvm-pdbutil/DumpOutputStyle.cpp | 10 ++++-
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 28 +++++++++++--
tools/llvm-pdbutil/MinimalSymbolDumper.h | 7 +++-
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 2 +-
7 files changed, 101 insertions(+), 18 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 lld.
from 618976a06 [lld] Write the DataCRC to the output PDB.
new 05e6b7793 [PDB] Fix linking of function symbols and local variables.
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:
COFF/PDB.cpp | 81 ++++++++++++++++++++++++++++-------
test/COFF/pdb-comdat.test | 8 ++--
test/COFF/pdb-invalid-func-type.yaml | 2 +-
test/COFF/pdb-procid-remapping.test | 29 +++++++++++++
test/COFF/pdb-scopes.test | 6 +--
test/COFF/pdb-symbol-types.yaml | 2 +-
test/COFF/pdb-type-server-simple.test | 4 +-
7 files changed, 106 insertions(+), 26 deletions(-)
create mode 100644 test/COFF/pdb-procid-remapping.test
--
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 04285488393 [LoopVectorize] Fix assertion failure in Fcmp vectorization
new f3855901e0f dsymutil: support dwarf version mismatches between object a [...]
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:
.../dsymutil/Inputs/modules-dwarf-version/1.o | Bin 0 -> 2404 bytes
test/tools/dsymutil/X86/modules-dwarf-version.m | 23 +++++++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 4 +++-
3 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/tools/dsymutil/Inputs/modules-dwarf-version/1.o
create mode 100644 test/tools/dsymutil/X86/modules-dwarf-version.m
--
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 1445db948 Enable COMPILER_RT_HAS_SANITIZER_COMMON on NetBSD
new 195d1722c NetBSD compatibility nit in asan_test_utils.h
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/asan/tests/asan_test_utils.h | 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 llvm.
from eb72b7e53df Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR"
new 04285488393 [LoopVectorize] Fix assertion failure in Fcmp vectorization
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/Transforms/Vectorize/LoopVectorize.cpp | 4 +++-
test/Transforms/LoopVectorize/fcmp-vectorize.ll | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopVectorize/fcmp-vectorize.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 a9421e2a45 [X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builti [...]
new ce50a95999 [OPENMP][DEBUG] Set proper address space info if required by [...]
new 89be37b467 Restore previous structure ABI behavior for bit-fields with [...]
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/Attr.td | 8 ++
include/clang/Basic/DiagnosticSemaKinds.td | 3 +
include/clang/Sema/Sema.h | 5 ++
lib/CodeGen/CGOpenMPRuntime.cpp | 6 ++
lib/CodeGen/CGOpenMPRuntime.h | 17 ++++
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 78 ++++++++++++++++++
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 20 +++++
lib/CodeGen/CGStmtOpenMP.cpp | 46 ++++++++---
lib/Sema/SemaDeclAttr.cpp | 28 +++++--
lib/Sema/SemaExpr.cpp | 2 +
lib/Sema/SemaOpenMP.cpp | 33 ++++++++
test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 70 ++++++++--------
test/OpenMP/target_parallel_debug_codegen.cpp | 97 +++++++++++++++++++++++
test/Sema/struct-packed-align.c | 14 +++-
14 files changed, 370 insertions(+), 57 deletions(-)
create mode 100644 test/OpenMP/target_parallel_debug_codegen.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 clang.
from ef7226a076 [Availability] Don't make an availability attribute imply de [...]
new a9421e2a45 [X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builti [...]
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/Basic/Targets/X86.cpp | 2 ++
lib/CodeGen/CGBuiltin.cpp | 6 ++++--
test/CodeGen/target-builtin-noerror.c | 3 +++
3 files changed, 9 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 c9b3b5dd575 [KnownBits][ValueTracking] Move the math for calculating kn [...]
new 0128b415efd [DomTree] Use a non-recursive DFS instead of a recursive one; NFC
new eb72b7e53df Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR"
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/Support/GenericDomTreeConstruction.h | 62 ++++----
lib/Target/ARM/ARMInstrVFP.td | 80 +++++-----
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 5 -
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 24 ---
test/MC/ARM/directive-arch_extension-fp.s | 4 +
test/MC/ARM/simple-fp-encoding.s | 16 ++
test/MC/ARM/vmrs_vmsr.s | 180 ----------------------
test/MC/Disassembler/ARM/arm-vmrs_vmsr.txt | 60 --------
test/MC/Disassembler/ARM/fp-encoding.txt | 8 +
test/MC/Disassembler/ARM/thumb-vmrs_vmsr.txt | 123 ---------------
10 files changed, 99 insertions(+), 463 deletions(-)
delete mode 100644 test/MC/ARM/vmrs_vmsr.s
delete mode 100644 test/MC/Disassembler/ARM/arm-vmrs_vmsr.txt
delete mode 100644 test/MC/Disassembler/ARM/thumb-vmrs_vmsr.txt
--
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 1bc8e95f27 Revert "[OPENMP][DEBUG] Set proper address space info if req [...]
new ef7226a076 [Availability] Don't make an availability attribute imply de [...]
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:
docs/ReleaseNotes.rst | 3 +++
lib/AST/Decl.cpp | 8 --------
test/CodeGen/attr-availability.c | 6 +++---
3 files changed, 6 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.