aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64
AgeCommit message (Expand)Author
2018-03-04Improve CPU initial translation speeds (#50)gdkchan
2018-03-02Fix REV64 (vector) instructiongdkchan
2018-03-02Add REV64 (vector) instructiongdkchan
2018-03-02Add EXT, CMTST (vector) and UMULL (vector) instructionsgdkchan
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...gdkchan
2018-02-26Fix corner cases of ADCS and SBFMgdkchan
2018-02-25Implement SvcSetMemoryAttributegdkchan
2018-02-25Added initial support for function names from symbol table on the cpu with tr...gdkchan
2018-02-24Add FABD (scalar), ADCS, SBCS instructions, update config with better default...gdkchan
2018-02-24Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instruction...gdkchan
2018-02-23Map heap on heap base region, fix for thread start on homebrew, add FCVTMU an...gdkchan
2018-02-22Add FRINTP instruction, fix opcode ctor call method creation with multithreadinggdkchan
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss