aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-0/+1
| | | | | | | | Sponsored by fmad.io.
* | PPC: Fix GG_State loads.Mike Pall2021-03-231-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-2/+4
| |
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-1/+1
| | | | | | | | It's not 2005 anymore.
* | Improve assertions.Mike Pall2020-06-151-14/+17
| |
* | 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 Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Increase range of GG_State loads via IR_FLOAD with REF_NIL.Mike Pall2016-11-191-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 Pall2016-06-031-0/+4
| |
* | LJ_GC64: Add support for 64 bit GCobj constants in the IR.Mike Pall2016-05-231-9/+20
| | | | | | | | Contributed by Peter Cawley.
* | Strip out old infrastructure for 64 bit constants.Mike Pall2016-05-231-74/+0
| | | | | | | | Contributed by Peter Cawley.
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-13/+23
| | | | | | | | Contributed by Peter Cawley.
* | Simplify GCtrace * reference embedding for trace stitching.Mike Pall2016-05-221-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 Pall2016-05-211-0/+8
| | | | | | | | Contributed by Peter Cawley.
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-211-5/+5
| | | | | | | | | | Prerequisite for immovable IR. Contributed by Peter Cawley.
* | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall2016-04-241-1/+1
| | | | | | | | Thanks to Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Re-enable trace stitching.Mike Pall2015-08-291-14/+30
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-0/+1
| | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags.
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-1/+1
| |
* | Cleanup of memory vs. GC sizes. No functional changes.Mike Pall2014-12-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-0/+1
| |
* | Use explicit conversion type for IR_TOSTR. Add char conversion.Mike Pall2013-04-231-1/+2
| |
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+1
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Add table of IR type sizes.Mike Pall2012-08-271-0/+8
|
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-0/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Generate a portable vmdef.lua.Mike Pall2011-09-201-2/+2
|
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-66/+0
|
* Simplify helper routines for soft-float targets. Add POW rejoin.Mike Pall2011-05-261-1/+66
|
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-0/+1
|
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-0/+1
|
* DUALNUM: Add integer variant of MIN/MAX.Mike Pall2011-03-111-0/+12
|
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-1/+1
|