This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 96c7b39 Fix per-processor model scheduler definition completeness check
new b339549 DebugInfo: make DW_TAG_atomic_type valid
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/LangRef.rst | 5 ++--
docs/SourceLevelDebugging.rst | 1 +
include/llvm/DebugInfo/CodeView/CodeView.h | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 3 ++-
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 ++++-
lib/IR/Verifier.cpp | 1 +
test/DebugInfo/X86/atomic-c11-dwarf-4.ll | 36 ++++++++++++++++++++++++++++
test/DebugInfo/X86/atomic-c11-dwarf-5.ll | 37 +++++++++++++++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 1 +
10 files changed, 88 insertions(+), 5 deletions(-)
create mode 100644 test/DebugInfo/X86/atomic-c11-dwarf-4.ll
create mode 100644 test/DebugInfo/X86/atomic-c11-dwarf-5.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 57a442f Fixing problem with CodeGen/avx512-kconstraints-att_inline_asm.c
new df143a6 NFC - Reorder test case names in a PPC test case
new 70d2cb2 DebugInfo: support for DW_TAG_atomic_type
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/CodeGen/CGDebugInfo.cpp | 5 ++--
test/CodeGen/builtins-ppc-p9vector.c | 56 ++++++++++++++++++------------------
test/CodeGen/debug-info-atomic.c | 7 +++++
3 files changed, 37 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/debug-info-atomic.c
--
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 30e34b0 [MC] Make llvm-mc fail cleanly on invalid output asm variant.
new 588bf7b [asan] Move instrumented null-terminated strings to a special [...]
new 96c7b39 Fix per-processor model scheduler definition completeness check
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/Transforms/Instrumentation/AddressSanitizer.cpp | 8 ++++++++
.../AddressSanitizer/global_cstring_darwin.ll | 21 +++++++++++++++++++++
utils/TableGen/CodeGenSchedule.cpp | 3 ++-
3 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/Instrumentation/AddressSanitizer/global_cstring_darwin.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 b6daed6 [tsan] Add support for GCD target queues
new f99c13a [asan] Move instrumented null-terminated strings to a special [...]
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/asan/TestCases/Darwin/cstring_section.c | 17 +++++++++++++++++
test/asan/TestCases/Darwin/odr-lto.cc | 8 ++++++--
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 test/asan/TestCases/Darwin/cstring_section.c
--
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 aa0835f Revert r285607: Emit Section Map stream.
new 7dc92b7 Simple numeric constants are absolute.
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/LinkerScript.cpp | 2 +-
test/ELF/linkerscript/absolute-expr.s | 10 ++++++++++
2 files changed, 11 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 863987b Mark a few more expressions as absolute.
new aa0835f Revert r285607: Emit Section Map stream.
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 | 9 ---------
test/COFF/pdb.test | 51 +++------------------------------------------------
2 files changed, 3 insertions(+), 57 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 9b10881 Define DbiStreamBuilder::addSectionMap.
new fa8311d GlobalISel: translate stack protector intrinsics
new d9f01d8 GlobalISel: allow truncating pointer casts on AArch64.
new 30e34b0 [MC] Make llvm-mc fail cleanly on invalid output asm variant.
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/CodeGen/GlobalISel/IRTranslator.h | 10 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 74 ++++++++++++++++++----
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 2 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 17 +++--
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 4 +-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 21 +++++-
.../GlobalISel/arm64-irtranslator-stackprotect.ll | 20 ++++++
test/MC/AsmParser/invalid-asm-variant.s | 3 +
tools/llvm-mc/llvm-mc.cpp | 8 +++
9 files changed, 139 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-stackprotect.ll
create mode 100644 test/MC/AsmParser/invalid-asm-variant.s
--
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 e4c6320 Add a warning flag for warn_alloca_align_alignof
new 57a442f Fixing problem with CodeGen/avx512-kconstraints-att_inline_asm.c
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/CodeGen/avx512-kconstraints-att_inline_asm.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 6821f2a When diagnosing that a defaulted function is ill-formed becau [...]
new e4c6320 Add a warning flag for warn_alloca_align_alignof
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/Basic/DiagnosticSemaKinds.td | 3 ++-
1 file changed, 2 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 compiler-rt.
from 83f7c89 [ASan] Initialize cloned dynamic runtime global variables earlier
new b6daed6 [tsan] Add support for GCD target queues
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/tsan/rtl/tsan_libdispatch_mac.cc | 66 +++++++++++++++++++++--------
test/tsan/Darwin/gcd-target-queue-norace.mm | 41 ++++++++++++++++++
2 files changed, 89 insertions(+), 18 deletions(-)
create mode 100644 test/tsan/Darwin/gcd-target-queue-norace.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.