index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
la64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LA64_DYNAREC] Add SSSE3's mmx ops. (#2559)
phorcys
2025-04-22
1
-0
/
+162
*
[RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)
Yang Liu
2025-04-21
1
-0
/
+1
*
[LA64_DYNAREC]Add/opt more SSE/MMX ops (#2543)
phorcys
2025-04-18
2
-24
/
+60
*
[LA64_DYNAREC] Add SSE1/SSE2's cvt mmx ops. (#2538)
phorcys
2025-04-17
2
-0
/
+166
*
[LA64_DYNAREC] Add mmx pack/unpack ops. (#2536)
phorcys
2025-04-16
1
-9
/
+83
*
[LA64_DYNAREC] Add mmx cmp ops. (#2533)
phorcys
2025-04-15
1
-0
/
+41
*
[LA64_DYNAREC] Add mmx arith ops. (#2530)
phorcys
2025-04-14
1
-0
/
+71
*
[LA64_DYNAREC] Add mmx shift ops. (#2529)
phorcys
2025-04-14
1
-0
/
+148
*
[WOW64] More tweaks for PE build (#2528)
Yang Liu
2025-04-14
1
-2
/
+4
*
[LA64_DYNAREC] Optimize sse_setround (#2527)
phorcys
2025-04-14
1
-10
/
+3
*
[LA64_DYNAREC] Add mmx related mov op (#2526)
phorcys
2025-04-14
4
-15
/
+102
*
[LA64_DYNAREC] Update la64 mmx infra. (#2524)
phorcys
2025-04-12
4
-55
/
+846
*
[WOW64] Splitted freq and cleanup functions from x64emu (#2521)
Yang Liu
2025-04-11
1
-1
/
+1
*
[WOW64] More tweaks towards PE build (#2519)
Yang Liu
2025-04-10
1
-1
/
+1
*
[WOW64] More work on the PE wow64 build (#2518)
Yang Liu
2025-04-10
1
-0
/
+1
*
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...
ptitSeb
2025-04-09
1
-0
/
+4
*
[LA64_DYNAREC] Optimize la64 MAXPD/MAXPS. (#2499)
phorcys
2025-04-03
2
-8
/
+4
*
Decoupled alternate functions from bridge (#2500)
Yang Liu
2025-04-03
1
-0
/
+1
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
17
-23
/
+7
*
[LA64_DYNAREC] Add more sse ops (#2493)
phorcys
2025-04-03
4
-32
/
+283
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
18
-36
/
+18
*
[LA64_DYNAREC] Fix f0.80.1 LOCK OR, LoongArch ANDI is zero-extended. (#2489)
phorcys
2025-04-01
1
-1
/
+2
*
Some cosmetic changes to C header files (#2487)
Yang Liu
2025-04-01
1
-1
/
+1
*
[LA64] Fixed la64_lock_cas_[h/b]_slow helper (rarely used)
ptitSeb
2025-03-30
1
-2
/
+2
*
[LA64_DYNAREC] Added more MMX opcodes (#2479)
Yang Liu
2025-03-28
1
-70
/
+233
*
[LA64_DYNAREC] Added more MMX opcodes (#2477)
Yang Liu
2025-03-28
4
-0
/
+125
*
[LA64_DYNAREC] Added preliminary MMX support (#2476)
Yang Liu
2025-03-28
6
-45
/
+200
*
[LA64_DYNAREC] Added more opcodes (#2475)
Yang Liu
2025-03-28
1
-26
/
+76
*
[LA64_DYNAREC] Added more opcodes (#2473)
Yang Liu
2025-03-27
1
-0
/
+71
*
[LA64_DYNAREC] Added more opcodes (#2472)
Yang Liu
2025-03-27
1
-0
/
+30
*
[RV64_DYNAREC] Fixed many minor issues (#2451)
Yang Liu
2025-03-19
2
-23
/
+22
*
[DYNAREC] Fixed minor issues for F0 0F B0/B1 LOCK CMPXCHG opcodes (#2448)
Yang Liu
2025-03-19
1
-10
/
+8
*
[RCFILE] Added range gdbjit support (#2414)
Yang Liu
2025-03-03
1
-1
/
+1
*
[RCFILE] Added support for perfile dynarec dump (#2393)
Yang Liu
2025-02-19
3
-15
/
+16
*
[DYNAREC] Minor optimizations to SHL/SHR Ed, CL fastpath (#2392)
Yang Liu
2025-02-19
2
-6
/
+10
*
[RV64_DYNAREC] Fixed a regression introduced recently ([LA64_DYNAREC] too) (#...
Yang Liu
2025-02-18
1
-2
/
+2
*
[RV64_DYNAREC] Small changes to SET_DFNONE to make it safer ([LA64_DYNAREC] t...
Yang Liu
2025-02-18
2
-6
/
+8
*
[INTERP] Added more nops ([DYNAREC] too) (#2378)
Yang Liu
2025-02-17
1
-0
/
+1
*
[INTERP] Added more nops ([DYNAREC] too) (#2377)
Yang Liu
2025-02-17
1
-0
/
+14
*
[INTERP] Added 0F 19 NOP opcode ([DYNAREC] too) (#2376)
Yang Liu
2025-02-17
1
-0
/
+1
*
[INTERP] Added 66 0F 19 NOP opcode ([DYNAREC] too) (#2375)
Yang Liu
2025-02-17
1
-1
/
+2
*
[LA64_DYNAREC] Added more opcodes (#2374)
Yang Liu
2025-02-17
3
-8
/
+96
*
[DYNAREC] Print decoded instruction mnemonics for missing opcodes if trace en...
Yang Liu
2025-02-17
1
-15
/
+16
*
[LA64_DYNAREC] Minor optims and fixes to some opcodes (#2371)
Yang Liu
2025-02-17
5
-28
/
+127
*
[LA64_DYNAREC] Added more SSE4 opcodes (#2370)
Yang Liu
2025-02-17
1
-0
/
+29
*
[LA64_DYNAREC] Added more opcodes (#2366)
Yang Liu
2025-02-17
9
-13
/
+329
*
[LA64_DYNAREC] Added F3 0F 52 RSQRTSS opcode (#2343)
Yang Liu
2025-02-11
1
-0
/
+13
*
[LA64_DYNAREC] Added F2 0F 7D HSUBPS opcode (#2341)
Yang Liu
2025-02-11
1
-0
/
+11
*
[LA64_DYNAREC] Added preliminary optimization for REP MOVSB (#2340)
Yang Liu
2025-02-10
2
-0
/
+28
*
[LA64_DYNAREC] Added more opcodes (#2339)
Yang Liu
2025-02-10
5
-0
/
+201
[next]