aboutsummaryrefslogtreecommitdiff
path: root/src/lj_crecord.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2020-05-081-2/+4
|\
| * FFI: Always fall back to metamethods for cdata length/concat.Mike Pall2020-05-081-2/+4
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2018-04-221-0/+2
|\|
| * FFI: Add tonumber() specialization for failed conversions.Mike Pall2018-04-221-0/+2
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-2/+2
* | FFI: Compile bitfield loads/stores.Mike Pall2017-04-301-2/+47
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-1/+2
|\|
| * Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall2016-07-171-1/+2
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-10/+20
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+1
* | Avoid dependency on frame layout for LJ_POST_FIXCOMP.Mike Pall2014-12-151-2/+1
* | Merge branch 'master' into v2.1Mike Pall2014-09-081-0/+1
|\|
| * FFI: Fix for cdata vs. non-cdata arithmetic and comparisons.Mike Pall2014-09-081-0/+1
* | Merge branch 'master' into v2.1Mike Pall2014-07-041-1/+4
|\|
| * FFI: Fix compilation of reference field access.Mike Pall2014-07-041-1/+4
* | Merge branch 'master' into v2.1Mike Pall2014-05-151-1/+2
|\|
| * FFI: Fix recording of indexing a struct pointer ctype object itself.Mike Pall2014-05-151-1/+2
* | Merge branch 'master' into v2.1Mike Pall2014-05-061-5/+9
|\|
| * FFI: Another fix for cdata equality comparisons.Mike Pall2014-05-061-5/+9
* | Merge branch 'master' into v2.1Mike Pall2014-04-081-1/+3
|\|
| * FFI: Fix cdata equality comparison against strings.Mike Pall2014-04-081-1/+3
* | Merge branch 'master' into v2.1Mike Pall2014-04-011-27/+34
|\|
| * FFI: Allow non-scalar cdata to be compared for equality by address.Mike Pall2014-04-011-27/+34
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | FFI: Compile conversions from functions to function pointers.Mike Pall2013-10-161-1/+7
* | FFI: Compile lightuserdata to void * conversion.Mike Pall2013-10-091-1/+6
* | Merge branch 'master' into v2.1Mike Pall2013-09-081-1/+1
|\|
| * FFI: Fix argument checks for ffi.string().Mike Pall2013-09-081-1/+1
* | 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
* | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.Mike Pall2013-05-241-13/+11
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-14/+39
* | Merge branch 'master' into v2.1Mike Pall2013-05-231-6/+1
|\|
| * 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
* | Compile bit.tohex().Mike Pall2013-05-151-0/+37
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+0
* | Merge branch 'master' into v2.1Mike Pall2013-05-021-1/+1
|\|
| * FFI: Fix tailcall in lowest frame to C function with bool result.Mike Pall2013-05-021-1/+1
* | FFI: Add 64 bit bitwise operations.Mike Pall2013-03-141-0/+95