mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
9f79743096
Fix subrepos due to squashing history git subrepo pull (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "81d07d4e" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "807c6fe7" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "5d6aba9" git subrepo pull (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "5084f032" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "e56284be" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo commit (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "a349e172" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "e077ae7b" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo commit (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "f8db9295" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "85195183" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo commit (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "11267e7c" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "f7121d08" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo pull (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "57c58dbf" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "6c9d6551" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo commit (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "eddfccd0" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "452f23f0" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo commit (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "342c892e" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "72881247" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2" git subrepo pull (merge) deps/lightrec subrepo: subdir: "deps/lightrec" merged: "3e1cf147" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "a6ac0156" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2"
29 lines
891 B
Plaintext
29 lines
891 B
Plaintext
* Validate that divrem in jit_x86-cpu.c is not modifying
|
|
the non result arguments. This is not verified by clobber.tst,
|
|
as it only checks registers not involved in the operation
|
|
(because it does not know about values being set as input
|
|
for the the operation).
|
|
|
|
* Write a simple higher level language implementation generating
|
|
jit with lightning, that could be some lisp or C like language.
|
|
|
|
* rerun ./configure --enable-devel-get-jit-size and regenerate
|
|
the related jit_$arch-sz.c for the ports where nodata is
|
|
meaningful:
|
|
hppa (done)
|
|
i586 (done)
|
|
ia64
|
|
mips o32 (done)
|
|
mips n32
|
|
mips n64
|
|
powerpc 32 (done)
|
|
powerpc 64 (done)
|
|
ppc
|
|
s390x (done)
|
|
sparc (done)
|
|
x86_64 (done)
|
|
Missing ones are due to no longer (remote) access to such hosts
|
|
and may be broken with jit_set_data(..., JIT_DISABLE_DATA).
|
|
(ia64 hp-ux or linx), (irix mips for 32 or 64 abi), and
|
|
(darwin ppc).
|