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
/
LLVMprivateGenerator
/
registered_structs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
[RV64_DYNAREC] Optimize MOV64 emitter (#572)
Yang Liu
4
-41
/
+49
2023-03-16
[RV64_DYNAREC] Added F3 0F 1E NOP opcode (#570)
Yang Liu
4
-4
/
+77
2023-03-15
[RV64_PRINTER] Added C2/RETN and C3/RET opocde, along with fixes to jmp_to_next
ptitSeb
3
-15
/
+151
2023-03-15
[RV64_DYNAREC] A few more fixes to the printer
ptitSeb
1
-1
/
+3
2023-03-15
[RV64_DYNAREC] Update rv64_printer with new reg allocation
ptitSeb
1
-2
/
+2
2023-03-15
[RV64_DYNAREC] Added CC (and NativeCall) opcode, and shuffle around some xFla...
ptitSeb
6
-24
/
+84
2023-03-15
[RV64_DYNAREC] Implemented a solutionfor the problematic F_OF flag (use F_OF2...
ptitSeb
6
-6
/
+68
2023-03-15
[RV64_DYNAREC] Added E8 CALL opcode, and fixed some issue with many macros
ptitSeb
6
-19
/
+329
2023-03-15
[RV64_DYNAREC] Added 80 /7 CMP opcode (#567)
Yang Liu
4
-11
/
+120
2023-03-15
[RV64_DYNAREC] Added C6 MOV opcode (#566)
Yang Liu
1
-0
/
+39
2023-03-15
[RV64_DYNAREC] Added 39 CMP opcode and some fixes (#565)
Yang Liu
4
-55
/
+119
2023-03-14
Added 66 0F 38 29 PCMPEQQ opcde ([ARM64_DYNAREC] too) (for #558)
ptitSeb
2
-0
/
+16
2023-03-14
[RV64_DYNAREC] Added {81,83} /0 ADD opcode (#564)
xctan
4
-1
/
+110
2023-03-14
[RV64_DYNAREC] Added 85 TEST opcode (#563)
Yang Liu
4
-3
/
+64
2023-03-14
[RV64_DYNAREC] Added C1 /7 SAR opcode (#559)
xctan
5
-5
/
+108
2023-03-14
[RV64_DYNAREC] Small optimization for 31 XOR opcode (#561)
Yang Liu
1
-6
/
+11
2023-03-14
[RV64_DYNAREC] Added 31 XOR opcode (#560)
Yang Liu
5
-19
/
+89
2023-03-13
[ARM64_DYNAREC] Small optim when putting 0 in a memory location
ptitSeb
1
-6
/
+14
2023-03-13
[ARM64_DYNAREC] Use STUR/LDUR when possible, plus some other small improvments
ptitSeb
22
-463
/
+590
2023-03-13
[ARM64_DYNAREC] Optimised double push/pop with stp/ldp opcode
ptitSeb
3
-11
/
+70
2023-03-13
[ARM64_DYNAREC] Removed child leftover, it's not implemented anymore
ptitSeb
4
-26
/
+0
2023-03-13
[RV64_DYNAREC] Removed child leftover, it's not implemented anymore
ptitSeb
4
-19
/
+0
2023-03-13
[RV64_DYNAREC] Some small optim to geted
ptitSeb
1
-11
/
+34
2023-03-13
[RV64_DYNAREC] Fixed scratch register conflict for SUB (#556)
Yang Liu
3
-3
/
+6
2023-03-13
[RV64_DYNAREC] Added 1 more scratch register (it was already saved/restored)
ptitSeb
1
-0
/
+1
2023-03-13
[RV64_DYNAREC] Fixed rv64_epilog_fast, but it's not used for now
ptitSeb
1
-6
/
+13
2023-03-13
[RV64_DYNAREC] Added 8B MOV opcode (#555)
xctan
2
-0
/
+15
2023-03-13
[DYNAREC] Fixed missing X_PEND need at end of block for unimplemented opcode
ptitSeb
1
-1
/
+13
2023-03-13
[ARM64_DYNAREC] Added unimplemented handling of CRC32 opcode (to avoid stoppi...
ptitSeb
1
-0
/
+36
2023-03-13
[RV64_DYNAREC] Added (81/83) SUB opcode (#554)
Yang Liu
3
-42
/
+108
2023-03-13
[RV64_DYNAREC] Added 29 SUB opcode (#553)
Yang Liu
6
-20
/
+173
2023-03-12
Tried to optimize TLS fetching
ptitSeb
4
-18
/
+20
2023-03-12
Cleanup mutex wrapping
ptitSeb
4
-70
/
+6
2023-03-12
[DYNAREC] Fix some potential issue in the next jump handling
ptitSeb
1
-5
/
+7
2023-03-12
[ARM64_DYNAREC] Added 66 0F 3A 0A opcode
ptitSeb
1
-1
/
+19
2023-03-12
[ARM64_DYNAREC] Added (F2/F3) A7 opcode
ptitSeb
1
-1
/
+39
2023-03-12
Expose POPCNT capability too
ptitSeb
2
-1
/
+2
2023-03-12
[ARM64_DYNAREC] Added 66 0F 3A 0E opcode
ptitSeb
1
-0
/
+36
2023-03-12
[ARM64_DYNAREC] Added F4 opcode
ptitSeb
1
-0
/
+11
2023-03-12
Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)
ptitSeb
5
-2
/
+47
2023-03-12
[ARM64_DYNAREC] Fixed build
ptitSeb
4
-1
/
+32
2023-03-12
[DYNAREC] Some renaming for the sake of consistancy
ptitSeb
7
-26
/
+12
2023-03-12
Rv64 dynarec (#550)
ptitSeb
35
-56
/
+3680
2023-03-11
[DYNAREC] Small optim for 66 0F 6D opcode
ptitSeb
1
-1
/
+3
2023-03-11
[DYNAREC] Soma need FASTROUND disabled for it's physics engine
ptitSeb
2
-0
/
+7
2023-03-11
Start of new dev. cycle
ptitSeb
1
-1
/
+1
2023-03-10
add -dnogit=1 flag to debian rules
Ryan Fortner
2
-1
/
+2
2023-03-10
Bumped to v0.2.2
ptitSeb
3
-1
/
+56
2023-03-09
Added 2 more wrapped function to libgnutls (for #210)
ptitSeb
1
-2
/
+5
2023-03-09
Added libresolv to libc for glibc2.34+ (might help #210)
ptitSeb
1
-1
/
+2
[next]