This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 770ecb406d [X86] Use __builtin_convertvector to implement some of the p [...]
new c3d5cc8d43 CodeGen, Driver: Start using direct split dwarf emission in clang.
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/Driver/CC1Options.td | 4 +-
lib/CodeGen/BackendUtil.cpp | 74 ++++++++++++++++++++++++-------------
lib/Driver/ToolChains/Clang.cpp | 20 +++-------
test/CodeGen/split-debug-filename.c | 6 +++
test/Driver/split-debug.c | 3 +-
test/Driver/split-debug.s | 3 +-
test/Misc/cc1as-split-dwarf.s | 25 +++++++++++++
tools/driver/cc1as_main.cpp | 37 ++++++++++++-------
8 files changed, 112 insertions(+), 60 deletions(-)
create mode 100644 test/Misc/cc1as-split-dwarf.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 llvm.
from 9ffe073e982 CodeGen: Add a dwo output file argument to addPassesToEmitF [...]
new 8cf770479a0 [InstCombine] add tests for cast-of-select; NFC
new aadeae8d7a8 LTO: Replace split dwarf implementation that uses objcopy w [...]
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/LTO/Config.h | 3 -
lib/LTO/LTOBackend.cpp | 78 ++++-------------
test/Transforms/InstCombine/cast-select.ll | 133 +++++++++++++++++++++++++++++
test/tools/gold/X86/split-dwarf.ll | 14 ++-
tools/gold/gold-plugin.cpp | 6 --
5 files changed, 156 insertions(+), 78 deletions(-)
create mode 100644 test/Transforms/InstCombine/cast-select.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 d0ed64bcd5 CodeGen: Add a dwo output file argument to addPassesToEmitFi [...]
new 770ecb406d [X86] Use __builtin_convertvector to implement some of the p [...]
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/BuiltinsX86.def | 7 ----
lib/Headers/avx512dqintrin.h | 38 ++++++++--------------
lib/Headers/avx512fintrin.h | 38 ++++++++--------------
lib/Headers/avx512vldqintrin.h | 64 ++++++++++++++++---------------------
lib/Headers/avx512vlintrin.h | 36 ++++++++-------------
lib/Headers/avxintrin.h | 2 +-
lib/Headers/emmintrin.h | 2 +-
test/CodeGen/avx-builtins.c | 2 +-
test/CodeGen/avx512dq-builtins.c | 16 ++++++----
test/CodeGen/avx512f-builtins.c | 16 ++++++----
test/CodeGen/avx512vl-builtins.c | 24 ++++++++------
test/CodeGen/avx512vldq-builtins.c | 32 ++++++++++++-------
test/CodeGen/builtins-x86.c | 1 -
test/CodeGen/sse2-builtins.c | 2 +-
14 files changed, 128 insertions(+), 152 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 fe31db84cc7 [DebugInfo] Fix typo "DWARG" in test comment (NFC)
new 3f3ea23d0f7 Remove CMake workaround for LLD PR24476 which is no longer needed
new 9ffe073e982 CodeGen: Add a dwo output file argument to addPassesToEmitF [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 8 -----
include/llvm/Target/TargetMachine.h | 8 +++--
lib/CodeGen/LLVMTargetMachine.cpp | 15 ++++++---
lib/CodeGen/ParallelCG.cpp | 2 +-
lib/LTO/LTOBackend.cpp | 5 +--
lib/LTO/ThinLTOCodeGenerator.cpp | 2 +-
lib/Target/TargetMachineC.cpp | 2 +-
test/CodeGen/X86/dwarf-headers.ll | 48 ++++++++++++++++-------------
test/CodeGen/X86/dwarf-split-line-1.ll | 7 +++--
test/CodeGen/X86/dwarf-split-line-2.ll | 7 +++--
tools/llc/llc.cpp | 22 ++++++++++++-
tools/llvm-exegesis/lib/Assembler.cpp | 4 +--
tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 2 +-
13 files changed, 79 insertions(+), 53 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 487e38f4cd [Clang Tablegen] Add llvm_unreachable() to getModifierName()
new 00947e546d Revert r332028; see PR37545 for details.
new d0ed64bcd5 CodeGen: Add a dwo output file argument to addPassesToEmitFi [...]
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/BackendUtil.cpp | 2 +-
lib/CodeGen/ItaniumCXXABI.cpp | 121 +++++++++++++++++++--------------------
test/CodeGenCXX/rtti-linkage.cpp | 56 +++++++-----------
3 files changed, 81 insertions(+), 98 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 60fd99da883 MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
new fe31db84cc7 [DebugInfo] Fix typo "DWARG" in test comment (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:
test/DebugInfo/X86/debug-info-producer-with-flags.ll | 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 lldb.
from 327df732d Fix PathMappingList for relative and empty paths after recent [...]
new 0cbc8c87a Enable Python API for OpenBSD.
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:
scripts/utilsOsType.py | 3 +++
1 file changed, 3 insertions(+)
--
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 6d4a6ff71 Revert "[CMake] Reland "Make simple source used for CMake che [...]
new cfc4a3e12 [libFuzzer] reinstate -dump_coverage, which is still in use ( [...]
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerFlags.def | 4 +++-
lib/fuzzer/FuzzerLoop.cpp | 2 ++
lib/fuzzer/FuzzerOptions.h | 1 +
lib/fuzzer/FuzzerTracePC.cpp | 9 +++++++++
lib/fuzzer/FuzzerTracePC.h | 1 +
test/fuzzer/dump_coverage.test | 21 +++++++++++++++++++++
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 test/fuzzer/dump_coverage.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 74157fc710d [DebugInfo] Use absolute addresses in location lists
new dbe392a333e AMDGPU: Update GCCBuiltin names for DS FP atomic intrinsics
new 60fd99da883 MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
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/IntrinsicsAMDGPU.td | 6 +-
include/llvm/MC/MCAsmBackend.h | 6 ++
include/llvm/MC/MCELFObjectWriter.h | 5 ++
lib/MC/ELFObjectWriter.cpp | 108 +++++++++++++++++++++++++++++++-----
lib/MC/MCAsmBackend.cpp | 10 ++++
test/MC/ELF/dwo-restrict-relocs.s | 10 ++++
test/MC/ELF/dwo-sections.s | 25 +++++++++
tools/llvm-mc/llvm-mc.cpp | 43 +++++++++-----
8 files changed, 182 insertions(+), 31 deletions(-)
create mode 100644 test/MC/ELF/dwo-restrict-relocs.s
create mode 100644 test/MC/ELF/dwo-sections.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 llvm.
from 09ac21d393d MC: Separate creating a generic object writer from creating [...]
new 577615c652f [X86] Add test cases for missed vector rotate matching due [...]
new 4ef1841f206 MC: Extract a derived class from ELFObjectWriter. NFCI.
new f452183fa90 [X86] Add test cases for D47012.
new 74157fc710d [DebugInfo] Use absolute addresses in location lists
The 4 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/DWARF/DWARFDebugLoc.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 4 +-
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 8 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 11 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 16 +-
lib/MC/ELFObjectWriter.cpp | 32 +-
test/CodeGen/X86/combine-rotates.ll | 114 +++++
test/CodeGen/X86/combine-select.ll | 134 +++++
test/CodeGen/X86/fma-scalar-combine.ll | 568 +++++++++++++++++++++
test/DebugInfo/X86/debug-loc-offset.ll | 4 +-
.../dsymutil/X86/basic-lto-dw4-linking-x86.test | 6 +-
test/tools/dsymutil/X86/basic-lto-linking-x86.test | 6 +-
12 files changed, 870 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/X86/combine-select.ll
create mode 100644 test/CodeGen/X86/fma-scalar-combine.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.