Mike Pall
|
59329cfbbf
|
Optimize and refactor printing of numbers to buffers.
|
2013-03-25 16:41:13 +01:00 |
|
Mike Pall
|
a98aede377
|
FFI: Add 64 bit bitwise operations.
|
2013-03-14 06:03:18 +01:00 |
|
Mike Pall
|
5e601891fc
|
Replace table.remove with bytecode builtin.
|
2013-02-24 17:59:04 +01:00 |
|
Mike Pall
|
60e380fd93
|
Replace table.getn/foreach/foreachi with bytecode builtins.
|
2013-02-23 02:17:50 +01:00 |
|
Mike Pall
|
19d5651455
|
Replace math.deg/math.rad with builtin Lua function.
|
2013-02-22 01:44:17 +01:00 |
|
Mike Pall
|
4a44c4ff69
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
|
Mike Pall
|
0561a56938
|
From Lua 5.2: Add math.log(x, base).
|
2012-10-07 15:47:11 +02:00 |
|
Mike Pall
|
7a6bb9a208
|
From Lua 5.2: Return file object for io.write() and file:write().
Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
2012-09-28 17:54:18 +02:00 |
|
Mike Pall
|
ca0bb4881f
|
From Lua 5.2: Add rawlen(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
|
2012-09-24 17:33:32 +02:00 |
|
Mike Pall
|
23932a6c8b
|
Use 0/1 macro for Lua 5.2 compatibility.
|
2012-09-12 11:20:47 +02:00 |
|
Mike Pall
|
4c882fe714
|
Replace strtod() with builtin string to number conversion.
|
2012-08-25 23:02:29 +02:00 |
|
Mike Pall
|
eec0d80d1b
|
ARM: Fix compilation of math.sinh/cosh/tanh.
|
2012-04-30 17:09:41 +02:00 |
|
Mike Pall
|
10ef109eef
|
Bump copyright date to 2012.
|
2012-01-23 22:42:42 +01:00 |
|
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 |
|