Age | Commit message (Expand) | Author | Files | Lines |
2024年02月07日 | arm: Implement optimized pre-index load/store with register argument | pcpa | 1 | -58/+192 |
2024年02月06日 | arm: Implement optimized post increment load/store | pcpa | 1 | -17/+503 |
2024年02月02日 | arm: Correct wrongly named bit flag ARM_P now ARM_U | pcpa | 1 | -25/+25 |
2023年08月21日 | Add back the jit_hmul interfaces | pcpa | 1 | -0/+33 |
2023年04月14日 | Implement untyped macros to call proper wordsize load or store | pcpa | 1 | -2/+4 |
2023年04月05日 | arm: Implement unaligned memory access. | pcpa | 1 | -0/+73 |
2023年03月19日 | For consistency, rename ext, ext_u and dep to ext_r, extr_u and dep_r | pcpa | 1 | -12/+12 |
2023年03月17日 | arm: Implement ext, ext_u and dep. | pcpa | 1 | -0/+97 |
2023年03月09日 | Rename fallback_bitswap to fallback_rbit | pcpa | 1 | -1/+1 |
2023年03月07日 | Implement new bit rotate instructions. | pcpa | 1 | -0/+58 |
2023年03月07日 | Avoid compiling fallback_casx() on platforms that don't need it | Paul Cercueil | 1 | -0/+2 |
2023年03月02日 | Implement new popcntr instruction. | pcpa | 1 | -0/+12 |
2023年02月28日 | Add new Lightning rbitr instruction. | pcpa | 1 | -0/+15 |
2023年02月17日 | Update copyright year | pcpa | 1 | -1/+1 |
2023年02月13日 | arm: Implement optimized clor, clzr, ctor and ctzr | pcpa | 1 | -0/+69 |
2023年02月06日 | arm: Implement sdiv/udiv for arm | pcpa | 1 | -6/+52 |
2023年02月06日 | arm: Take advantage of the need_return field for jit functions | pcpa | 1 | -3/+15 |
2023年02月04日 | arm: make some hardcode values runtime configurable | pcpa | 1 | -1/+1 |
2023年02月03日 | arm: Optimize procedure calls in the same jit buffer | pcpa | 1 | -21/+71 |
2023年02月03日 | arm: Use one less instruction for prolog in slightly complex functions | pcpa | 1 | -3/+12 |
2023年02月02日 | arm: Use variable stack framesize and simplify leaf functions | pcpa | 1 | -16/+63 |
2023年02月01日 | arm: Dynamically allocate space for virtual fpr registers | pcpa | 1 | -0/+2 |
2023年02月01日 | arm: float registers are not callee save in hard float abi | pcpa | 1 | -20/+4 |
2022年10月06日 | Update Copyright year. | pcpa | 1 | -1/+1 |
2022年09月16日 | Rewrite jit_cas{r,i} for arm. | pcpa | 1 | -6/+8 |
2022年09月08日 | Implement a simple compare and swap atomic operation. | pcpa | 1 | -0/+99 |
2022年05月25日 | Add bswapr_us, bswapr_ui, and bswapr_ul API functions | Paul Cercueil | 1 | -21/+7 |
2022年05月12日 | Add conditional move opcodes | Paul Cercueil | 1 | -0/+33 |
2022年05月10日 | arm: Force RES0 bits in TST/A1 to be 0 | Kim Kuparinen | 1 | -1/+1 |
2019年09月17日 | Update copyright year | pcpa | 1 | -1/+1 |
2017年09月14日 | Update copyright year | pcpa | 1 | -1/+1 |
2015年05月25日 | Intermediate, fully functional, rework for variadic functions | pcpa | 1 | -72/+19 |
2015年05月01日 | arm: Add initial jit_va_ calls to arm | pcpa | 1 | -11/+106 |
2015年04月26日 | Update copyright date | pcpa | 1 | -1/+1 |
2015年02月17日 | Implement jit_allocar for dynamic stack allocation | pcpa | 1 | -0/+9 |
2015年01月31日 | ARM: Do not limit to 24 bit displacement jump to unknown address | Paulo Andrade | 1 | -26/+37 |
2014年12月25日 | Implement new, typed, jit_htonr* interfaces | pcpa | 1 | -3/+34 |
2014年11月20日 | ARM: Correct several inconsistencies with ldrd and strd | pcpa | 1 | -4/+4 |
2014年10月18日 | Implement the jit_rsb* interface. | pcpa | 1 | -0/+9 |
2014年10月14日 | Implement the jit_align interface | pcpa | 1 | -3/+3 |
2014年10月14日 | Implement jit_frame and jit_tramp interfaces | pcpa | 1 | -0/+12 |
2014年08月16日 | Add consistency check on temporaries during a jump | pcpa | 1 | -1/+1 |
2014年04月05日 | ARM: Do not emit a nop stack adjust instruction. | pcpa | 1 | -1/+2 |
2013年10月08日 | ARM: Do not use ldrt/strt by default | pcpa | 1 | -8/+8 |
2013年09月12日 | Correct wrong example and mt unsafe code in the arm backend. | pcpa | 1 | -1/+1 |
2013年08月29日 | Correct wrong test and update of arm thumb offset information. | pcpa | 1 | -1/+1 |
2013年08月11日 | Correct license to properly advertise LGPLv3 and not GPLv3. | pcpa | 1 | -8/+10 |
2013年06月05日 | Prepare for the first alpha release of lightning 2.0. lightning-1.99 | pcpa | 1 | -1/+1 |
2013年03月06日 | Rework to better describe what is used only during jit generation. | pcpa | 1 | -8/+8 |
2013年02月04日 | Implement the qmul and qdiv instructions. | pcpa | 1 | -0/+128 |