Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 11 | -22/+3885 |
| | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | 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 |
| | | | | | 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 Pall | 2016-11-16 | 1 | -1/+1 |
| | | | | Thanks to tongwell. | ||||
* | Report parent of stitched trace. | Mike Pall | 2016-11-13 | 3 | -2/+8 |
| | | | | Thanks to Nick Zavaritsky. | ||||
* | LJ_GC64: Various followup fixes. | Mike Pall | 2016-10-20 | 2 | -8/+11 |
| | | | | Contributed by Peter Cawley. | ||||
* | LJ_GC64: Fix HREF for pointers. | Mike Pall | 2016-10-19 | 2 | -1/+11 |
| | | | | Contributed by Peter Cawley. | ||||
* | LJ_FR2: Fix slot 1 handling. | Mike Pall | 2016-10-16 | 3 | -6/+16 |
| | | | | Contributed by Peter Cawley. | ||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-10-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix GC step size calculation. | Mike Pall | 2016-10-13 | 1 | -1/+1 |
| | | | | | | | | Thanks to Igor Ehrlich. | ||||
* | | LJ_GC64: Various fixes. | Mike Pall | 2016-10-12 | 2 | -1/+3 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | LJ_GC64: Fix jit.on/off. | Mike Pall | 2016-10-08 | 1 | -1/+1 |
| | | |||||
* | | Fix -jp=a mode for builtins. | Mike Pall | 2016-10-02 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-10-02 | 1 | -1/+1 |
|\| | |||||
| * | ARM: Fix BLX encoding for Thumb interworking calls. | Mike Pall | 2016-10-02 | 1 | -1/+1 |
| | | | | | | | | Thanks to Charles Baylis. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-09-19 | 1 | -1/+2 |
|\| | |||||
| * | Looks like COLORTERM has gone out of fashion. | Mike Pall | 2016-09-19 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-09-19 | 1 | -1/+3 |
|\| | |||||
| * | Initialize uv->immutable for upvalues of loaded chunks. | Mike Pall | 2016-09-19 | 1 | -1/+3 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Windows/x86: Add MSVC flags for debug build with exception interop. | Mike Pall | 2016-09-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-07-31 | 1 | -4/+0 |
|\| | |||||
| * | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2016-07-31 | 1 | -4/+0 |
| | | | | | | | | | | It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway. | ||||
* | | Fix exit status for 'luajit -b'. | Mike Pall | 2016-07-22 | 1 | -2/+2 |
| | | |||||
* | | Must preserve J->fold.ins (fins) around call to lj_ir_ksimd(). | Mike Pall | 2016-07-22 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-07-17 | 1 | -7/+7 |
|\| | |||||
| * | Adjust comment with defines. | Mike Pall | 2016-07-17 | 1 | -7/+7 |
| | | |||||
* | | Emit bytecode in .c/.h files with unsigned char type. | Mike Pall | 2016-07-17 | 1 | -2/+2 |
| | | |||||
* | | Set arg table before evaluating LUA_INIT and -e chunks. | Mike Pall | 2016-07-17 | 1 | -44/+59 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-07-17 | 1 | -1/+2 |
|\| | |||||
| * | Fix for cdata vs. non-cdata arithmetics/comparisons. | Mike Pall | 2016-07-17 | 1 | -1/+2 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-07-17 | 7 | -13/+13 |
|\| | |||||
| * | Fix unused vars etc. in internal Lua files. | Mike Pall | 2016-07-17 | 5 | -11/+11 |
| | | | | | | | | Thanks to François Perrad. | ||||
* | | Properly clean up state before restart of trace assembly. | Mike Pall | 2016-06-27 | 1 | -6/+10 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-06-27 | 1 | -2/+2 |
|\| | |||||
| * | Drop leftover regs in 'for' iterator assignment, too. | Mike Pall | 2016-06-27 | 1 | -2/+2 |
| | | |||||
* | | MIPS: Support MIPS16 interlinking. | Mike Pall | 2016-06-08 | 4 | -2/+8 |
| | | |||||
* | | x64/LJ_GC64: Fix code generation for IR_KNULL call argument. | Mike Pall | 2016-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-06-05 | 1 | -3/+2 |
|\| | |||||
| * | Fix PHI remarking in SINK pass. | Mike Pall | 2016-06-05 | 1 | -3/+2 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | LJ_GC64: Set correct nil value when clearing a cdata finalizer. | Mike Pall | 2016-06-03 | 1 | -4/+6 |
| | | | | | | | | Thanks to Stefan Pejic. | ||||
* | | LJ_GC64: Ensure all IR slot fields are initialized. | Mike Pall | 2016-06-03 | 2 | -0/+5 |
| | | |||||
* | | LJ_GC64: Allow optional use of the system memory allocator. | Mike Pall | 2016-06-03 | 3 | -6/+6 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-06-03 | 1 | -3/+3 |
|\| | |||||
| * | Fix Valgrind suppressions. | Mike Pall | 2016-06-03 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-06-03 | 1 | -1/+1 |
|\| | |||||
| * | Don't try to record outermost pcall() return to lower frame. | Mike Pall | 2016-06-03 | 1 | -1/+1 |
| | | |||||
* | | MIPS: Fix build failures and warnings. | Mike Pall | 2016-05-29 | 3 | -5/+5 |
| | |