Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-20 | 1 | -1/+4 |
|\ | |||||
| * | FFI: Add missing GC steps for callback argument conversions. | Mike Pall | 2013-06-20 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-18 | 1 | -3/+12 |
|\| | |||||
| * | Improve ULOAD forwarding for open upvalues. | Mike Pall | 2013-06-18 | 1 | -3/+12 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 4 | -5/+35 |
|\| | |||||
| * | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 2013-06-03 | 13 | -17/+17 |
| | | |||||
| * | Update changelog. | Mike Pall | 2013-06-03 | 1 | -0/+30 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 3 | -9/+15 |
|\| | |||||
| * | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 2013-06-03 | 3 | -9/+15 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-29 | 1 | -2/+3 |
|\| | |||||
| * | FFI: Preserve intermediate string for const char * conversion. | Mike Pall | 2013-05-29 | 1 | -2/+3 |
| | | | | | | | | Otherwise the trailing NUL is lost. | ||||
* | | Refactor string buffer growth helpers. | Mike Pall | 2013-05-29 | 3 | -21/+31 |
| | | |||||
* | | Fix -jdump broken by 2ef2c34d. | Mike Pall | 2013-05-29 | 1 | -1/+6 |
| | | |||||
* | | Minor change to lj_lib_pushcc(). | Mike Pall | 2013-05-29 | 2 | -4/+6 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-25 | 3 | -13/+23 |
|\| | |||||
| * | Fix compatibility issues with Illumos. | Mike Pall | 2013-05-25 | 3 | -13/+23 |
| | | | | | | | | Thanks to Theo Schlossnagle. | ||||
* | | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. | Mike Pall | 2013-05-24 | 5 | -32/+22 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-24 | 1 | -0/+1 |
|\| | |||||
| * | Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule. | Mike Pall | 2013-05-24 | 1 | -0/+1 |
| | | |||||
* | | FFI: Compile VLA/VLS and large cdata allocs with default initialization. | Mike Pall | 2013-05-24 | 9 | -61/+139 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-23 | 2 | -6/+3 |
|\| | |||||
| * | FFI: Must sink XBAR together with XSTOREs. | Mike Pall | 2013-05-23 | 1 | -0/+2 |
| | | |||||
| * | FFI: Fix unroll limit for ffi.fill(). | Mike Pall | 2013-05-23 | 1 | -6/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-23 | 1 | -0/+4 |
|\| | |||||
| * | FFI: Insert no-op type conversion for pointer to integer cast. | Mike Pall | 2013-05-23 | 1 | -0/+4 |
| | | |||||
* | | Refactor lj_cdata_newv(). | Mike Pall | 2013-05-23 | 3 | -5/+5 |
| | | |||||
* | | Don't try to reinvent memcpy(). | Mike Pall | 2013-05-22 | 2 | -11/+7 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-18 | 1 | -1/+1 |
|\| | |||||
| * | FFI: Improve error messages for arithmetic and comparison operators. | Mike Pall | 2013-05-18 | 1 | -1/+1 |
| | | |||||
* | | Remove use of printf() in luajit.c. | Mike Pall | 2013-05-18 | 1 | -7/+6 |
| | | |||||
* | | Get rid of module() in all internal modules. | Mike Pall | 2013-05-16 | 12 | -98/+92 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 5 | -9/+9 |
|\| | |||||
| * | Handle calls with max. args in backends even after SPLIT. | Mike Pall | 2013-05-16 | 5 | -9/+9 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 1 | -2/+6 |
|\| | |||||
| * | FFI: Fix calling conventions for ARM hard-float EABI. | Mike Pall | 2013-05-16 | 1 | -2/+6 |
| | | | | | | | | Properly classify nested (non-transparent) structs. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 4 | -11/+74 |
|\| | |||||
| * | FFI: Fix calling conventions for 32 bit OSX and iOS simulator. | Mike Pall | 2013-05-16 | 1 | -0/+58 |
| | | | | | | | | | | OSX uses -freg-struct-return, which returns small structs in regs. Thanks to Adriano Bertucci. | ||||
| * | Add partial support for building with MingW64 GCC 4.8-SEH. | Mike Pall | 2013-05-15 | 4 | -11/+16 |
| | | | | | | | | | | Error handling works, C++ interoperability generally works. C++ destructors in libs compiled with G++ cause trouble (ok with MSVC). | ||||
* | | Compile bit.tohex(). | Mike Pall | 2013-05-15 | 5 | -10/+59 |
| | | |||||
* | | Another fix for bit.tohex(). | Mike Pall | 2013-05-15 | 1 | -1/+6 |
| | | |||||
* | | Compile string.format(). | Mike Pall | 2013-05-13 | 4 | -5/+133 |
| | | |||||
* | | FFI: Load FFI library on-demand for -jdump. | Mike Pall | 2013-05-13 | 2 | -3/+14 |
| | | |||||
* | | Refactor CCallInfo representation for split arguments. | Mike Pall | 2013-05-13 | 6 | -59/+74 |
| | | |||||
* | | Fix bit.tohex() broken by 7d5acc29. | Mike Pall | 2013-05-13 | 1 | -2/+2 |
| | | |||||
* | | Adapt -jdump to unified string.format("%x", -1) behavior. | Mike Pall | 2013-05-13 | 2 | -3/+6 |
| | | |||||
* | | Abstract out default BUFHDR emitter. | Mike Pall | 2013-05-13 | 1 | -11/+12 |
| | | |||||
* | | Fix compiler warnings. | Mike Pall | 2013-05-13 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-13 | 1 | -1/+1 |
|\| | |||||
| * | FFI: Ignore CTF_LONG in ffi.istype(). | Mike Pall | 2013-05-13 | 1 | -1/+1 |
| | | |||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 40 | -354/+393 |
| | |