Mike Pall
|
881f48f980
|
Cleanup of frame handling. No functional changes.
|
2014-12-15 02:27:27 +01:00 |
|
Mike Pall
|
1cb5929c5c
|
Compile debug.getmetatable().
Thanks to Karel Tuma.
|
2014-06-18 12:36:50 +02:00 |
|
Mike Pall
|
5a5a340f6e
|
Don't start stitched trace with CALLMT, too.
|
2014-01-20 21:31:06 +01:00 |
|
Mike Pall
|
a9d4543601
|
Merge branch 'master' into v2.1
|
2014-01-16 23:18:34 +01:00 |
|
Mike Pall
|
ef59e54820
|
Bump copyright date to 2014.
|
2014-01-16 23:10:16 +01:00 |
|
Mike Pall
|
dce3639c1d
|
Fix final snapshot for trace stitching.
|
2013-12-28 12:34:58 +01:00 |
|
Mike Pall
|
b5d741fa7e
|
Add trace stitching.
|
2013-12-25 02:55:25 +01:00 |
|
Mike Pall
|
e52119bbdd
|
Merge branch 'master' into v2.1
|
2013-12-22 11:46:06 +01:00 |
|
Mike Pall
|
89e8d70701
|
Fix compilation of string.byte(s, nil, n).
|
2013-12-22 11:43:44 +01:00 |
|
Mike Pall
|
4593fb5e29
|
Add table.clear().
|
2013-11-25 15:19:17 +01:00 |
|
Mike Pall
|
e6e760ca9f
|
Compile getfenv(0).
|
2013-10-09 20:34:40 +02:00 |
|
Mike Pall
|
c8cfca0557
|
Add table.new().
|
2013-10-09 17:02:01 +02:00 |
|
Mike Pall
|
803d4ddf0c
|
Fix non-FFI build.
|
2013-09-10 00:47:28 +02:00 |
|
Mike Pall
|
fd616caf26
|
Compile bit.tohex().
|
2013-05-15 13:57:35 +02:00 |
|
Mike Pall
|
4c39e9ffc8
|
Compile string.format().
|
2013-05-13 21:18:22 +02:00 |
|
Mike Pall
|
2369f5d00a
|
Abstract out default BUFHDR emitter.
|
2013-05-13 17:04:19 +02:00 |
|
Mike Pall
|
8f90a1279e
|
Big renaming of string buffer/formatting/conversion functions.
|
2013-05-13 10:15:07 +02:00 |
|
Mike Pall
|
625ffca739
|
Refactor raw object to pointer or string conversions.
|
2013-05-13 01:23:33 +02:00 |
|
Mike Pall
|
bb2cc1dcaf
|
Merge branch 'master' into v2.1
|
2013-05-08 11:10:46 +02:00 |
|
Mike Pall
|
71ce1e8706
|
Merge branch 'master' into v2.1
|
2013-05-08 11:06:45 +02:00 |
|
Mike Pall
|
c5d7666ec8
|
Fix optional argument handling while recording builtins.
|
2013-05-08 10:46:43 +02:00 |
|
Mike Pall
|
87b560b3e1
|
Compile string.find() for fixed string searches (no patterns).
|
2013-05-08 10:40:22 +02:00 |
|
Mike Pall
|
c77680824f
|
Compile table.concat().
|
2013-04-27 15:52:32 +02:00 |
|
Mike Pall
|
068783bf23
|
Compile string.rep().
|
2013-04-26 22:55:24 +02:00 |
|
Mike Pall
|
f9421f2b9f
|
Replace string.len with bytecode builtin.
|
2013-04-26 18:40:39 +02:00 |
|
Mike Pall
|
47fa9a8d8f
|
Change semantics of buffer ops to simplify CSE and DCE.
|
2013-04-26 13:47:41 +02:00 |
|
Mike Pall
|
b6adfff8f4
|
Compile string.reverse(), string.lower(), string.upper().
|
2013-04-26 00:32:08 +02:00 |
|
Mike Pall
|
39e53e8c4c
|
Compile string.char().
|
2013-04-23 12:40:07 +02:00 |
|
Mike Pall
|
255326afb6
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
|
2013-04-23 02:20:03 +02:00 |
|
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 |
|