aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into v2.1Mike Pall2013-05-181-1/+1
|\|
| * FFI: Improve error messages for arithmetic and comparison operators.Mike Pall2013-05-181-1/+1
* | Remove use of printf() in luajit.c.Mike Pall2013-05-181-7/+6
* | Get rid of module() in all internal modules.Mike Pall2013-05-1612-98/+92
* | Merge branch 'master' into v2.1Mike Pall2013-05-165-9/+9
|\|
| * Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-165-9/+9
* | Merge branch 'master' into v2.1Mike Pall2013-05-161-2/+6
|\|
| * FFI: Fix calling conventions for ARM hard-float EABI.Mike Pall2013-05-161-2/+6
* | Merge branch 'master' into v2.1Mike Pall2013-05-164-11/+74
|\|
| * FFI: Fix calling conventions for 32 bit OSX and iOS simulator.Mike Pall2013-05-161-0/+58
| * Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-154-11/+16
* | Compile bit.tohex().Mike Pall2013-05-155-10/+59
* | Another fix for bit.tohex().Mike Pall2013-05-151-1/+6
* | Compile string.format().Mike Pall2013-05-134-5/+133
* | FFI: Load FFI library on-demand for -jdump.Mike Pall2013-05-132-3/+14
* | Refactor CCallInfo representation for split arguments.Mike Pall2013-05-136-59/+74
* | Fix bit.tohex() broken by 7d5acc29.Mike Pall2013-05-131-2/+2
* | Adapt -jdump to unified string.format("%x", -1) behavior.Mike Pall2013-05-132-3/+6
* | Abstract out default BUFHDR emitter.Mike Pall2013-05-131-11/+12
* | Fix compiler warnings.Mike Pall2013-05-131-4/+4
* | Merge branch 'master' into v2.1Mike Pall2013-05-131-1/+1
|\|
| * FFI: Ignore CTF_LONG in ffi.istype().Mike Pall2013-05-131-1/+1
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-1340-354/+393