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