Age | Commit message (Expand) | Author | Files | Lines |
2023年10月03日 | ia64: Correct signed qrsh with zero shift. | pcpa | 1 | -12/+5 |
2023年08月21日 | Add back the jit_hmul interfaces | pcpa | 1 | -0/+26 |
2023年04月19日 | Reorder jit_code_t enum and pass tests in all ports but hppa | pcpa | 1 | -1/+1 |
2023年04月14日 | Implement untyped macros to call proper wordsize load or store | pcpa | 1 | -2/+2 |
2023年04月11日 | ia64: build and pass all tests | pcpa | 1 | -8/+8 |
2023年04月05日 | ia64: Implement unaligned memory access. | pcpa | 1 | -0/+69 |
2023年03月24日 | ia64: Implement q{l,r}sh{r,i}{,_u} | pcpa | 1 | -0/+222 |
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日 | ia64: Implement ext, ext_u and dep. | pcpa | 1 | -3/+66 |
2023年03月09日 | Avoid expensive bit reverse for count of trailing zeros or ones | pcpa | 1 | -4/+12 |
2023年03月02日 | Implement new popcntr instruction. | pcpa | 1 | -0/+1 |
2023年02月28日 | Use a single implementation of a fallback bitswap. | pcpa | 1 | -50/+2 |
2023年02月17日 | Update copyright year | pcpa | 1 | -1/+1 |
2023年02月17日 | ia64: The clz instruction is optional | pcpa | 1 | -20/+22 |
2023年02月16日 | ia64: Implement optimized clor, clzr, ctor and ctzr | pcpa | 1 | -1/+97 |
2022年11月03日 | Update for ia64 before new release | pcpa | 1 | -6/+10 |
2022年10月07日 | Make jit_align work as documented. | pcpa | 1 | -0/+12 |
2022年10月06日 | Update Copyright year. | pcpa | 1 | -1/+1 |
2022年09月20日 | ia64: Use optimized mov{z,n}r and cas{r,i} | Paulo Andrade | 1 | -23/+4 |
2022年09月20日 | ia64: pass all tests. | Paulo Andrade | 1 | -3/+5 |
2022年09月13日 | Add untested, under if 0 optimizations to ia64. Still use generic code | pcpa | 1 | -0/+25 |
2022年09月08日 | Implement a simple compare and swap atomic operation. | pcpa | 1 | -0/+12 |
2022年05月25日 | Add bswapr_us, bswapr_ui, and bswapr_ul API functions | Paul Cercueil | 1 | -53/+19 |
2022年05月13日 | Add fallbacks and reorder movnr and movzr | pcpa | 1 | -0/+22 |
2019年09月25日 | Use GCC builtin ffsl function is the regular one is missing | Paul Cercueil | 1 | -14/+1 |
2019年09月17日 | Update copyright year | pcpa | 1 | -1/+1 |
2017年09月14日 | Update copyright year | pcpa | 1 | -1/+1 |
2015年06月06日 | ia64: Pass all tests for variadic jit functions | Paulo Andrade | 1 | -30/+12 |
2015年05月10日 | ia64: Add initial jit_va_ calls to ia64 | Paulo Andrade | 1 | -1/+49 |
2015年04月26日 | Update copyright date | pcpa | 1 | -1/+1 |
2015年02月17日 | Implement jit_allocar for dynamic stack allocation | pcpa | 1 | -0/+9 |
2014年12月25日 | Implement new, typed, jit_htonr* interfaces | pcpa | 1 | -2/+50 |
2014年10月18日 | Implement the jit_rsb* interface. | pcpa | 1 | -0/+18 |
2014年10月14日 | Implement jit_frame and jit_tramp interfaces | pcpa | 1 | -6/+19 |
2014年08月16日 | Add consistency check on temporaries during a jump | pcpa | 1 | -18/+18 |
2013年09月25日 | IA64: Correct some wrong checks value range checks. | pcpa | 1 | -12/+12 |
2013年09月10日 | IA64: Correct code to save/restore r2 used as lightning JIT_FP. | pcpa | 1 | -3/+4 |
2013年08月11日 | Correct license to properly advertise LGPLv3 and not GPLv3. | pcpa | 1 | -8/+10 |
2013年08月10日 | Cosmetic removal of white spaces in end of lines. | pcpa | 1 | -1/+1 |
2013年06月14日 | Update ia64 port to work on HP-UX. | pcpa | 1 | -50/+114 |
2013年04月27日 | Finish Itanium port, correcting remaining failing test cases. | pcpa | 1 | -196/+221 |
2013年04月27日 | Correct remaining test cases, but not yet ones with stack arguments. | pcpa | 1 | -14/+14 |
2013年04月27日 | Correct the cvt.tst test case on Itanium. | pcpa | 1 | -1/+1 |
2013年04月27日 | Correct all ldst test cases. | pcpa | 1 | -3/+27 |
2013年04月27日 | Correct float division and LX with stop code generation. | pcpa | 1 | -1/+1 |
2013年04月27日 | Implement fpr register arguments and minor extra fixes. | pcpa | 1 | -18/+23 |
2013年04月26日 | Correct race condition if register is written more than once | pcpa | 1 | -0/+40 |
2013年04月26日 | Correct jit implementation to pass several test cases. | pcpa | 1 | -6/+9 |
2013年04月26日 | Properly split instruction groups for predicate registers. | pcpa | 1 | -159/+262 |
2013年04月25日 | Add basic Itanium port infrastructure. | pcpa | 1 | -0/+5030 |