Mike Pall
|
76a2a7c857
|
Avoid overwriting argument with error from metacall recording.
|
2011-09-28 17:29:15 +02:00 |
|
Mike Pall
|
7683f39786
|
ARM: Fix math.ldexp() recording and folding.
|
2011-05-27 02:03:02 +02:00 |
|
Mike Pall
|
185554b682
|
ARM: Unify rotates to simplify assembler backend.
|
2011-05-23 20:20:34 +02:00 |
|
Mike Pall
|
138f54352a
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
|
Mike Pall
|
effdfda673
|
Move IR_CALL* definitions to lj_ircall.h.
|
2011-05-22 16:28:43 +02:00 |
|
Mike Pall
|
6299485000
|
DUALNUM: Narrow result of math.floor() and math.ceil().
|
2011-03-15 18:15:42 +01:00 |
|
Mike Pall
|
7fb1075903
|
DUALNUM: Add integer variant of MIN/MAX.
|
2011-03-11 23:28:46 +01:00 |
|
Mike Pall
|
bfce3c1127
|
DUALNUM: Handle integer type in JIT compiler.
|
2011-03-10 01:57:24 +01:00 |
|
Mike Pall
|
8eb09fe820
|
Suppress recording of retried fast functions.
|
2011-03-07 20:03:38 +01:00 |
|
Mike Pall
|
bf58160b7a
|
FFI: Simplify and fix tonumber() for cdata objects.
|
2011-02-06 12:23:58 +01:00 |
|
Mike Pall
|
706bbe394e
|
Fix recording of select() with multi-char string as 1st argument.
|
2011-01-13 17:16:22 +01:00 |
|
Mike Pall
|
06f99fc3df
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
|
Mike Pall
|
55a9be7809
|
FFI: Record tonumber() for boxed cdata.
|
2011-01-02 18:30:02 +01:00 |
|
Mike Pall
|
d176433e32
|
FFI: Catch various NYI cases while recording.
|
2010-12-28 19:09:01 +01:00 |
|
Mike Pall
|
a70fb9416a
|
Make recording of type() independent of LJ_T*/IRT_* mapping.
|
2010-12-28 18:23:41 +01:00 |
|
Mike Pall
|
870bcd7640
|
Add missing guard for check against "#" when recording select().
|
2010-12-09 22:35:49 +01:00 |
|
Mike Pall
|
d778680098
|
FFI: Record cdata index operations (preliminary, lots of NYI cases).
|
2010-12-08 02:11:18 +01:00 |
|
Mike Pall
|
e137408752
|
Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*.
|
2010-12-06 02:14:39 +01:00 |
|
Mike Pall
|
6a7605ec85
|
Rename IRT_PTR to IRT_P32.
|
2010-12-05 18:59:34 +01:00 |
|
Mike Pall
|
e7f8cc964e
|
Split off fast function recording to lj_ffrecord.c.
|
2010-12-05 17:12:34 +01:00 |
|