| Commit message (Expand) | Author | Files | Lines |
2013-06-24 | DynASM/x86: Add lock prefix. | Mike Pall | 1 | -1/+1 |
2013-06-20 | FFI: Add missing GC steps for callback argument conversions. | Mike Pall | 1 | -1/+4 |
2013-06-18 | Improve ULOAD forwarding for open upvalues. | Mike Pall | 1 | -3/+12 |
2013-06-03 | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 13 | -17/+17 |
2013-06-03 | Update changelog. | Mike Pall | 1 | -0/+30 |
2013-06-03 | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 3 | -9/+15 |
2013-05-29 | FFI: Preserve intermediate string for const char * conversion. | Mike Pall | 1 | -2/+3 |
2013-05-29 | Refactor string buffer growth helpers. | Mike Pall | 3 | -21/+31 |
2013-05-29 | Fix -jdump broken by 2ef2c34d. | Mike Pall | 1 | -1/+6 |
2013-05-29 | Minor change to lj_lib_pushcc(). | Mike Pall | 2 | -4/+6 |
2013-05-25 | Fix compatibility issues with Illumos. | Mike Pall | 3 | -13/+23 |
2013-05-24 | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. | Mike Pall | 5 | -32/+22 |
2013-05-24 | Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule. | Mike Pall | 1 | -0/+1 |
2013-05-24 | FFI: Compile VLA/VLS and large cdata allocs with default initialization. | Mike Pall | 9 | -61/+139 |
2013-05-23 | FFI: Must sink XBAR together with XSTOREs. | Mike Pall | 1 | -0/+2 |
2013-05-23 | FFI: Fix unroll limit for ffi.fill(). | Mike Pall | 1 | -6/+1 |
2013-05-23 | FFI: Insert no-op type conversion for pointer to integer cast. | Mike Pall | 1 | -0/+4 |
2013-05-23 | Refactor lj_cdata_newv(). | Mike Pall | 3 | -5/+5 |
2013-05-22 | Don't try to reinvent memcpy(). | Mike Pall | 2 | -11/+7 |
2013-05-18 | FFI: Improve error messages for arithmetic and comparison operators. | Mike Pall | 1 | -1/+1 |
2013-05-18 | Remove use of printf() in luajit.c. | Mike Pall | 1 | -7/+6 |
2013-05-16 | Get rid of module() in all internal modules. | Mike Pall | 12 | -98/+92 |
2013-05-16 | Handle calls with max. args in backends even after SPLIT. | Mike Pall | 5 | -9/+9 |
2013-05-16 | FFI: Fix calling conventions for ARM hard-float EABI. | Mike Pall | 1 | -2/+6 |
2013-05-16 | FFI: Fix calling conventions for 32 bit OSX and iOS simulator. | Mike Pall | 1 | -0/+58 |
2013-05-15 | Add partial support for building with MingW64 GCC 4.8-SEH. | Mike Pall | 4 | -11/+16 |
2013-05-15 | Compile bit.tohex(). | Mike Pall | 5 | -10/+59 |
2013-05-15 | Another fix for bit.tohex(). | Mike Pall | 1 | -1/+6 |
2013-05-13 | Compile string.format(). | Mike Pall | 4 | -5/+133 |
2013-05-13 | FFI: Load FFI library on-demand for -jdump. | Mike Pall | 2 | -3/+14 |
2013-05-13 | Refactor CCallInfo representation for split arguments. | Mike Pall | 6 | -59/+74 |
2013-05-13 | Fix bit.tohex() broken by 7d5acc29. | Mike Pall | 1 | -2/+2 |
2013-05-13 | Adapt -jdump to unified string.format("%x", -1) behavior. | Mike Pall | 2 | -3/+6 |
2013-05-13 | Abstract out default BUFHDR emitter. | Mike Pall | 1 | -11/+12 |
2013-05-13 | Fix compiler warnings. | Mike Pall | 1 | -4/+4 |
2013-05-13 | FFI: Ignore CTF_LONG in ffi.istype(). | Mike Pall | 1 | -1/+1 |
2013-05-13 | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 40 | -354/+393 |
2013-05-13 | Refactor raw object to pointer or string conversions. | Mike Pall | 9 | -58/+62 |
2013-05-12 | Refactor internal string formatting. | Mike Pall | 14 | -126/+149 |
2013-05-12 | Refactor bit.tohex(). | Mike Pall | 4 | -30/+31 |
2013-05-12 | Refactor string.format(). | Mike Pall | 8 | -193/+463 |
2013-05-08 | Fix optional argument handling in table.concat(). | Mike Pall | 1 | -2/+2 |
2013-05-08 | Fix optional argument handling while recording builtins. | Mike Pall | 1 | -3/+3 |
2013-05-08 | Compile string.find() for fixed string searches (no patterns). | Mike Pall | 3 | -22/+89 |
2013-05-07 | Partially refactor string.find(). | Mike Pall | 3 | -63/+73 |
2013-05-02 | FFI: Fix tailcall in lowest frame to C function with bool result. | Mike Pall | 1 | -1/+1 |
2013-04-29 | Fix builtin string to number conversion for overflow digits. | Mike Pall | 1 | -2/+3 |
2013-04-28 | Inhibit CSE for table.concat(). | Mike Pall | 1 | -0/+2 |
2013-04-28 | Compile __concat metamethod. | Mike Pall | 1 | -14/+48 |
2013-04-28 | Fix BC_ISTYPE for WIN64 calling conventions. | Mike Pall | 1 | -3/+3 |