..
extensions
Simplified some code.
2021-01-12 17:04:27 -05:00
bash
Some fixed to a few libc wrapped functions so bash can run (a copy is in tests folder)
2022-07-15 10:20:45 +02:00
benchfloat
Added a test, and a float benchmark
2019-01-13 15:22:41 +01:00
benchfloat.c
Added a test, and a float benchmark
2019-01-13 15:22:41 +01:00
ref01.txt
Added a first automated test
2018-12-21 18:17:44 +01:00
ref02.txt
Preparing more tests
2018-12-21 20:25:35 +01:00
ref03.txt
Preparing more tests
2018-12-21 20:25:35 +01:00
ref04.txt
More instruction, with fixes. printf is working now, and so is test04
2018-12-22 16:15:26 +01:00
ref05.txt
Added a few more operation to test05
2019-01-13 14:47:03 +01:00
ref06.txt
Fixed a printf and execution bits of the tests
2018-12-28 19:21:22 +01:00
ref07.txt
Added test07
2018-12-27 19:46:10 +01:00
ref08.txt
Added a test, and a float benchmark
2019-01-13 15:22:41 +01:00
ref09.txt
Working on fork, with test.
2019-01-19 15:07:38 +01:00
ref10.txt
Added test number 10 (needs x86 library though)
2019-06-23 14:33:54 +02:00
ref11.txt
Fixed __thread test (test11 was outputing it's location)
2019-06-30 17:34:21 +02:00
ref12.txt
[DYNAREC] Fixed FIST(T)(P) on 16bit value
2019-11-04 09:43:47 +01:00
ref13.txt
Added a test for swapcontext and friends
2019-11-16 13:55:46 +01:00
ref14.txt
Improved handling of __pthread_register_cancel (and add a unit test about that)
2020-04-19 15:58:54 +02:00
ref15.txt
Added two linking tests
2021-05-23 20:29:01 +02:00
ref16.txt
Added two linking tests
2021-05-23 20:29:01 +02:00
ref17_o2.txt
More work on sse opcode and testing ([DYNAREC] too)
2023-01-29 18:39:30 +01:00
ref17.txt
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
ref18.txt
Added test about longjmp in singal handling
2021-08-05 07:49:57 +02:00
ref19.txt
Improve test19
2021-11-21 18:35:38 +01:00
ref20.txt
[DYNAREC] Fixed idiv optimisation, and added a new test about idiv opcode
2021-12-22 11:44:11 +01:00
ref21.txt
[ELFLOADER] Improved handling of dlopen local lib (helps Half-Life, Garry's Mod, and probably many other)
2023-08-26 16:26:30 +02:00
ref22.txt
Added AES-NI and PCLMULQDQ support
2023-10-29 12:25:02 +01:00
ref23.txt
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
ref24.txt
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
ref25.txt
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
ref26.txt
Fix rounding of some x87 instructions ( #951 )
2024-04-14 20:37:17 +02:00
roundtest.h
Fix rounding of some x87 instructions ( #951 )
2024-04-14 20:37:17 +02:00
test01
Added a first automated test
2018-12-21 18:17:44 +01:00
test01.c
Preparing more tests
2018-12-21 20:25:35 +01:00
test02
Preparing more tests
2018-12-21 20:25:35 +01:00
test02.c
Preparing more tests
2018-12-21 20:25:35 +01:00
test03
Preparing more tests
2018-12-21 20:25:35 +01:00
test03.c
Preparing more tests
2018-12-21 20:25:35 +01:00
test04
More instruction, with fixes. printf is working now, and so is test04
2018-12-22 16:15:26 +01:00
test04.c
Fixed a printf and execution bits of the tests
2018-12-28 19:21:22 +01:00
test05
Added a few more operation to test05
2019-01-13 14:47:03 +01:00
test05.c
Added a few more operation to test05
2019-01-13 14:47:03 +01:00
test06
Starting some threads
2018-12-24 18:24:43 +01:00
test06.c
Fixed a printf and execution bits of the tests
2018-12-28 19:21:22 +01:00
test07
Added test07
2018-12-27 19:46:10 +01:00
test07.c
Added test07
2018-12-27 19:46:10 +01:00
test08
Added a test, and a float benchmark
2019-01-13 15:22:41 +01:00
test08.c
Added a test, and a float benchmark
2019-01-13 15:22:41 +01:00
test09
Working on fork, with test.
2019-01-19 15:07:38 +01:00
test09.c
Working on fork, with test.
2019-01-19 15:07:38 +01:00
test10
Rebuilt test10 with g++ 5.5 (instead of 7.4), to lower requirement on x86 libstdc++/libgcc_s
2019-06-23 14:50:39 +02:00
test10.cpp
Added test number 10 (needs x86 library though)
2019-06-23 14:33:54 +02:00
test11
Improved test11 a bit (for #604 )
2022-10-12 21:37:29 +02:00
test11.c
Improved test11 a bit (for #604 )
2022-10-12 21:37:29 +02:00
test12
[DYNAREC] Fixed FIST(T)(P) on 16bit value
2019-11-04 09:43:47 +01:00
test12.c
[DYNAREC] Fixed FIST(T)(P) on 16bit value
2019-11-04 09:43:47 +01:00
test13
Added a test for swapcontext and friends
2019-11-16 13:55:46 +01:00
test13.c
Added a test for swapcontext and friends
2019-11-16 13:55:46 +01:00
test14
Improved handling of __pthread_register_cancel (and add a unit test about that)
2020-04-19 15:58:54 +02:00
test14.c
Improved handling of __pthread_register_cancel (and add a unit test about that)
2020-04-19 15:58:54 +02:00
test15
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
test15_dv1.so
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
test15_v1.so
Added two linking tests
2021-05-23 20:29:01 +02:00
test15_v2.so
Added two linking tests
2021-05-23 20:29:01 +02:00
test15_version.map
Added two linking tests
2021-05-23 20:29:01 +02:00
test15.c
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
test16
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
test16_dv1.so
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
test16_v1.so
Added two linking tests
2021-05-23 20:29:01 +02:00
test16_v2.so
Added two linking tests
2021-05-23 20:29:01 +02:00
test16_version.map
Added two linking tests
2021-05-23 20:29:01 +02:00
test16.c
Fixed rpaths for tests 15 and 16
2021-05-23 21:20:11 +02:00
test17
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test17_o2
More work on sse opcode and testing ([DYNAREC] too)
2023-01-29 18:39:30 +01:00
test17.c
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test18
Added test about longjmp in singal handling
2021-08-05 07:49:57 +02:00
test18.c
Added test about longjmp in singal handling
2021-08-05 07:49:57 +02:00
test19
Improve test19
2021-11-21 18:35:38 +01:00
test19.c
Improve test19
2021-11-21 18:35:38 +01:00
test20
[DYNAREC] Fixed idiv optimisation, and added a new test about idiv opcode
2021-12-22 11:44:11 +01:00
test20.c
[DYNAREC] Fixed idiv optimisation, and added a new test about idiv opcode
2021-12-22 11:44:11 +01:00
test21
[ELFLOADER] Improved handling of dlopen local lib (helps Half-Life, Garry's Mod, and probably many other)
2023-08-26 16:26:30 +02:00
test21_v1.so
[ELFLOADER] Improved handling of dlopen local lib (helps Half-Life, Garry's Mod, and probably many other)
2023-08-26 16:26:30 +02:00
test21_v2.so
[ELFLOADER] Improved handling of dlopen local lib (helps Half-Life, Garry's Mod, and probably many other)
2023-08-26 16:26:30 +02:00
test21.c
[ELFLOADER] Improved handling of dlopen local lib (helps Half-Life, Garry's Mod, and probably many other)
2023-08-26 16:26:30 +02:00
test22
Added AES-NI and PCLMULQDQ support
2023-10-29 12:25:02 +01:00
test22.c
Added AES-NI and PCLMULQDQ support
2023-10-29 12:25:02 +01:00
test23
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test23.c
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test24
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test24.c
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test25
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test25.c
Added SSE4.1 and SSE4.2 spport (backported from box64)
2023-11-07 18:06:11 +01:00
test26
Fix rounding of some x87 instructions ( #951 )
2024-04-14 20:37:17 +02:00
test26.c
Fix rounding of some x87 instructions ( #951 )
2024-04-14 20:37:17 +02:00