Mike Pall
|
46ce03464b
|
Fix Xbox 360 build.
|
2014-02-20 15:08:34 +01:00 |
|
Mike Pall
|
ec5546d1d2
|
Merge branch 'master' into v2.1
|
2014-02-06 12:27:02 +01:00 |
|
Mike Pall
|
2be62dcfcd
|
Fix exception unwind struct declaration.
|
2014-02-05 12:04:08 +01:00 |
|
Mike Pall
|
b20ff7a8ac
|
Use own buffer for LOOP substitution table.
Conflicted with the use of lj_buf_cat2str() in lj_opt_fold.c.
|
2014-02-01 20:44:46 +01:00 |
|
Mike Pall
|
a2abf2e098
|
Don't start a trace on side exit to non-Lua function.
|
2014-01-31 20:44:27 +01:00 |
|
Mike Pall
|
5a5a340f6e
|
Don't start stitched trace with CALLMT, too.
|
2014-01-20 21:31:06 +01:00 |
|
Mike Pall
|
bcd27038fc
|
Merge branch 'master' into v2.1
|
2014-01-20 16:59:04 +01:00 |
|
Mike Pall
|
92475419e5
|
Fix OSX build issue.
|
2014-01-20 16:56:37 +01:00 |
|
Mike Pall
|
dd910f0e01
|
Fix initial maxslot for down-recursive traces.
|
2014-01-20 16:49:13 +01:00 |
|
Mike Pall
|
3db3cc10ff
|
Fix compiler warnings.
|
2014-01-20 16:48:33 +01:00 |
|
Mike Pall
|
4e78b9bb12
|
Merge branch 'master' into v2.1
|
2014-01-19 13:12:23 +01:00 |
|
Mike Pall
|
926686ad3d
|
Fix OSX build issue.
|
2014-01-19 13:11:48 +01:00 |
|
Mike Pall
|
45c067dddd
|
FFI: Fix cts->L for cdata unsinking in snapshot restore.
|
2014-01-19 13:09:20 +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
|
ce9e8ed675
|
Fix KBASE for Lua functions below stitched fast functions.
|
2014-01-16 22:53:27 +01:00 |
|
Mike Pall
|
ba9dde2ce6
|
Merge branch 'master' into v2.1
|
2014-01-05 16:58:30 +01:00 |
|
Mike Pall
|
6964a7752a
|
Fix ABC elimination.
|
2014-01-05 16:57:51 +01:00 |
|
Mike Pall
|
87b33b98e1
|
Merge branch 'master' into v2.1
|
2013-12-29 19:21:58 +01:00 |
|
Mike Pall
|
b779f31ca3
|
Fix MinGW build.
|
2013-12-29 19:21:16 +01:00 |
|
Mike Pall
|
dce3639c1d
|
Fix final snapshot for trace stitching.
|
2013-12-28 12:34:58 +01:00 |
|
Mike Pall
|
c1328e9795
|
x86: Fix stack slot counting for IR_CALLA (affects table.new).
|
2013-12-26 11:03:25 +01:00 |
|
Mike Pall
|
c41e65499c
|
Show trailing NYI item for stitched trace with -jv.
|
2013-12-25 20:56:20 +01:00 |
|
Mike Pall
|
b5d741fa7e
|
Add trace stitching.
|
2013-12-25 02:55:25 +01:00 |
|
Mike Pall
|
6e02c210c4
|
Merge branch 'master' into v2.1
|
2013-12-25 00:27:55 +01:00 |
|
Mike Pall
|
ca67c89f20
|
MIPS: Cosmetic fix for interpreter.
|
2013-12-25 00:26:18 +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
|
b03cebe1f6
|
Merge branch 'master' into v2.1
|
2013-12-21 16:49:53 +01:00 |
|
Mike Pall
|
279673ddfc
|
Fix MinGW build.
|
2013-12-21 16:49:10 +01:00 |
|
Mike Pall
|
585dd449b5
|
Merge branch 'master' into v2.1
|
2013-12-09 00:32:08 +01:00 |
|
Mike Pall
|
0ded8e82a8
|
Fix call unroll checks in the presence of metamethod frames.
|
2013-12-09 00:29:56 +01:00 |
|
Mike Pall
|
5c7db3c4fc
|
Merge branch 'master' into v2.1
|
2013-12-02 09:19:06 +01:00 |
|
Mike Pall
|
916f09d0a9
|
x64: Fix store to upvalue for lightuserdata values.
|
2013-12-02 09:18:01 +01:00 |
|
Mike Pall
|
4593fb5e29
|
Add table.clear().
|
2013-11-25 15:19:17 +01:00 |
|
Mike Pall
|
c378f7dbb8
|
Abstract out post-registration handling of pre-registered modules.
|
2013-11-25 15:17:44 +01:00 |
|
Mike Pall
|
a8c3862d63
|
Merge branch 'master' into v2.1
|
2013-11-22 05:45:33 +01:00 |
|
Mike Pall
|
f371ed6bd8
|
Respect jit.off(func) when returning to a function, too.
|
2013-11-22 05:42:56 +01:00 |
|
Mike Pall
|
b00a0260dd
|
Merge branch 'master' into v2.1
|
2013-11-22 05:14:37 +01:00 |
|
Mike Pall
|
9d90988347
|
Follow-up fix for GC step threshold fix.
|
2013-11-22 05:13:13 +01:00 |
|
Mike Pall
|
94bfa7cfa6
|
Merge branch 'master' into v2.1
|
2013-11-21 13:47:19 +01:00 |
|
Mike Pall
|
751eacec7b
|
Improve msvcbuild.bat static linking.
|
2013-11-21 13:47:07 +01:00 |
|
Mike Pall
|
9f77a31e89
|
Merge branch 'master' into v2.1
|
2013-11-16 18:28:34 +01:00 |
|
Mike Pall
|
db64b2b1ed
|
FFI: Clarify ffi.cdef behavior.
|
2013-11-16 18:28:21 +01:00 |
|
Mike Pall
|
ffabcc4445
|
Merge branch 'master' into v2.1
|
2013-11-07 13:30:20 +01:00 |
|
Mike Pall
|
5a25a735f5
|
Fix type punning alias analysis for constified pointers.
|
2013-11-07 13:29:20 +01:00 |
|
Mike Pall
|
8a2b2beac2
|
Merge branch 'master' into v2.1
|
2013-11-05 19:46:41 +01:00 |
|
Mike Pall
|
8941b1994e
|
Fix for last commit
|
2013-11-05 19:45:04 +01:00 |
|
Mike Pall
|
5c55b766bd
|
Merge branch 'master' into v2.1
|
2013-11-05 19:41:21 +01:00 |
|
Mike Pall
|
7b4d5306c7
|
Fix GC steps threshold handling when called by JIT-compiled code.
Thanks to Cheng, Long.
|
2013-11-05 19:36:59 +01:00 |
|