summaryrefslogtreecommitdiff
path: root/src/lj_ffrecord.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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