Age | Commit message (Expand) | Author | Files | Lines |
2023年10月04日 | mips: Use fallback for jit_extr() | Paul Cercueil | 1 | -22/+1 |
2023年10月04日 | mips: Correct and optimize jit_rshr() and jit_rshr_u() | Paul Cercueil | 1 | -52/+27 |
2023年10月03日 | mips: Correct signed qrsh with zero shift. | pcpa | 1 | -12/+3 |
2023年10月02日 | mips: Optimize jit_lshr() and jit_lshr_u() | Paul Cercueil | 1 | -51/+21 |
2023年08月21日 | mips: Correct wrong variable setting | pcpa | 1 | -1/+1 |
2023年08月21日 | Add back the jit_hmul interfaces | pcpa | 1 | -0/+50 |
2023年08月10日 | mips: Fix can_sign_extend_short_p() | Paul Cercueil | 1 | -1/+1 |
2023年04月24日 | Add back earlier unld* implementation | pcpa | 1 | -6/+14 |
2023年04月19日 | Implement the new fnma* and fnms* instructions | pcpa | 1 | -0/+4 |
2023年04月18日 | mips: Implement fma* and fms* | pcpa | 1 | -2/+30 |
2023年04月14日 | Implement untyped macros to call proper wordsize load or store | pcpa | 1 | -0/+6 |
2023年04月06日 | mips: Pass all tests in mips release 1 | pcpa | 1 | -25/+29 |
2023年04月06日 | mips: Correct misunderstanding of how unaligned instructions work | pcpa | 1 | -65/+48 |
2023年04月05日 | mips: Implement unaligned memory access. | pcpa | 1 | -0/+307 |
2023年03月24日 | mips: Implement q{l,r}sh{r,i}{,_u} | pcpa | 1 | -0/+222 |
2023年03月24日 | mips: Correct 32 bit build. | pcpa | 1 | -2/+2 |
2023年03月20日 | Minor optimization to jit_extr. | pcpa | 1 | -2/+6 |
2023年03月19日 | For consistency, rename ext, ext_u and dep to ext_r, extr_u and dep_r | pcpa | 1 | -18/+18 |
2023年03月17日 | mips: Implement ext, ext_u and dep. | pcpa | 1 | -0/+82 |
2023年03月09日 | Rename fallback_bitswap to fallback_rbit | pcpa | 1 | -1/+1 |
2023年03月08日 | mips: Optimize jit_ctor() / jit_ctzr() | Paul Cercueil | 1 | -36/+25 |
2023年03月08日 | mips: CLO/CLZ are available on MIPSr1 | Paul Cercueil | 1 | -28/+22 |
2023年03月07日 | Implement new bit rotate instructions. | pcpa | 1 | -0/+62 |
2023年02月28日 | Add new Lightning rbitr instruction. | pcpa | 1 | -0/+18 |
2023年02月28日 | Use a single implementation of a fallback bitswap. | pcpa | 1 | -47/+2 |
2023年02月26日 | mips: mips release 2 also has issues with delay slot | pcpa | 1 | -2/+2 |
2023年02月26日 | mips: Implement optimized bswapr_ul | pcpa | 1 | -2/+20 |
2023年02月26日 | mips: Pass all tests in mips release 1. | pcpa | 1 | -41/+75 |
2023年02月25日 | mips: Add extra mips release 6 instructions. | pcpa | 1 | -2/+55 |
2023年02月24日 | mips: Add support for bc and balc mips release 6 instructions | pcpa | 1 | -4/+48 |
2023年02月24日 | mips: add pcrel instructions to mips release 6 path | pcpa | 1 | -0/+127 |
2023年02月24日 | mips: Correct comment and usage of jmpi_p | pcpa | 1 | -5/+4 |
2023年02月24日 | mips: Correct possible incorrect code generation in jmpi optimization | pcpa | 1 | -30/+30 |
2023年02月23日 | mips: Correct build for mips r6. | pcpa | 1 | -29/+15 |
2023年02月23日 | mips: Rewrite code to add an out of order instruction in delay slot | pcpa | 1 | -678/+935 |
2023年02月20日 | mips: Correct typo and wrong line removal when updating to mips6 | pcpa | 1 | -1/+1 |
2023年02月20日 | mips: Add initial mips release 6 support. | pcpa | 1 | -65/+245 |
2023年02月17日 | Update copyright year | pcpa | 1 | -1/+1 |
2023年02月14日 | mips: Implement optimized clor, clzr, ctor and ctzr | pcpa | 1 | -9/+145 |
2023年01月31日 | mips: Optimize ldx* generators | Paul Cercueil | 1 | -70/+28 |
2023年01月26日 | Unify common code for stack frame size handling | pcpa | 1 | -7/+7 |
2023年01月23日 | mips: Use relative unconditional branch and calls if appropriate | pcpa | 1 | -10/+66 |
2023年01月20日 | mips: Correct regression with code to fill delay slot | pcpa | 1 | -2/+4 |
2023年01月20日 | mips: Use variable stack framesize and simplify leaf functions | pcpa | 1 | -79/+79 |
2023年01月14日 | mips: Fill delay slots in jit_bger, jit_bgei, jit_bltr, jit_blti | Paul Cercueil | 1 | -156/+87 |
2023年01月14日 | mips: Fill delay slots in jit_bgtr, jit_bgti, jit_bler, jit_blei | Paul Cercueil | 1 | -137/+82 |
2023年01月14日 | mips: Fill delay slots in jit_bner / jit_bnei | Paul Cercueil | 1 | -15/+38 |
2023年01月14日 | mips: Fill delay slots in jit_beqr / jit_beqi | Paul Cercueil | 1 | -15/+137 |
2023年01月14日 | mips: Fill delay slots of J in jit_jmpi | Paul Cercueil | 1 | -10/+36 |
2023年01月14日 | mips: Fill delay slots of JALR opcodes in jit_callr | Paul Cercueil | 1 | -8/+20 |