History log of /openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp
Revision Date Author Comments
# 1.2 18-Oct-2020 gkoehler

Use all 64 bits of the RETGUARD cookie on powerpc64

Change the 64-bit target to use "ld" (load 64-bit doubleword) for the
cookie. The 32-bit target stays with "lwz" (load 32-bit word).

ok mortimer@


# 1.1 12-Oct-2020 mortimer

Add RETGUARD implementation for powerpc and powerpc64.

ok deraadt@ kettenis@