| Commit message (Expand) | Author | Files | Lines |
2017-01-17 | LJ_GC64: Add build options and install instructions. | Mike Pall | 4 | -7/+22 |
2017-01-17 | Add some more extensions from Lua 5.2/5.3. | Mike Pall | 7 | -11/+56 |
2017-01-17 | Fix HTML formatting. | Mike Pall | 1 | -3/+3 |
2017-01-17 | Fix cross-endian jit.bcsave for MIPS target. | Mike Pall | 1 | -1/+1 |
2016-12-30 | ARM64: Remove unused variables in disassembler. | Mike Pall | 1 | -4/+1 |
2016-12-15 | ARM64: Fuse BOR/BXOR and BNOT into ORN/EON. | Mike Pall | 2 | -17/+36 |
2016-12-15 | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 1 | -0/+1 |
2016-12-13 | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 1 | -0/+1 |
2016-12-09 | ARM64: Use the correct FUSE check. | Mike Pall | 1 | -8/+9 |
2016-12-09 | ARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR. | Mike Pall | 1 | -1/+35 |
2016-12-08 | Add missing FOLD rule for 64 bit shift+BAND simplification. | Mike Pall | 1 | -0/+13 |
2016-12-08 | ARM64: Fix code generation for S19 offsets. | Mike Pall | 3 | -4/+4 |
2016-12-08 | ARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations. | Mike Pall | 1 | -6/+54 |
2016-12-08 | ARM64: Fuse FP multiply-add/sub. | Mike Pall | 2 | -2/+30 |
2016-12-07 | ARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV. | Mike Pall | 1 | -6/+47 |
2016-12-07 | ARM64: Reorganize operand extension definitions. | Mike Pall | 2 | -6/+9 |
2016-12-07 | ARM64: Add missing ldrb/strb instructions to disassembler. | Mike Pall | 1 | -5/+9 |
2016-12-07 | ARM64: Fix pc-relative loads of consts. Cleanup branch codegen. | Mike Pall | 1 | -17/+13 |
2016-11-29 | ARM64: Make use of tbz/tbnz and cbz/cbnz. | Mike Pall | 3 | -17/+91 |
2016-11-25 | Document 47 bit limit for lightuserdata. | Mike Pall | 1 | -0/+11 |
2016-11-24 | Eliminate use of lightuserdata derived from static data pointers. | Mike Pall | 2 | -6/+5 |
2016-11-24 | ARM64: Emit more efficient trace exits. | Mike Pall | 3 | -60/+56 |
2016-11-21 | Update contact info. | Mike Pall | 1 | -0/+7 |
2016-11-21 | Generalize deferred constant handling in backend to 64 bit. | Mike Pall | 4 | -8/+34 |
2016-11-20 | ARM64: Reject special case in emit_isk13(). | Mike Pall | 1 | -1/+3 |
2016-11-20 | ARM64: Allow full VA range for mcode allocation. | Mike Pall | 1 | -0/+3 |
2016-11-20 | ARM64: Add JIT compiler backend. | Mike Pall | 12 | -24/+3887 |
2016-11-20 | Whitespace. | Mike Pall | 1 | -1/+1 |
2016-11-19 | Fix amalgamated build. | Mike Pall | 1 | -1/+1 |
2016-11-19 | Increase range of GG_State loads via IR_FLOAD with REF_NIL. | Mike Pall | 4 | -6/+8 |
2016-11-16 | MIPS: Fix TSETR barrier. | Mike Pall | 1 | -1/+1 |
2016-11-13 | Report parent of stitched trace. | Mike Pall | 3 | -2/+8 |
2016-10-20 | LJ_GC64: Various followup fixes. | Mike Pall | 2 | -8/+11 |
2016-10-19 | LJ_GC64: Fix HREF for pointers. | Mike Pall | 2 | -1/+11 |
2016-10-16 | LJ_FR2: Fix slot 1 handling. | Mike Pall | 3 | -6/+16 |
2016-10-13 | Fix GC step size calculation. | Mike Pall | 1 | -1/+1 |
2016-10-12 | LJ_GC64: Various fixes. | Mike Pall | 2 | -1/+3 |
2016-10-08 | LJ_GC64: Fix jit.on/off. | Mike Pall | 1 | -1/+1 |
2016-10-02 | Fix -jp=a mode for builtins. | Mike Pall | 1 | -0/+1 |
2016-10-02 | ARM: Fix BLX encoding for Thumb interworking calls. | Mike Pall | 1 | -1/+1 |
2016-09-19 | Looks like COLORTERM has gone out of fashion. | Mike Pall | 1 | -1/+2 |
2016-09-19 | Initialize uv->immutable for upvalues of loaded chunks. | Mike Pall | 1 | -1/+3 |
2016-09-06 | Windows/x86: Add MSVC flags for debug build with exception interop. | Mike Pall | 1 | -1/+1 |
2016-07-31 | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2 | -6/+2 |
2016-07-22 | Fix exit status for 'luajit -b'. | Mike Pall | 1 | -2/+2 |
2016-07-22 | Must preserve J->fold.ins (fins) around call to lj_ir_ksimd(). | Mike Pall | 1 | -1/+3 |
2016-07-17 | Emit bytecode in .c/.h files with unsigned char type. | Mike Pall | 1 | -2/+2 |
2016-07-17 | Set arg table before evaluating LUA_INIT and -e chunks. | Mike Pall | 2 | -44/+60 |
2016-07-17 | Adjust comment with defines. | Mike Pall | 1 | -7/+7 |
2016-07-17 | Fix for cdata vs. non-cdata arithmetics/comparisons. | Mike Pall | 1 | -1/+2 |