Commit Graph

  • bb5dfbb034 Typo. Mike Pall 2014-06-13 11:16:39 +0200
  • 89f61de517 Merge branch 'master' into v2.1 Mike Pall 2014-06-12 11:02:44 +0200
  • 5e7b9bb8ed FFI: Fix frame traversal for backtraces with FFI callbacks. Mike Pall 2014-06-12 10:58:22 +0200
  • 9d67be8ec1 Merge branch 'master' into v2.1 Mike Pall 2014-06-11 22:47:10 +0200
  • 7dc9e5ade4 x86: lj_math_random_step() clobbers XMM regs on OSX Clang. Mike Pall 2014-06-11 22:44:08 +0200
  • afcc3c0b83 Merge branch 'master' into v2.1 Mike Pall 2014-06-11 10:21:37 +0200
  • e7c6a1afa2 Fix debug info for main chunk of stripped bytecode. Mike Pall 2014-06-11 10:19:53 +0200
  • 95977599e7 Merge branch 'master' into v2.1 Mike Pall 2014-05-28 15:47:21 +0200
  • 7fb503dc86 Fix compatibility issues with Illumos. Mike Pall 2014-05-28 15:46:26 +0200
  • 7400e2c0cc Merge branch 'master' into v2.1 Mike Pall 2014-05-27 15:59:20 +0200
  • 49d3157e14 PPC: Fix red zone overflow in machine code generation. Mike Pall 2014-05-27 15:58:04 +0200
  • fc76d540a0 x86: Fix code generation for unused result of math.random(). Mike Pall 2014-05-27 15:25:34 +0200
  • 945af491b6 Merge branch 'master' into v2.1 Mike Pall 2014-05-20 11:56:20 +0200
  • e15765186c Fix FOLD rule for string.sub(s, ...) == k. Mike Pall 2014-05-20 11:41:32 +0200
  • 52b081528a Merge branch 'master' into v2.1 Mike Pall 2014-05-15 17:37:38 +0200
  • fe288e7b83 FFI: Fix recording of indexing a struct pointer ctype object itself. Mike Pall 2014-05-15 17:28:08 +0200
  • 8a38af2f99 Fix FOLD rule for STRREF of SNEW. Mike Pall 2014-05-15 17:03:28 +0200
  • 159cfd63f5 Merge branch 'master' into v2.1 Mike Pall 2014-05-12 14:36:28 +0200
  • 624260f831 Fix frame traversal while searching for error function. Mike Pall 2014-05-12 14:35:30 +0200
  • 392b6c94ae Merge branch 'master' into v2.1 Mike Pall 2014-05-06 14:49:54 +0200
  • 2917288019 x64: Workaround for MSVC build issue. Mike Pall 2014-05-06 14:47:37 +0200
  • f7e209cc55 Merge branch 'master' into v2.1 Mike Pall 2014-05-06 14:33:35 +0200
  • ef82bb014a FFI: Another fix for cdata equality comparisons. Mike Pall 2014-05-06 14:31:31 +0200
  • e26dc8a215 Merge branch 'master' into v2.1 Mike Pall 2014-04-27 00:10:34 +0200
  • 7a39be0ac4 Add PS Vita port. Mike Pall 2014-04-27 00:09:45 +0200
  • c8d1aff0ba Merge branch 'master' into v2.1 Mike Pall 2014-04-22 11:29:05 +0200
  • 2715fe3aee Prevent GC estimate miscalculation due to buffer growth. Mike Pall 2014-04-22 11:26:52 +0200
  • 18309b0a25 Prevent adding side traces for stack checks. Mike Pall 2014-04-22 09:57:39 +0200
  • f3374b5266 x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. Mike Pall 2014-04-21 22:26:46 +0200
  • 39acdb8b7f Merge branch 'master' into v2.1 Mike Pall 2014-04-17 10:32:23 +0200
  • 65626eac23 PPC: Don't use mcrxr on PPE. Mike Pall 2014-04-17 10:30:35 +0200
  • 43dc06bac1 Fix FOLD of string concatenations. Mike Pall 2014-04-15 19:56:23 +0200
  • 27c453e8e8 Merge branch 'master' into v2.1 Mike Pall 2014-04-08 16:55:54 +0200
  • cc5075e845 FFI: Fix cdata equality comparison against other Lua types. Mike Pall 2014-04-08 16:53:41 +0200
  • 347b49ec7d Merge branch 'master' into v2.1 Mike Pall 2014-04-08 12:12:27 +0200
  • 4ed3ee1f04 FFI: Fix cdata equality comparison against strings. Mike Pall 2014-04-08 12:10:51 +0200
  • d3e3700180 Merge branch 'master' into v2.1 Mike Pall 2014-04-03 21:48:34 +0200
  • 111b2e8711 Fix top slot calculation for snapshots with continuations. Mike Pall 2014-04-03 21:45:57 +0200
  • a972d37ef3 Merge branch 'master' into v2.1 Mike Pall 2014-04-01 10:33:42 +0200
  • b293063eb8 Correct fix for reuse of SCEV results in FORL. Mike Pall 2014-04-01 10:07:15 +0200
  • 423f10fb40 Fix alias analysis for table.len vs. table.clear. Mike Pall 2014-04-01 01:55:12 +0200
  • caefd06871 Merge branch 'master' into v2.1 Mike Pall 2014-04-01 00:34:13 +0200
  • 19b69f21d4 FFI: Allow non-scalar cdata to be compared for equality by address. Mike Pall 2014-04-01 00:30:22 +0200
  • b65515fb48 Merge branch 'master' into v2.1 Mike Pall 2014-03-28 19:11:35 +0100
  • c735293921 FFI: Fix pseudo type conversions for type punning. Mike Pall 2014-03-28 19:09:45 +0100
  • 4401af88dc Merge branch 'master' into v2.1 Mike Pall 2014-03-27 23:32:45 +0100
  • 095344ce7c Fix check for reuse of SCEV results in FORL. Mike Pall 2014-03-27 23:29:30 +0100
  • 3500c35e23 Merge branch 'master' into v2.1 Mike Pall 2014-03-27 11:39:15 +0100
  • c03be1210c x86/x64: Avoid use of SAHF instruction. Mike Pall 2014-03-27 11:38:07 +0100
  • ce477ffbfa Merge branch 'master' into v2.1 Mike Pall 2014-03-24 09:42:05 +0100
  • 1ca794e0b0 Fix compiler warnings. Mike Pall 2014-03-24 09:41:33 +0100
  • 14e0f5ad8b Merge branch 'master' into v2.1 Mike Pall 2014-03-12 13:24:37 +0100
  • 880ca300e8 RELEASE LuaJIT-2.0.3 v2.0.3 Mike Pall 2014-03-12 13:24:07 +0100
  • 30c57579ad Update changelog. Mike Pall 2014-03-12 12:54:00 +0100
  • 03bf26e037 Merge branch 'master' into v2.1 Mike Pall 2014-03-06 17:55:52 +0100
  • 80efb07750 DynASM: Emit version check after .arch directive. Mike Pall 2014-03-06 17:54:48 +0100
  • 0e9bf2f60d Merge branch 'master' into v2.1 Mike Pall 2014-03-06 00:42:38 +0100
  • 416abff90d Don't access dangling reference to reallocated IR. Mike Pall 2014-03-06 00:39:37 +0100
  • 19d53ed2f9 Specialize to ffid for non-monomorphic builtins. Mike Pall 2014-03-04 16:11:29 +0100
  • fd3354a9dd Merge branch 'master' into v2.1 Mike Pall 2014-02-28 14:10:30 +0100
  • e94150877d Fix frame depth display for bytecode dump in -jdump. Mike Pall 2014-02-28 14:09:34 +0100
  • ef3cc47f9f Fix recording of BC_VARG. Mike Pall 2014-02-28 14:09:09 +0100
  • b342b7a0eb Merge branch 'master' into v2.1 Mike Pall 2014-02-27 12:25:59 +0100
  • 900d0ce276 Fix for -jdump docs. Mike Pall 2014-02-27 12:25:13 +0100
  • 9695c5ab46 Merge branch 'master' into v2.1 Mike Pall 2014-02-26 15:57:13 +0100
  • 6a47e123a4 Add PS4 port. Mike Pall 2014-02-26 15:56:07 +0100
  • 2863b10956 Merge branch 'master' into v2.1 Mike Pall 2014-02-20 15:09:02 +0100
  • 46ce03464b Fix Xbox 360 build. Mike Pall 2014-02-20 15:08:34 +0100
  • 998651fcda Don't purge modified function from stack slots in BC_RET. Mike Pall 2014-02-20 04:24:50 +0100
  • 1994a2453e FFI: Disallow nested VLS. Mike Pall 2014-02-19 22:05:34 +0100
  • 2bc63bb6af Prevent BASE register coalescing if parent uses IR_RETF. Mike Pall 2014-02-19 17:09:22 +0100
  • e3d5b218d3 Fix quoting in xedkbuild.bat (again). Mike Pall 2014-02-12 00:44:14 +0100
  • ec5546d1d2 Merge branch 'master' into v2.1 Mike Pall 2014-02-06 12:27:02 +0100
  • 2be62dcfcd Fix exception unwind struct declaration. Mike Pall 2014-02-05 12:04:08 +0100
  • b20ff7a8ac Use own buffer for LOOP substitution table. Mike Pall 2014-02-01 20:44:46 +0100
  • a2abf2e098 Don't start a trace on side exit to non-Lua function. Mike Pall 2014-01-31 20:44:27 +0100
  • 5a5a340f6e Don't start stitched trace with CALLMT, too. Mike Pall 2014-01-20 21:31:06 +0100
  • bcd27038fc Merge branch 'master' into v2.1 Mike Pall 2014-01-20 16:59:04 +0100
  • 92475419e5 Fix OSX build issue. Mike Pall 2014-01-20 16:56:37 +0100
  • dd910f0e01 Fix initial maxslot for down-recursive traces. Mike Pall 2014-01-20 16:49:13 +0100
  • 3db3cc10ff Fix compiler warnings. Mike Pall 2014-01-20 16:48:33 +0100
  • 4e78b9bb12 Merge branch 'master' into v2.1 Mike Pall 2014-01-19 13:12:23 +0100
  • 926686ad3d Fix OSX build issue. Mike Pall 2014-01-19 13:11:48 +0100
  • 45c067dddd FFI: Fix cts->L for cdata unsinking in snapshot restore. Mike Pall 2014-01-19 13:09:20 +0100
  • a9d4543601 Merge branch 'master' into v2.1 Mike Pall 2014-01-16 23:18:34 +0100
  • ef59e54820 Bump copyright date to 2014. Mike Pall 2014-01-16 23:10:16 +0100
  • ce9e8ed675 Fix KBASE for Lua functions below stitched fast functions. Mike Pall 2014-01-16 22:53:27 +0100
  • ba9dde2ce6 Merge branch 'master' into v2.1 Mike Pall 2014-01-05 16:58:30 +0100
  • 6964a7752a Fix ABC elimination. Mike Pall 2014-01-05 16:57:51 +0100
  • 87b33b98e1 Merge branch 'master' into v2.1 Mike Pall 2013-12-29 19:21:58 +0100
  • b779f31ca3 Fix MinGW build. Mike Pall 2013-12-29 19:21:16 +0100
  • dce3639c1d Fix final snapshot for trace stitching. Mike Pall 2013-12-28 12:34:58 +0100
  • c1328e9795 x86: Fix stack slot counting for IR_CALLA (affects table.new). Mike Pall 2013-12-26 11:03:25 +0100
  • c41e65499c Show trailing NYI item for stitched trace with -jv. Mike Pall 2013-12-25 20:56:20 +0100
  • b5d741fa7e Add trace stitching. Mike Pall 2013-12-25 02:55:25 +0100
  • 6e02c210c4 Merge branch 'master' into v2.1 Mike Pall 2013-12-25 00:27:55 +0100
  • ca67c89f20 MIPS: Cosmetic fix for interpreter. Mike Pall 2013-12-25 00:26:18 +0100
  • e52119bbdd Merge branch 'master' into v2.1 Mike Pall 2013-12-22 11:46:06 +0100
  • 89e8d70701 Fix compilation of string.byte(s, nil, n). Mike Pall 2013-12-22 11:43:44 +0100
  • b03cebe1f6 Merge branch 'master' into v2.1 Mike Pall 2013-12-21 16:49:53 +0100