History log of /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# ba8279b1 03-Mar-2024 gkoehler <gkoehler@openbsd.org>

For macppc, add missing CFI for cr2, cr3, cr4

clang -S was missing a line like ".cfi_offset cr2, -16" in functions
that spill cr2 (or cr3, cr4) to the stack. This was breaking a few
C++ exceptions.

For macppc, add missing CFI for cr2, cr3, cr4

clang -S was missing a line like ".cfi_offset cr2, -16" in functions
that spill cr2 (or cr3, cr4) to the stack. This was breaking a few
C++ exceptions. This fix adds the missing CFI.

This will fix the C++ exception that was crashing egdb from
ports/devel/gdb when you did "q to quit" in the pager.

ok kettenis@ tobhe@

show more ...


# a96b3639 11-Nov-2023 robert <robert@openbsd.org>

merge llvm-16.0.6


# a0747c9f 17-Dec-2021 patrick <patrick@openbsd.org>

Merge LLVM 13.0.0.


# adae0cfd 28-Apr-2021 patrick <patrick@openbsd.org>

Merge LLVM 11.1.0.


# e836804d 12-Oct-2020 mortimer <mortimer@openbsd.org>

Add RETGUARD implementation for powerpc and powerpc64.

ok deraadt@ kettenis@


# 09467b48 03-Aug-2020 patrick <patrick@openbsd.org>

Import LLVM 10.0.0 release including clang, lld and lldb.

ok hackroom
tested by plenty