aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate use of lightuserdata derived from static data pointers.Mike Pall2016-11-242-6/+5
| | | | Required for >47 bit VA, e.g. ARM64.
* ARM64: Emit more efficient trace exits.Mike Pall2016-11-243-60/+56
| | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* Merge branch 'master' into v2.1Mike Pall2016-11-211-0/+7
|\
| * Update contact info.Mike Pall2016-11-211-0/+7
| |
* | Generalize deferred constant handling in backend to 64 bit.Mike Pall2016-11-214-8/+34
| |
* | ARM64: Reject special case in emit_isk13().Mike Pall2016-11-201-1/+3
| |
* | ARM64: Allow full VA range for mcode allocation.Mike Pall2016-11-201-0/+3
| |
* | ARM64: Add JIT compiler backend.Mike Pall2016-11-2012-24/+3887
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Whitespace.Mike Pall2016-11-201-1/+1
| |
* | Fix amalgamated build.Mike Pall2016-11-191-1/+1
| |
* | Increase range of GG_State loads via IR_FLOAD with REF_NIL.Mike Pall2016-11-194-6/+8
| | | | | | | | | | Require 32 bit alignment and store offset/4 instead. Otherwise this can overflow the 10 bit limit for the FOLD op2 key.
* | MIPS: Fix TSETR barrier.Mike Pall2016-11-161-1/+1
| | | | | | | | Thanks to tongwell.
* | Report parent of stitched trace.Mike Pall2016-11-133-2/+8
| | | | | | | | Thanks to Nick Zavaritsky.
* | LJ_GC64: Various followup fixes.Mike Pall2016-10-202-8/+11
| | | | | | | | Contributed by Peter Cawley.
* | LJ_GC64: Fix HREF for pointers.Mike Pall2016-10-192-1/+11
| | | | | | | | Contributed by Peter Cawley.
* | LJ_FR2: Fix slot 1 handling.Mike Pall2016-10-163-6/+16
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-10-131-1/+1
|\|
| * Fix GC step size calculation.Mike Pall2016-10-131-1/+1
| | | | | | | | Thanks to Igor Ehrlich.
* | LJ_GC64: Various fixes.Mike Pall2016-10-122-1/+3
| | | | | | | | Contributed by Peter Cawley.
* | LJ_GC64: Fix jit.on/off.Mike Pall2016-10-081-1/+1
| |
* | Fix -jp=a mode for builtins.Mike Pall2016-10-021-0/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-10-021-1/+1
|\|
| * ARM: Fix BLX encoding for Thumb interworking calls.Mike Pall2016-10-021-1/+1
| | | | | | | | Thanks to Charles Baylis.
* | Merge branch 'master' into v2.1Mike Pall2016-09-191-1/+2
|\|
| * Looks like COLORTERM has gone out of fashion.Mike Pall2016-09-191-1/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2016-09-191-1/+3
|\|
| * Initialize uv->immutable for upvalues of loaded chunks.Mike Pall2016-09-191-1/+3
| | | | | | | | Thanks to Peter Cawley.
* | Windows/x86: Add MSVC flags for debug build with exception interop.Mike Pall2016-09-061-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-07-312-7/+4
|\|
| * Revert "OSX: Switch to Clang as the default compiler."Mike Pall2016-07-312-6/+2
| | | | | | | | | | It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway.
* | Fix exit status for 'luajit -b'.Mike Pall2016-07-221-2/+2
| |
* | Must preserve J->fold.ins (fins) around call to lj_ir_ksimd().Mike Pall2016-07-221-1/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-7/+7
|\|
| * Adjust comment with defines.Mike Pall2016-07-171-7/+7
| |
* | Emit bytecode in .c/.h files with unsigned char type.Mike Pall2016-07-171-2/+2
| |
* | Set arg table before evaluating LUA_INIT and -e chunks.Mike Pall2016-07-172-44/+60
| |
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-1/+2
|\|
| * Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall2016-07-171-1/+2
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2016-07-177-13/+13
|\|
| * Fix unused vars etc. in internal Lua files.Mike Pall2016-07-175-11/+11
| | | | | | | | Thanks to François Perrad.
* | Properly clean up state before restart of trace assembly.Mike Pall2016-06-271-6/+10
| |
* | Merge branch 'master' into v2.1Mike Pall2016-06-271-2/+2
|\|
| * Drop leftover regs in 'for' iterator assignment, too.Mike Pall2016-06-271-2/+2
| |
* | MIPS: Support MIPS16 interlinking.Mike Pall2016-06-085-3/+9
| |
* | x64/LJ_GC64: Fix code generation for IR_KNULL call argument.Mike Pall2016-06-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-06-051-3/+2
|\|
| * Fix PHI remarking in SINK pass.Mike Pall2016-06-051-3/+2
| | | | | | | | Thanks to Vyacheslav Egorov.
* | LJ_GC64: Set correct nil value when clearing a cdata finalizer.Mike Pall2016-06-031-4/+6
| | | | | | | | Thanks to Stefan Pejic.
* | LJ_GC64: Ensure all IR slot fields are initialized.Mike Pall2016-06-032-0/+5
| |
* | LJ_GC64: Allow optional use of the system memory allocator.Mike Pall2016-06-033-6/+6
| |