summaryrefslogtreecommitdiff
path: root/src/lj_ffrecord.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Avoid out-of-range number of results when compiling select(k, ...).Mike Pall2021-07-191-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-211-4/+2
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* FFI: Fix ipairs() recording.Mike Pall2015-10-241-4/+5
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Fix compilation of string.byte(s, nil, n).Mike Pall2013-12-221-11/+10
* Fix optional argument handling while recording builtins.Mike Pall2013-05-081-3/+3
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* From Lua 5.2: Add math.log(x, base).Mike Pall2012-10-071-0/+22
* From Lua 5.2: Return file object for io.write() and file:write().Mike Pall2012-09-281-4/+5
* From Lua 5.2: Add rawlen(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2012-09-241-0/+13
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-4/+1
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-2/+3
* ARM: Fix compilation of math.sinh/cosh/tanh.Mike Pall2012-04-301-1/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Avoid overwriting argument with error from metacall recording.Mike Pall2011-09-281-1/+3
* ARM: Fix math.ldexp() recording and folding.Mike Pall2011-05-271-3/+13
* ARM: Unify rotates to simplify assembler backend.Mike Pall2011-05-231-2/+9
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-1/+6
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-0/+1
* DUALNUM: Narrow result of math.floor() and math.ceil().Mike Pall2011-03-151-3/+11
* DUALNUM: Add integer variant of MIN/MAX.Mike Pall2011-03-111-3/+11
* DUALNUM: Handle integer type in JIT compiler.Mike Pall2011-03-101-18/+21
* Suppress recording of retried fast functions.Mike Pall2011-03-071-1/+3
* FFI: Simplify and fix tonumber() for cdata objects.Mike Pall2011-02-061-6/+6
* Fix recording of select() with multi-char string as 1st argument.Mike Pall2011-01-131-1/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Record tonumber() for boxed cdata.Mike Pall2011-01-021-1/+2
* FFI: Catch various NYI cases while recording.Mike Pall2010-12-281-0/+4
* Make recording of type() independent of LJ_T*/IRT_* mapping.Mike Pall2010-12-281-1/+7
* Add missing guard for check against "#" when recording select().Mike Pall2010-12-091-2/+2
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-7/+2
* Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*.Mike Pall2010-12-061-2/+2
* Rename IRT_PTR to IRT_P32.Mike Pall2010-12-051-5/+5
* Split off fast function recording to lj_ffrecord.c.Mike Pall2010-12-051-0/+803