| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -18/+5 |
| | | | | | | | | | Phew. #1411 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | String buffers, part 3d: Compile string buffer methods and functions. | Mike Pall | 2021-07-19 | 1 | -0/+1 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | PPC: Fix GG_State loads. | Mike Pall | 2021-03-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -2/+4 |
| | | | |||||
| * | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
| | | | | | | | | | It's not 2005 anymore. | ||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -14/+17 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Increase range of GG_State loads via IR_FLOAD with REF_NIL. | Mike Pall | 2016-11-19 | 1 | -2/+4 |
| | | | | | | | | | | | Require 32 bit alignment and store offset/4 instead. Otherwise this can overflow the 10 bit limit for the FOLD op2 key. | ||||
| * | | LJ_GC64: Ensure all IR slot fields are initialized. | Mike Pall | 2016-06-03 | 1 | -0/+4 |
| | | | |||||
| * | | LJ_GC64: Add support for 64 bit GCobj constants in the IR. | Mike Pall | 2016-05-23 | 1 | -9/+20 |
| | | | | | | | | | Contributed by Peter Cawley. | ||||
| * | | Strip out old infrastructure for 64 bit constants. | Mike Pall | 2016-05-23 | 1 | -74/+0 |
| | | | | | | | | | Contributed by Peter Cawley. | ||||
| * | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -13/+23 |
| | | | | | | | | | Contributed by Peter Cawley. | ||||
| * | | Simplify GCtrace * reference embedding for trace stitching. | Mike Pall | 2016-05-22 | 1 | -0/+12 |
| | | | | | | | | | | | This is now possible due to the immovable IR. Contributed by Peter Cawley. | ||||
| * | | Add IR_FLOAD with REF_NIL for field loads from GG_State. | Mike Pall | 2016-05-21 | 1 | -0/+8 |
| | | | | | | | | | Contributed by Peter Cawley. | ||||
| * | | Move common 32/64 bit in-memory FP constants to jit_State. | Mike Pall | 2016-05-21 | 1 | -5/+5 |
| | | | | | | | | | | | Prerequisite for immovable IR. Contributed by Peter Cawley. | ||||
| * | | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers. | Mike Pall | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | | | Thanks to Peter Cawley. | ||||
| * | | 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 |
| | | | |||||
| * | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -14/+30 |
| | | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
| * | | 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_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -0/+1 |
| | | | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags. | ||||
| * | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -0/+1 |
| | | | |||||
| * | | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 1 | -1/+2 |
| | | | |||||
| * | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+1 |
| |/ | |||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Add table of IR type sizes. | Mike Pall | 2012-08-27 | 1 | -0/+8 |
| | | |||||
| * | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -0/+1 |
| | | |||||
| * | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | Generate a portable vmdef.lua. | Mike Pall | 2011-09-20 | 1 | -2/+2 |
| | | |||||
| * | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 2011-06-03 | 1 | -66/+0 |
| | | |||||
| * | Simplify helper routines for soft-float targets. Add POW rejoin. | Mike Pall | 2011-05-26 | 1 | -1/+66 |
| | | |||||
| * | Split up FP IR instructions with SPLIT pass for soft-float targets. | Mike Pall | 2011-05-22 | 1 | -0/+1 |
| | | |||||
