| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 14 | -199/+1024 |
* | | Fix FOLD rules for math.abs() and FP negation. | Mike Pall | 2017-02-20 | 1 | -4/+11 |
* | | Fix soft-float math.abs() and negation. | Mike Pall | 2017-02-20 | 1 | -1/+2 |
* | | x64/LJ_GC64: Fix warning for DUALNUM build. | Mike Pall | 2017-02-20 | 1 | -1/+1 |
* | | x64/LJ_GC64: Fix (currently unused) integer stores in asm_tvptr(). | Mike Pall | 2017-02-20 | 1 | -1/+2 |
* | | ARM64: Cleanup and de-cargo-cult TValue store generation. | Mike Pall | 2017-02-20 | 1 | -49/+27 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-02-20 | 2 | -12/+10 |
|\| |
|
| * | MIPS: Don't use RID_GP as a scratch register. | Mike Pall | 2017-02-20 | 1 | -3/+4 |
| * | MIPS: Fix emitted code for U32 to float conversion. | Mike Pall | 2017-02-20 | 1 | -11/+7 |
| * | MIPS: Backport workaround for compact unwind tables. | Mike Pall | 2017-02-20 | 2 | -0/+7 |
* | | Make checkptrGC() actually work. | Mike Pall | 2017-02-20 | 1 | -8/+3 |
* | | ARM64: Fix AREF/HREF/UREF fusion. | Mike Pall | 2017-02-16 | 1 | -1/+1 |
* | | Fix extension docs about package.searchers. | Mike Pall | 2017-01-18 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 197 | -216/+216 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 177 | -195/+195 |
* | | LJ_GC64: Add build options and install instructions. | Mike Pall | 2017-01-17 | 4 | -7/+22 |
* | | Add some more extensions from Lua 5.2/5.3. | Mike Pall | 2017-01-17 | 7 | -11/+56 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -3/+3 |
|\| |
|
| * | Fix HTML formatting. | Mike Pall | 2017-01-17 | 1 | -3/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Fix cross-endian jit.bcsave for MIPS target. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | ARM64: Remove unused variables in disassembler. | Mike Pall | 2016-12-30 | 1 | -4/+1 |
* | | ARM64: Fuse BOR/BXOR and BNOT into ORN/EON. | Mike Pall | 2016-12-15 | 2 | -17/+36 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-12-15 | 0 | -0/+0 |
|\| |
|
| * | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 2016-12-15 | 1 | -0/+1 |
* | | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 2016-12-13 | 1 | -0/+1 |
* | | ARM64: Use the correct FUSE check. | Mike Pall | 2016-12-09 | 1 | -8/+9 |
* | | ARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR. | Mike Pall | 2016-12-09 | 1 | -1/+35 |
* | | Add missing FOLD rule for 64 bit shift+BAND simplification. | Mike Pall | 2016-12-08 | 1 | -0/+13 |
* | | ARM64: Fix code generation for S19 offsets. | Mike Pall | 2016-12-08 | 3 | -4/+4 |
* | | ARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations. | Mike Pall | 2016-12-08 | 1 | -6/+54 |
* | | ARM64: Fuse FP multiply-add/sub. | Mike Pall | 2016-12-08 | 2 | -2/+30 |
* | | ARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV. | Mike Pall | 2016-12-07 | 1 | -6/+47 |
* | | ARM64: Reorganize operand extension definitions. | Mike Pall | 2016-12-07 | 2 | -6/+9 |
* | | ARM64: Add missing ldrb/strb instructions to disassembler. | Mike Pall | 2016-12-07 | 1 | -5/+9 |
* | | ARM64: Fix pc-relative loads of consts. Cleanup branch codegen. | Mike Pall | 2016-12-07 | 1 | -17/+13 |
* | | ARM64: Make use of tbz/tbnz and cbz/cbnz. | Mike Pall | 2016-11-29 | 3 | -17/+91 |
* | | Document 47 bit limit for lightuserdata. | Mike Pall | 2016-11-25 | 1 | -0/+11 |
* | | Eliminate use of lightuserdata derived from static data pointers. | Mike Pall | 2016-11-24 | 2 | -6/+5 |
* | | ARM64: Emit more efficient trace exits. | Mike Pall | 2016-11-24 | 3 | -60/+56 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-11-21 | 1 | -0/+7 |
|\| |
|
| * | Update contact info. | Mike Pall | 2016-11-21 | 1 | -0/+7 |
* | | Generalize deferred constant handling in backend to 64 bit. | Mike Pall | 2016-11-21 | 4 | -8/+34 |
* | | ARM64: Reject special case in emit_isk13(). | Mike Pall | 2016-11-20 | 1 | -1/+3 |
* | | ARM64: Allow full VA range for mcode allocation. | Mike Pall | 2016-11-20 | 1 | -0/+3 |
* | | ARM64: Add JIT compiler backend. | Mike Pall | 2016-11-20 | 12 | -24/+3887 |
* | | Whitespace. | Mike Pall | 2016-11-20 | 1 | -1/+1 |
* | | Fix amalgamated build. | Mike Pall | 2016-11-19 | 1 | -1/+1 |
* | | Increase range of GG_State loads via IR_FLOAD with REF_NIL. | Mike Pall | 2016-11-19 | 4 | -6/+8 |
* | | MIPS: Fix TSETR barrier. | Mike Pall | 2016-11-16 | 1 | -1/+1 |