aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-02Fix -jp=a mode for builtins.Mike Pall1-0/+1
2016-10-02ARM: Fix BLX encoding for Thumb interworking calls.Mike Pall1-1/+1
2016-09-19Looks like COLORTERM has gone out of fashion.Mike Pall1-1/+2
2016-09-19Initialize uv->immutable for upvalues of loaded chunks.Mike Pall1-1/+3
2016-09-06Windows/x86: Add MSVC flags for debug build with exception interop.Mike Pall1-1/+1
2016-07-31Revert "OSX: Switch to Clang as the default compiler."Mike Pall2-6/+2
2016-07-22Fix exit status for 'luajit -b'.Mike Pall1-2/+2
2016-07-22Must preserve J->fold.ins (fins) around call to lj_ir_ksimd().Mike Pall1-1/+3
2016-07-17Emit bytecode in .c/.h files with unsigned char type.Mike Pall1-2/+2
2016-07-17Set arg table before evaluating LUA_INIT and -e chunks.Mike Pall2-44/+60
2016-07-17Adjust comment with defines.Mike Pall1-7/+7
2016-07-17Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall1-1/+2
2016-07-17Fix unused vars etc. in internal Lua files.Mike Pall5-11/+11
2016-06-27Properly clean up state before restart of trace assembly.Mike Pall1-6/+10
2016-06-27Drop leftover regs in 'for' iterator assignment, too.Mike Pall1-2/+2
2016-06-08MIPS: Support MIPS16 interlinking.Mike Pall5-3/+9
2016-06-05x64/LJ_GC64: Fix code generation for IR_KNULL call argument.Mike Pall1-1/+1
2016-06-05Fix PHI remarking in SINK pass.Mike Pall1-3/+2
2016-06-03LJ_GC64: Set correct nil value when clearing a cdata finalizer.Mike Pall1-4/+6
2016-06-03LJ_GC64: Ensure all IR slot fields are initialized.Mike Pall2-0/+5
2016-06-03LJ_GC64: Allow optional use of the system memory allocator.Mike Pall3-6/+6
2016-06-03Fix Valgrind suppressions.Mike Pall1-3/+3
2016-06-03Don't try to record outermost pcall() return to lower frame.Mike Pall1-1/+1
2016-05-29MIPS: Fix build failures and warnings.Mike Pall3-5/+5
2016-05-28Proper fix for LJ_GC64 changes to asm_href().Mike Pall1-2/+4
2016-05-28MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall19-62/+5213
2016-05-28DynASM/MIPS: Add missing MIPS64 instructions.Mike Pall3-14/+84
2016-05-28Fix compiler warning.Mike Pall1-0/+2
2016-05-28x64/LJ_GC64: Fix __call metamethod for tailcall.Mike Pall1-1/+1
2016-05-28Fix collateral damage from LJ_GC64 changes to asm_href().Mike Pall1-2/+1
2016-05-26Cleanup install docs.Mike Pall1-31/+46
2016-05-23Use MAP_TRYFIXED for the probing memory allocator, if available.Mike Pall1-1/+7
2016-05-23x86: Don't spill an explicit REF_BASE in the IR.Mike Pall1-3/+3
2016-05-23x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall10-90/+517
2016-05-23LJ_FR2: Add support for trace recording and snapshots.Mike Pall11-138/+291
2016-05-23LJ_GC64: Update IR type sizes.Mike Pall1-5/+8
2016-05-23LJ_GC64: Add support for 64 bit GCobj constants in the IR.Mike Pall3-13/+33