This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 47a3100a1 [llvm-pdbutil] Dump first section contribution for each module.
new 43211aab4 llvm-pdbutil: Fix an off-by-one error.
new 0f6a46db1 COFF: Merge .idata, .didat and .edata into .rdata by default.
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:
COFF/Driver.cpp | 6 ++++++
test/COFF/arm64-relocs-imports.test | 4 ++--
test/COFF/delayimports-armnt.yaml | 14 +++++++-------
test/COFF/delayimports.test | 12 ++++++------
test/COFF/delayimports32.test | 6 +++---
test/COFF/export-armnt.yaml | 2 +-
test/COFF/hello32.test | 8 ++++----
test/COFF/imports.test | 14 +++++++-------
test/COFF/pdb-publics-import.test | 4 ++--
test/COFF/pdb.test | 2 +-
test/COFF/symtab.test | 4 ++--
11 files changed, 41 insertions(+), 35 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 binutils-gdb.
from bedda9aced Conditionally drop the discriminant field in quirk_rust_enum
new 3f0a5f17d7 [MicroBlaze] PIC data text relative
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:
bfd/ChangeLog | 17 +++++++
bfd/bfd-in2.h | 10 +++++
bfd/elf32-microblaze.c | 110 ++++++++++++++++++++++++++++++++++++++++-----
bfd/libbfd.h | 2 +
bfd/reloc.c | 12 +++++
gas/ChangeLog | 19 ++++++++
gas/config/tc-microblaze.c | 45 +++++++++++++++----
include/ChangeLog | 9 ++++
include/bfdlink.h | 3 ++
include/elf/microblaze.h | 4 +-
ld/ChangeLog | 13 ++++++
ld/ld.texinfo | 5 +++
ld/ldlex.h | 1 +
ld/ldmain.c | 14 +++---
ld/lexsup.c | 8 ++++
15 files changed, 246 insertions(+), 26 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 a2e2ee7c48b PR testsuite/85326 * g++.dg/other/pr81422.C: Require effe [...]
new 269483bb5b8 PR rtl-optimization/85431 * dse.c (record_store): Ignore [...]
new a7210cc8bc8 RISC-V: Fix 32-bit stack pointer alignment problem.
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:
gcc/ChangeLog | 10 ++++++++++
gcc/config/riscv/riscv.c | 8 +++++---
gcc/dse.c | 3 +++
3 files changed, 18 insertions(+), 3 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 51d5ef9dba4 [WebAssembly] Add an assertion for an invalid CFG
new e103a56c469 [XRay] Typed event logging intrinsic
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/CodeGen/AsmPrinter.h | 4 +-
include/llvm/CodeGen/FastISel.h | 1 +
include/llvm/CodeGen/TargetLowering.h | 5 +
include/llvm/IR/Intrinsics.td | 4 +
include/llvm/Support/TargetOpcodes.def | 8 +-
include/llvm/Target/Target.td | 10 +
lib/CodeGen/SelectionDAG/FastISel.cpp | 22 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 35 +
lib/CodeGen/TargetLoweringBase.cpp | 15 +
lib/Target/X86/X86AsmPrinter.h | 2 +
lib/Target/X86/X86ISelLowering.cpp | 3 +
lib/Target/X86/X86MCInstLower.cpp | 1259 ++++++++++++++------
test/CodeGen/X86/xray-custom-log.ll | 4 +-
...{xray-custom-log.ll => xray-typed-event-log.ll} | 31 +-
14 files changed, 1034 insertions(+), 369 deletions(-)
copy test/CodeGen/X86/{xray-custom-log.ll => xray-typed-event-log.ll} (55%)
--
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 9317818c5b [Driver] Use the per-API level Android library directories.
new 07bff7a364 [XRay] Add clang builtin for xray typed events.
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/Builtins.def | 1 +
include/clang/Basic/LangOptions.def | 4 ++-
include/clang/Basic/XRayInstr.h | 4 ++-
include/clang/Driver/Options.td | 6 ++++
include/clang/Driver/XRayArgs.h | 1 +
include/clang/Frontend/CodeGenOptions.def | 3 ++
lib/Basic/XRayInstr.cpp | 1 +
lib/CodeGen/CGBuiltin.cpp | 38 ++++++++++++++++++++++
lib/CodeGen/CodeGenFunction.cpp | 9 ++++-
lib/CodeGen/CodeGenFunction.h | 4 +++
lib/Driver/XRayArgs.cpp | 7 ++++
lib/Frontend/CompilerInvocation.cpp | 7 ++++
...omevent.cpp => xray-always-emit-typedevent.cpp} | 6 ++--
test/CodeGen/xray-instrumentation-bundles.cpp | 35 +++++++++++++++-----
test/CodeGen/xray-typedevent.cpp | 34 +++++++++++++++++++
15 files changed, 146 insertions(+), 14 deletions(-)
copy test/CodeGen/{xray-always-emit-customevent.cpp => xray-always-emit-typedevent [...]
create mode 100644 test/CodeGen/xray-typedevent.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 compiler-rt.
from 34e99c901 [sanitizer] Remove low-hanging-fruit dead code
new 787481537 Implement trampoline and handler for typed xray event tracing.
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/xray/xray_interface.h | 14 ++++++++-
lib/xray/xray_fdr_log_records.h | 1 +
lib/xray/xray_fdr_logging.cc | 58 +++++++++++++++++++++++++++++++++++++
lib/xray/xray_fdr_logging_impl.h | 20 +++++++++++++
lib/xray/xray_inmemory_log.cc | 1 +
lib/xray/xray_interface.cc | 59 ++++++++++++++++++++++++++++++++++----
lib/xray/xray_interface_internal.h | 10 ++++---
lib/xray/xray_trampoline_x86_64.S | 25 ++++++++++++++++
lib/xray/xray_x86_64.cc | 32 ++++++++++++++++++++-
9 files changed, 208 insertions(+), 12 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 3e79068e735 Rename sys::Process::GetArgumentVector -> sys::windows::Get [...]
new 51d5ef9dba4 [WebAssembly] Add an assertion for an invalid CFG
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/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 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 llvm.
from 7f57949cd0d [WebAssembly] Teach fast-isel to gracefully recover from il [...]
new 3e79068e735 Rename sys::Process::GetArgumentVector -> sys::windows::Get [...]
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/Support/InitLLVM.h | 2 +-
include/llvm/Support/Process.h | 8 ------
lib/Support/InitLLVM.cpp | 12 ++++++---
lib/Support/Unix/Process.inc | 9 -------
lib/Support/Windows/Process.inc | 52 +++++++++++++++++-------------------
lib/Support/Windows/WindowsSupport.h | 6 +++++
6 files changed, 40 insertions(+), 49 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 8995c860d67 [llvm-pdbutil] Dump first section contribution for each module.
new 7f57949cd0d [WebAssembly] Teach fast-isel to gracefully recover from il [...]
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/Target/WebAssembly/WebAssemblyFastISel.cpp | 8 ++++++--
test/CodeGen/WebAssembly/fast-isel-i24.ll | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/fast-isel-i24.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 release_60
in repository llvm.
from 0b57b47378e Merging r322373:
new f1b37feef3d Merging r329761:
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/Target/AArch64/AArch64FalkorHWPFFix.cpp | 18 ++++++++++++++++++
test/CodeGen/AArch64/falkor-hwpf-fix.mir | 25 +++++++++++++++++++++++++
2 files changed, 43 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.