forked from notaz/pcsx_rearmed
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git subrepo pull --force --remote=https://git.savannah.gnu.org/git/li…
…ghtning.git --branch=master --update deps/lightning subrepo: subdir: "deps/lightning" merged: "808fdde9e8" upstream: origin: "https://git.savannah.gnu.org/git/lightning.git" branch: "master" commit: "808fdde9e8" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "110b9eb"
- Loading branch information
Showing
65 changed files
with
15,012 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "gnulib"] | ||
path = gnulib | ||
url = git://git.sv.gnu.org/gnulib.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,40 @@ | ||
2024-01-24 Paulo Andrade <[email protected]> | ||
|
||
* check/Makefile.am: Add new ldstxbar test. | ||
* check/all.tst: Add simple code to disassemble new codes. | ||
* check/lightning.c: Add logic to call the new codes. | ||
* doc/body.texi: Document the new codes and remove note about | ||
only an immediate displacement argument supported. | ||
* include/lightning.h.in: Add the new {ld,st}x{b,a}r_* codes. | ||
* lib/jit_names.c: Add debug string for the new codes. | ||
* lib/lightning.c: Implement fallbacks for the new codes. | ||
* lib/jit_aarch64-sz.c, lib/jit_aarch64.c, lib/jit_alpha.c, | ||
lib/jit_arm-sz.c, lib/jit_arm.c, lib/jit_hppa.c, lib/jit_ia64.c, | ||
lib/jit_loongarch-sz.c, lib/jit_loongarch.c, lib/jit_mips-sz.c, | ||
lib/jit_mips.c, lib/jit_ppc-sz.c, lib/jit_ppc.c, lib/jit_riscv-sz.c, | ||
lib/jit_riscv.c, lib/jit_s390.c, lib/jit_sparc-sz.c, lib/jit_sparc.c, | ||
lib/jit_x86-sz.c, lib/jit_x86.c: Implement the new increment load | ||
and store codes with a register displacement. | ||
|
||
2023-12-22 Paulo Andrade <[email protected]> | ||
|
||
* check/Makefile.am: Add new ldstxbai test. | ||
* check/all.tst: Add simple code to disassemble new codes. | ||
* check/lightning.c: Add logic to call the new codes. | ||
* doc/body.texi: Document the new codes. | ||
* include/lightning.h.in: Add the new {ld,st}x{b,a}i_* codes. | ||
* include/lightning/jit_private.h: Add jit_cc_a1_dep to tell | ||
the instruction has argument one used as input and output. | ||
* lib/lightning.c: Implement fallbacks for the new codes. | ||
* lib/jit_names.c: Add debug string for the new codes. | ||
* lib/jit_aarch64-sz.c, lib/jit_aarch64.c, lib/jit_alpha.c, | ||
lib/jit_arm-sz.c, lib/jit_arm.c, lib/jit_hppa.c, lib/jit_ia64.c, | ||
lib/jit_loongarch-sz.c, lib/jit_loongarch.c, lib/jit_mips-sz.c, | ||
lib/jit_mips.c, lib/jit_ppc-sz.c, lib/jit_ppc.c, lib/jit_riscv-sz.c, | ||
lib/jit_riscv.c, lib/jit_s390.c, lib/jit_sparc-sz.c, lib/jit_sparc.c, | ||
lib/jit_x86-sz.c, lib/jit_x86.c: Implement the new increment load | ||
and store codes. | ||
|
||
2023-08-21 Paulo Andrade <[email protected]> | ||
|
||
* check/Makefile.am, check/lightning.c: Add new hmul tests. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
|
||
o Use PC relative load/store in aarch64 | ||
o Check post-index in real arm hardware |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.