index
:
melonDS
master
modified version of melonDS used for school/vsr
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARMJIT_x64
/
ARMJIT_ALU.cpp
Commit message (
Expand
)
Author
Age
*
Move all core types into namespaces (#1886)
Jesse Talavera-Greenberg
2023-11-25
*
Refactor the JIT to be object-oriented (#1879)
Jesse Talavera-Greenberg
2023-11-18
*
update copyright years
Arisotura
2023-11-04
*
Introduce `Platform::Log` (#1640)
Jesse Talavera-Greenberg
2023-03-23
*
fix copyright headers
Arisotura
2022-03-07
*
update copyright headers
Arisotura
2022-01-09
*
update copyright year and add missing GPL headers
RSDuck
2021-03-12
*
Random minor fixes (#757)
Valeri
2020-10-01
*
remove some UB
RSDuck
2020-09-04
*
implement carry setting ALU op with imm
RSDuck
2020-07-25
*
compile UMULLs and some fixes
RSDuck
2020-04-26
*
new block cache and much more...
RSDuck
2020-04-26
*
fixes for flag optimisation
RSDuck
2020-04-26
*
optimise away unneeded flag sets
RSDuck
2020-04-26
*
remove unneeded dolphin code, C++11 static_assert
RSDuck
2020-04-26
*
jit: fix RSC
RSDuck
2020-04-26
*
jit: fix thumb hi reg alu and mcr halt
RSDuck
2020-04-26
*
jit: fix linux
RSDuck
2020-04-26
*
jit: SMULL and SMLAL
RSDuck
2020-04-26
*
jit: LDM/STM finally(!) working + MUL, MLA and CLZ
RSDuck
2020-04-26
*
JIT: most mem instructions working
RSDuck
2020-04-26
*
JIT: compilation of word load and store
RSDuck
2020-04-26
*
jit: correct cycle counting for thumb shift by reg
RSDuck
2020-04-26
*
JIT: implemented most ALU instructions
RSDuck
2020-04-26