[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)

2025-10-17 Thread Jade Marker via cfe-commits
Jade-Marker wrote: It doesn't matter too much atm, but I'm sure that info will be useful to me at some point. So thanks!! :) https://github.com/llvm/llvm-project/pull/152942 ___ cfe-commits mailing list [email protected] https://lists.llvm.or

[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)

2025-09-23 Thread Jade Marker via cfe-commits
https://github.com/Jade-Marker updated https://github.com/llvm/llvm-project/pull/152942 >From 0f460186012b377067d9e6ac58a2446453f5817b Mon Sep 17 00:00:00 2001 From: Jade Marker <[email protected]> Date: Sun, 10 Aug 2025 22:47:14 +0100 Subject: [PATCH 1/3] Update libu

[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)

2025-09-23 Thread Jade Marker via cfe-commits
@@ -1082,11 +1083,13 @@ DEFINE_LIBUNWIND_FUNCTION(_ZN9libunwind21Registers_mips_newabi6jumptoEv) ld$2, (8 * 2)($4) ld$3, (8 * 3)($4) // skip a0 for now - .irp i,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 + .irp i,5,6,7,8,9,10,11,1

[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)

2025-08-11 Thread Jade Marker via cfe-commits
https://github.com/Jade-Marker commented: This new comment is much clearer than what I originally wrote!! https://github.com/llvm/llvm-project/pull/152942 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/li

[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)

2025-08-11 Thread Jade Marker via cfe-commits
Jade-Marker wrote: It is for the PS1, yes. I haven't tried that patch, however looking over it it doesn't seem to edit the libunwind function in UnwindRegistersRestore.S. Is the assembly in this file handled via code generation? Or is the code gen mentioned in that patch unrelated to libunwind

[libunwind] [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (PR #152942)

2025-08-10 Thread Jade Marker via cfe-commits
https://github.com/Jade-Marker created https://github.com/llvm/llvm-project/pull/152942 Fix #152922 Note: I'm unsure if this is necessary on mips64, I've added it for good measure though >From 0f460186012b377067d9e6ac58a2446453f5817b Mon Sep 17 00:00:00 2001 From: Jade Marker <57526179+jade-m