| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -2/+2 |
* | FFI: Compile bitfield loads/stores. | Mike Pall | 2017-04-30 | 1 | -2/+47 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | 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 |
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -10/+20 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -1/+1 |
* | | Avoid dependency on frame layout for LJ_POST_FIXCOMP. | Mike Pall | 2014-12-15 | 1 | -2/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-09-08 | 1 | -0/+1 |
|\| |
|
| * | FFI: Fix for cdata vs. non-cdata arithmetic and comparisons. | Mike Pall | 2014-09-08 | 1 | -0/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-07-04 | 1 | -1/+4 |
|\| |
|
| * | FFI: Fix compilation of reference field access. | Mike Pall | 2014-07-04 | 1 | -1/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-15 | 1 | -1/+2 |
|\| |
|
| * | FFI: Fix recording of indexing a struct pointer ctype object itself. | Mike Pall | 2014-05-15 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-06 | 1 | -5/+9 |
|\| |
|
| * | FFI: Another fix for cdata equality comparisons. | Mike Pall | 2014-05-06 | 1 | -5/+9 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-08 | 1 | -1/+3 |
|\| |
|
| * | FFI: Fix cdata equality comparison against strings. | Mike Pall | 2014-04-08 | 1 | -1/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-01 | 1 | -27/+34 |
|\| |
|
| * | FFI: Allow non-scalar cdata to be compared for equality by address. | Mike Pall | 2014-04-01 | 1 | -27/+34 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | | FFI: Compile conversions from functions to function pointers. | Mike Pall | 2013-10-16 | 1 | -1/+7 |
* | | FFI: Compile lightuserdata to void * conversion. | Mike Pall | 2013-10-09 | 1 | -1/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-08 | 1 | -1/+1 |
|\| |
|
| * | FFI: Fix argument checks for ffi.string(). | Mike Pall | 2013-09-08 | 1 | -1/+1 |
* | | 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 |
* | | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. | Mike Pall | 2013-05-24 | 1 | -13/+11 |
* | | FFI: Compile VLA/VLS and large cdata allocs with default initialization. | Mike Pall | 2013-05-24 | 1 | -14/+39 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-23 | 1 | -6/+1 |
|\| |
|
| * | 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 |
* | | Compile bit.tohex(). | Mike Pall | 2013-05-15 | 1 | -0/+37 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+0 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-02 | 1 | -1/+1 |
|\| |
|
| * | FFI: Fix tailcall in lowest frame to C function with bool result. | Mike Pall | 2013-05-02 | 1 | -1/+1 |
* | | FFI: Add 64 bit bitwise operations. | Mike Pall | 2013-03-14 | 1 | -0/+95 |
* | | Remove obsolete non-truncating number to integer conversions. | Mike Pall | 2013-02-23 | 1 | -6/+5 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | FFI: Fix recording of bool call result check on x86/x64. | Mike Pall | 2012-11-06 | 1 | -0/+5 |
* | FFI: Compile ffi.gc(). | Mike Pall | 2012-10-10 | 1 | -16/+27 |
* | FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof(). | Mike Pall | 2012-10-10 | 1 | -1/+22 |
* | FFI: Compile array/struct copies. | Mike Pall | 2012-10-09 | 1 | -3/+3 |