aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add common helper for pointer to string formatting.Mike Pall2013-08-313-4/+9
* Save currently executing lua_State in g->cur_L.Mike Pall2013-08-3015-67/+89
* Use g->jit_base for on/off-trace detection.Mike Pall2013-08-269-24/+31
* Merge branch 'master' into v2.1Mike Pall2013-08-221-1/+1
|\
| * Fix compiler warning.Mike Pall2013-08-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-08-170-0/+0
|\|
| * Fix argument checks for math.deg()/math.rad().Mike Pall2013-08-171-6/+6
* | Merge branch 'master' into v2.1Mike Pall2013-08-111-1/+1
|\|
| * Fix jit.flush(func|true).Mike Pall2013-08-111-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-08-031-10/+10
|\|
| * Compatibility fix for old GCC versions.Mike Pall2013-08-031-10/+10
* | Merge branch 'master' into v2.1Mike Pall2013-07-311-7/+7
|\|
| * ARM: Fix register allocation when rematerializing FPRs.Mike Pall2013-07-311-7/+7
* | Merge branch 'master' into v2.1Mike Pall2013-07-241-1/+1
|\|
| * FFI: Properly unload loaded DLLs.Mike Pall2013-07-241-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-07-181-2/+8
|\|
| * DynASM/x64: Add VREG support to mov64.Mike Pall2013-07-181-2/+8
* | Fix compiler warning.Mike Pall2013-07-181-6/+7
* | Merge branch 'master' into v2.1Mike Pall2013-07-171-1/+1
|\|
| * Fix compilation on NetBSD/x64.Mike Pall2013-07-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-07-096-25/+51
|\|
| * Add support for multilib distro builds.Mike Pall2013-07-095-24/+50
| * DynASM/x86: Add lock prefix.Mike Pall2013-06-241-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-06-201-1/+4
|\|
| * FFI: Add missing GC steps for callback argument conversions.Mike Pall2013-06-201-1/+4
* | Merge branch 'master' into v2.1Mike Pall2013-06-181-3/+12
|\|
| * Improve ULOAD forwarding for open upvalues.Mike Pall2013-06-181-3/+12
* | Merge branch 'master' into v2.1Mike Pall2013-06-034-5/+35
|\|
| * RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-0313-17/+17
| * Update changelog.Mike Pall2013-06-031-0/+30
* | Merge branch 'master' into v2.1Mike Pall2013-06-033-9/+15
|\|
| * PPC: Add plt suffix for external calls from assembler code.Mike Pall2013-06-033-9/+15
* | Merge branch 'master' into v2.1Mike Pall2013-05-291-2/+3
|\|
| * FFI: Preserve intermediate string for const char * conversion.Mike Pall2013-05-291-2/+3
* | Refactor string buffer growth helpers.Mike Pall2013-05-293-21/+31
* | Fix -jdump broken by 2ef2c34d.Mike Pall2013-05-291-1/+6
* | Minor change to lj_lib_pushcc().Mike Pall2013-05-292-4/+6
* | Merge branch 'master' into v2.1Mike Pall2013-05-253-13/+23
|\|
| * Fix compatibility issues with Illumos.Mike Pall2013-05-253-13/+23
* | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.Mike Pall2013-05-245-32/+22
* | Merge branch 'master' into v2.1Mike Pall2013-05-241-0/+1
|\|
| * Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.Mike Pall2013-05-241-0/+1
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-249-61/+139
* | Merge branch 'master' into v2.1Mike Pall2013-05-232-6/+3
|\|
| * FFI: Must sink XBAR together with XSTOREs.Mike Pall2013-05-231-0/+2
| * FFI: Fix unroll limit for ffi.fill().Mike Pall2013-05-231-6/+1
* | Merge branch 'master' into v2.1Mike Pall2013-05-231-0/+4
|\|
| * FFI: Insert no-op type conversion for pointer to integer cast.Mike Pall2013-05-231-0/+4
* | Refactor lj_cdata_newv().Mike Pall2013-05-233-5/+5
* | Don't try to reinvent memcpy().Mike Pall2013-05-222-11/+7