This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6d544751efe Fix a mistake in rL351392.
new 19ea6650b4c [WebAssembly] Parse llvm.ident into producers section
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/BinaryFormat/Wasm.h | 6 +++
include/llvm/Object/Wasm.h | 4 +-
include/llvm/ObjectYAML/WasmYAML.h | 23 +++++++++++
lib/MC/WasmObjectWriter.cpp | 47 ++++++++++++++--------
lib/Object/WasmObjectFile.cpp | 45 +++++++++++++++++++++
lib/ObjectYAML/WasmYAML.cpp | 18 +++++++++
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 30 ++++++++++++++
test/CodeGen/WebAssembly/custom-sections.ll | 13 ++++++
test/MC/WebAssembly/custom-sections.ll | 9 +++++
test/MC/WebAssembly/debug-info.ll | 6 +++
test/ObjectYAML/wasm/producers_section.yaml | 29 +++++++++++++
test/ObjectYAML/wasm/producers_section_repeat.yaml | 14 +++++++
tools/obj2yaml/wasm2yaml.cpp | 23 +++++++++++
tools/yaml2obj/yaml2wasm.cpp | 27 +++++++++++++
14 files changed, 276 insertions(+), 18 deletions(-)
create mode 100644 test/ObjectYAML/wasm/producers_section.yaml
create mode 100644 test/ObjectYAML/wasm/producers_section_repeat.yaml
--
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 34b376a89 compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on mac
new 719e1b507 Fix sanitizer tool list used to generate sanitizer_common tes [...]
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/sanitizer_common/CMakeLists.txt | 56 +++++++++++++++++-----
.../TestCases/Darwin/abort_on_error.cc | 12 ++++-
.../TestCases/Darwin/print-stack-trace.cc | 3 ++
.../TestCases/Posix/dedup_token_length_test.cc | 3 ++
.../Posix/sanitizer_set_death_callback_test.cc | 2 +
test/sanitizer_common/TestCases/symbolize_stack.cc | 3 ++
6 files changed, 65 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 release_80
in repository lld.
from 29304b506 Creating release_80 branch off revision 351319
new 8700876d9 Merging r351396: -------------------------------------------- [...]
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/Arch/X86_64.cpp | 41 ++++++++++++++-----
test/ELF/tls-opt-x86_64-noplt.s | 88 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 119 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/tls-opt-x86_64-noplt.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 lld.
from 6cda2e3a3 [ELF][X86_64] Fix corrupted LD -> LE optimization for TLS wit [...]
new 742f48c94 [WebAssembly] Merge producers section
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:
wasm/InputFiles.cpp | 2 ++
wasm/InputFiles.h | 3 ++-
wasm/Writer.cpp | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 50 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 c657e7f5f25 [AsmPrinter] Collapse .loc 0 0 directives
new 6d544751efe Fix a mistake in rL351392.
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/IPO/PassManagerBuilder.cpp | 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 lld.
from b9afc8bb1 [ELF][AArch64] Add R_AARCH64_PLT_PAGE_PC to isRelExpr
new 6cda2e3a3 [ELF][X86_64] Fix corrupted LD -> LE optimization for TLS wit [...]
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/Arch/X86_64.cpp | 41 ++++++++++++++-----
test/ELF/tls-opt-x86_64-noplt.s | 88 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 119 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/tls-opt-x86_64-noplt.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 97550e879a4 [X86] Remove GCCBuiltin from deprecated gather builtins in [...]
new 22cdd42712f [PGO] Make pgo related options in opt more consistent.
new c657e7f5f25 [AsmPrinter] Collapse .loc 0 0 directives
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/AsmPrinter/DwarfDebug.cpp | 2 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 21 +----
test/DebugInfo/MIR/X86/debug-loc-0.mir | 104 +++++++++++++++++++++
test/Other/new-pm-pgo.ll | 10 +-
test/Transforms/PGOProfile/preinline.ll | 4 +-
test/Transforms/SampleProfile/function_metadata.ll | 4 +-
tools/opt/NewPMDriver.cpp | 15 +--
tools/opt/NewPMDriver.h | 6 ++
tools/opt/opt.cpp | 28 ++++++
9 files changed, 154 insertions(+), 40 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/debug-loc-0.mir
--
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 c615807188 Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows [...]
new 83ea787ada [analyzer] [NFC] Yet another minor cleanup of RetainCountChecker
new a7fd64ae21 [analyzer] Another RetainCountChecker cleanup
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:
.../RetainCountChecker/RetainCountChecker.cpp | 124 +++++++++------------
.../RetainCountChecker/RetainCountChecker.h | 5 -
test/Analysis/osobject-retain-release.cpp | 7 ++
3 files changed, 58 insertions(+), 78 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 78609a92514 syscall: mark C syscall functions noescape
new 93478c9fa2c Fix failing filesystem tests on mingw targets
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:
libstdc++-v3/ChangeLog | 44 ++++++++++++++++++++++
libstdc++-v3/config/abi/pre/gnu.ver | 22 ++++++++---
libstdc++-v3/src/c++17/fs_ops.cc | 5 ++-
libstdc++-v3/src/filesystem/ops.cc | 5 ++-
.../27_io/filesystem/operations/canonical.cc | 27 ++++++++-----
.../testsuite/27_io/filesystem/operations/copy.cc | 5 +++
.../filesystem/operations/create_directories.cc | 2 +
.../27_io/filesystem/operations/exists.cc | 5 +++
.../27_io/filesystem/operations/is_empty.cc | 5 +++
.../27_io/filesystem/operations/permissions.cc | 1 +
.../27_io/filesystem/operations/remove.cc | 8 ++++
.../27_io/filesystem/operations/remove_all.cc | 4 ++
.../27_io/filesystem/operations/status.cc | 5 +++
.../filesystem/operations/weakly_canonical.cc | 37 ++++++++++++++++--
.../filesystem/operations/canonical.cc | 10 +++--
.../experimental/filesystem/operations/copy.cc | 5 +++
.../filesystem/operations/create_directories.cc | 2 +
.../experimental/filesystem/operations/exists.cc | 5 +++
.../experimental/filesystem/operations/is_empty.cc | 5 +++
.../filesystem/operations/permissions.cc | 1 +
.../experimental/filesystem/operations/remove.cc | 9 +++++
.../filesystem/operations/remove_all.cc | 4 ++
.../experimental/filesystem/operations/space.cc | 17 ++++++---
23 files changed, 202 insertions(+), 31 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 88d126e6e1 [X86] Add versions of the avx512 gather intrinsics that take [...]
new c615807188 Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows [...]
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 | 4 +++
lib/CodeGen/CGBuiltin.cpp | 11 +++++-
lib/Headers/immintrin.h | 3 +-
lib/Headers/intrin.h | 9 -----
lib/Headers/xsaveintrin.h | 19 ++++++++++
test/CodeGen/builtins-x86.c | 2 ++
test/CodeGen/x86_32-xsave.c | 54 ++++++++++++++++++++++++++--
test/CodeGen/x86_64-xsave.c | 72 +++++++++++++++++++++++++++++++++++--
test/Headers/ms-intrin.cpp | 2 ++
9 files changed, 160 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.