Commit Graph

  • 095344ce7c Fix check for reuse of SCEV results in FORL. Mike Pall 2014-03-27 23:29:30 +01:00
  • 3500c35e23 Merge branch 'master' into v2.1 Mike Pall 2014-03-27 11:39:15 +01:00
  • c03be1210c x86/x64: Avoid use of SAHF instruction. Mike Pall 2014-03-27 11:38:07 +01:00
  • ce477ffbfa Merge branch 'master' into v2.1 Mike Pall 2014-03-24 09:42:05 +01:00
  • 1ca794e0b0 Fix compiler warnings. Mike Pall 2014-03-24 09:41:33 +01:00
  • 14e0f5ad8b Merge branch 'master' into v2.1 Mike Pall 2014-03-12 13:24:37 +01:00
  • 880ca300e8 RELEASE LuaJIT-2.0.3 Mike Pall 2014-03-12 13:24:07 +01:00
  • 30c57579ad Update changelog. Mike Pall 2014-03-12 12:54:00 +01:00
  • 03bf26e037 Merge branch 'master' into v2.1 Mike Pall 2014-03-06 17:55:52 +01:00
  • 80efb07750 DynASM: Emit version check after .arch directive. Mike Pall 2014-03-06 17:54:48 +01:00
  • 0e9bf2f60d Merge branch 'master' into v2.1 Mike Pall 2014-03-06 00:42:38 +01:00
  • 416abff90d Don't access dangling reference to reallocated IR. Mike Pall 2014-03-06 00:39:37 +01:00
  • 19d53ed2f9 Specialize to ffid for non-monomorphic builtins. Mike Pall 2014-03-04 16:11:29 +01:00
  • fd3354a9dd Merge branch 'master' into v2.1 Mike Pall 2014-02-28 14:10:30 +01:00
  • e94150877d Fix frame depth display for bytecode dump in -jdump. Mike Pall 2014-02-28 14:09:34 +01:00
  • ef3cc47f9f Fix recording of BC_VARG. Mike Pall 2014-02-28 14:09:09 +01:00
  • b342b7a0eb Merge branch 'master' into v2.1 Mike Pall 2014-02-27 12:25:59 +01:00
  • 900d0ce276 Fix for -jdump docs. Mike Pall 2014-02-27 12:25:13 +01:00
  • 9695c5ab46 Merge branch 'master' into v2.1 Mike Pall 2014-02-26 15:57:13 +01:00
  • 6a47e123a4 Add PS4 port. Mike Pall 2014-02-26 15:56:07 +01:00
  • 2863b10956 Merge branch 'master' into v2.1 Mike Pall 2014-02-20 15:09:02 +01:00
  • 46ce03464b Fix Xbox 360 build. Mike Pall 2014-02-20 15:08:34 +01:00
  • 998651fcda Don't purge modified function from stack slots in BC_RET. Mike Pall 2014-02-20 04:24:50 +01:00
  • 1994a2453e FFI: Disallow nested VLS. Mike Pall 2014-02-19 22:05:34 +01:00
  • 2bc63bb6af Prevent BASE register coalescing if parent uses IR_RETF. Mike Pall 2014-02-19 17:09:22 +01:00
  • e3d5b218d3 Fix quoting in xedkbuild.bat (again). Mike Pall 2014-02-12 00:44:14 +01:00
  • ec5546d1d2 Merge branch 'master' into v2.1 Mike Pall 2014-02-06 12:27:02 +01:00
  • 2be62dcfcd Fix exception unwind struct declaration. Mike Pall 2014-02-05 12:04:08 +01:00
  • b20ff7a8ac Use own buffer for LOOP substitution table. Mike Pall 2014-02-01 20:44:46 +01:00
  • a2abf2e098 Don't start a trace on side exit to non-Lua function. Mike Pall 2014-01-31 20:44:27 +01:00
  • 5a5a340f6e Don't start stitched trace with CALLMT, too. Mike Pall 2014-01-20 21:31:06 +01:00
  • bcd27038fc Merge branch 'master' into v2.1 Mike Pall 2014-01-20 16:59:04 +01:00
  • 92475419e5 Fix OSX build issue. Mike Pall 2014-01-20 16:56:37 +01:00
  • dd910f0e01 Fix initial maxslot for down-recursive traces. Mike Pall 2014-01-20 16:49:13 +01:00
  • 3db3cc10ff Fix compiler warnings. Mike Pall 2014-01-20 16:48:33 +01:00
  • 4e78b9bb12 Merge branch 'master' into v2.1 Mike Pall 2014-01-19 13:12:23 +01:00
  • 926686ad3d Fix OSX build issue. Mike Pall 2014-01-19 13:11:48 +01:00
  • 45c067dddd FFI: Fix cts->L for cdata unsinking in snapshot restore. Mike Pall 2014-01-19 13:09:20 +01:00
  • a9d4543601 Merge branch 'master' into v2.1 Mike Pall 2014-01-16 23:18:34 +01:00
  • ef59e54820 Bump copyright date to 2014. Mike Pall 2014-01-16 23:10:16 +01:00
  • ce9e8ed675 Fix KBASE for Lua functions below stitched fast functions. Mike Pall 2014-01-16 22:53:27 +01:00
  • ba9dde2ce6 Merge branch 'master' into v2.1 Mike Pall 2014-01-05 16:58:30 +01:00
  • 6964a7752a Fix ABC elimination. Mike Pall 2014-01-05 16:57:51 +01:00
  • 87b33b98e1 Merge branch 'master' into v2.1 Mike Pall 2013-12-29 19:21:58 +01:00
  • b779f31ca3 Fix MinGW build. Mike Pall 2013-12-29 19:21:16 +01:00
  • dce3639c1d Fix final snapshot for trace stitching. Mike Pall 2013-12-28 12:34:58 +01:00
  • c1328e9795 x86: Fix stack slot counting for IR_CALLA (affects table.new). Mike Pall 2013-12-26 11:03:25 +01:00
  • c41e65499c Show trailing NYI item for stitched trace with -jv. Mike Pall 2013-12-25 20:56:20 +01:00
  • b5d741fa7e Add trace stitching. Mike Pall 2013-12-25 02:55:25 +01:00
  • 6e02c210c4 Merge branch 'master' into v2.1 Mike Pall 2013-12-25 00:27:55 +01:00
  • ca67c89f20 MIPS: Cosmetic fix for interpreter. Mike Pall 2013-12-25 00:26:18 +01:00
  • e52119bbdd Merge branch 'master' into v2.1 Mike Pall 2013-12-22 11:46:06 +01:00
  • 89e8d70701 Fix compilation of string.byte(s, nil, n). Mike Pall 2013-12-22 11:43:44 +01:00
  • b03cebe1f6 Merge branch 'master' into v2.1 Mike Pall 2013-12-21 16:49:53 +01:00
  • 279673ddfc Fix MinGW build. Mike Pall 2013-12-21 16:49:10 +01:00
  • 585dd449b5 Merge branch 'master' into v2.1 Mike Pall 2013-12-09 00:32:08 +01:00
  • 0ded8e82a8 Fix call unroll checks in the presence of metamethod frames. Mike Pall 2013-12-09 00:29:56 +01:00
  • 5c7db3c4fc Merge branch 'master' into v2.1 Mike Pall 2013-12-02 09:19:06 +01:00
  • 916f09d0a9 x64: Fix store to upvalue for lightuserdata values. Mike Pall 2013-12-02 09:18:01 +01:00
  • 4593fb5e29 Add table.clear(). Mike Pall 2013-11-25 15:18:31 +01:00
  • c378f7dbb8 Abstract out post-registration handling of pre-registered modules. Mike Pall 2013-11-25 15:17:44 +01:00
  • a8c3862d63 Merge branch 'master' into v2.1 Mike Pall 2013-11-22 05:45:33 +01:00
  • f371ed6bd8 Respect jit.off(func) when returning to a function, too. Mike Pall 2013-11-22 05:42:56 +01:00
  • b00a0260dd Merge branch 'master' into v2.1 Mike Pall 2013-11-22 05:14:37 +01:00
  • 9d90988347 Follow-up fix for GC step threshold fix. Mike Pall 2013-11-22 05:13:13 +01:00
  • 94bfa7cfa6 Merge branch 'master' into v2.1 Mike Pall 2013-11-21 13:47:19 +01:00
  • 751eacec7b Improve msvcbuild.bat static linking. Mike Pall 2013-11-21 13:47:07 +01:00
  • 9f77a31e89 Merge branch 'master' into v2.1 Mike Pall 2013-11-16 18:28:34 +01:00
  • db64b2b1ed FFI: Clarify ffi.cdef behavior. Mike Pall 2013-11-16 18:28:21 +01:00
  • ffabcc4445 Merge branch 'master' into v2.1 Mike Pall 2013-11-07 13:30:20 +01:00
  • 5a25a735f5 Fix type punning alias analysis for constified pointers. Mike Pall 2013-11-07 13:29:20 +01:00
  • 8a2b2beac2 Merge branch 'master' into v2.1 Mike Pall 2013-11-05 19:46:41 +01:00
  • 8941b1994e Fix for last commit Mike Pall 2013-11-05 19:45:04 +01:00
  • 5c55b766bd Merge branch 'master' into v2.1 Mike Pall 2013-11-05 19:41:21 +01:00
  • 7b4d5306c7 Fix GC steps threshold handling when called by JIT-compiled code. Mike Pall 2013-11-05 19:36:59 +01:00
  • 0315b87352 Merge branch 'master' into v2.1 Mike Pall 2013-10-26 17:32:43 +02:00
  • 8944e27762 Fix handling of redundant PHIs. Mike Pall 2013-10-26 17:31:23 +02:00
  • d8f05356ca Merge branch 'master' into v2.1 Mike Pall 2013-10-24 15:21:44 +02:00
  • 7e538b5f0a Check for failure to mark memory as executable (restricted kernels). Mike Pall 2013-10-24 15:19:03 +02:00
  • a014d5e65d FFI: Compile conversions from functions to function pointers. Mike Pall 2013-10-16 19:51:42 +02:00
  • 570615300e Merge branch 'master' into v2.1 Mike Pall 2013-10-15 22:47:42 +02:00
  • 4fba08a9ac Fix line number for relocated bytecode after closure fixup. Mike Pall 2013-10-15 22:46:39 +02:00
  • d0b48ec996 Merge branch 'master' into v2.1 Mike Pall 2013-10-14 19:34:06 +02:00
  • 5d25645a21 FFI: Rehash finalizer table after GC cycle, if needed. Mike Pall 2013-10-14 19:31:24 +02:00
  • 4ccb2dd3bb Merge branch 'master' into v2.1 Mike Pall 2013-10-10 14:34:39 +02:00
  • 3cdeb54a24 Check for MAP_32BIT presence instead of checking for Linux. Mike Pall 2013-10-10 14:34:04 +02:00
  • 1837d07082 Compile BC_TSETM, e.g. {1,2,3,f()}. Mike Pall 2013-10-09 23:51:30 +02:00
  • e6e760ca9f Compile getfenv(0). Mike Pall 2013-10-09 20:34:40 +02:00
  • 88c7785b87 FFI: Compile lightuserdata to void * conversion. Mike Pall 2013-10-09 17:23:08 +02:00
  • c8cfca0557 Add table.new(). Mike Pall 2013-10-09 17:01:22 +02:00
  • 47df3ae513 Properly fix loading of embedded bytecode. Mike Pall 2013-09-20 11:36:33 +02:00
  • 54af4e7c76 Fix loading of embedded bytecode. Mike Pall 2013-09-19 18:08:04 +02:00
  • eec06a0e3b Fix profiler/hook interaction. Mike Pall 2013-09-18 15:27:28 +02:00
  • a51b8bf6b4 Fix build with profiler but without JIT compiler. Mike Pall 2013-09-18 15:17:39 +02:00
  • b30a789ab8 Protect g->hookmask with lock when using profiler thread. Mike Pall 2013-09-16 11:23:10 +02:00
  • 8201fda2fc Merge branch 'master' into v2.1 Mike Pall 2013-09-14 12:56:37 +02:00
  • 474bb21af1 Fix ABC elimination. Mike Pall 2013-09-14 12:52:51 +02:00
  • da1456584b Merge branch 'master' into v2.1 Mike Pall 2013-09-13 00:35:27 +02:00
  • f1e7a4477c Fix snapshot restore for exit to function header. Mike Pall 2013-09-13 00:33:58 +02:00
  • 5f24b1d6d6 Merge branch 'master' into v2.1 Mike Pall 2013-09-12 12:51:48 +02:00