index
:
r3Ddragon
master
Fork of r3Ddragon for the Nintendo 3DS
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
arm_emit.h
Age
Commit message (
Expand
)
Author
2016-08-16
Properly implement (most) floating-point instructions
mrdanielps
2016-05-15
Yet another attempt at fixing conditional branches
mrdanielps
2016-02-25
Small fixes:
mrdanielps
2015-10-21
* Another attempt at fixing interrupts (fixes insmouse's precaution screen no...
mrdanielps
2015-07-10
Small fixes
mrdanielps
2015-07-02
* Optimize interrupt handling. Now r10 stores the cycles left for the next in...
mrdanielps
2015-05-31
Fixed timing and interrupt handling
danielps
2015-05-25
Fixed branching
danielps
2015-05-02
Implement branching within block
danielps
2015-05-01
Implemented branch instructions
danielps
2015-04-29
Disabled literal pool for now
danielps
2015-04-26
Small fixes
danielps
2015-04-25
More fixes
danielps
2015-04-21
Some more fixes
danielps
2015-04-18
Initial dynarec refactoring. Breaks everything.
danielps
2015-03-14
Simplified code emission
danielps
2015-03-14
Implemented RETI (untested)
danielps
2015-03-10
* Implemented DIV, DIVU, NOT and XORI
danielps
2015-02-25
Fixed CMP when using the zero register
danielps
2015-02-23
* Implemented CLI and STSR
danielps
2015-02-04
Implemented MUL
danielps
2015-02-03
Implemented AND and SEI
danielps
2015-02-03
Implemented JAL, SUB and SAR
danielps
2015-02-02
Initial implementation of a dynamic recompiler
danielps