Commit Graph

  • 1a3e5e1521 FFI: Don't keep CType * across call. Callback may reallocate table. Mike Pall 2012-08-12 01:16:49 +0200
  • ece23a4788 Do not use DWARF unwinder on Windows. Mike Pall 2012-08-11 05:41:09 +0200
  • 1878d17f19 Update cross-compilation docs. Mike Pall 2012-08-09 13:15:28 +0200
  • 85a02f9ae8 ARM: Enable VFP and hard-float ABI support. Mike Pall 2012-08-09 13:13:39 +0200
  • 4dc9e22def ARM: Add VFP and hard-float ABI variants to JIT compiler. Mike Pall 2012-08-09 13:11:43 +0200
  • e6fac91d01 Never compile DWARF unwinder on Windows. Mike Pall 2012-08-09 13:09:47 +0200
  • 2717623e3a FFI: Compile ffi.typeof(cdata). Mike Pall 2012-08-08 21:01:36 +0200
  • e2373c1538 FFI: Compile assignments from enums. Mike Pall 2012-08-08 20:35:02 +0200
  • 5e227865bc Add missing change for last commit. Mike Pall 2012-08-05 19:13:35 +0200
  • 806822b70b FFI: Improve error message for bad indexing attempts. Mike Pall 2012-08-05 17:26:01 +0200
  • 0a750fe715 FFI: Initialize all fields of standard types. Mike Pall 2012-08-05 09:33:15 +0200
  • 77183e75f2 FFI: Fix alignment of C call structure. Mike Pall 2012-08-02 15:13:28 +0200
  • 4b0af611d0 ARM: Add hard-float ABI support to the FFI (interpreter). Mike Pall 2012-07-30 19:00:52 +0200
  • a373fddbd3 ARM: Add VFP and hard-float ABI variants to interpreter. Mike Pall 2012-07-30 18:59:13 +0200
  • 23abbd9ef3 Only replay sunk stores up to the snapshot reference. Mike Pall 2012-07-29 21:37:45 +0200
  • 85f29ffd40 Need to handle TBAR in SINK pass. Mike Pall 2012-07-29 21:33:46 +0200
  • e84c2a9e9a Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch. Mike Pall 2012-07-29 12:22:18 +0200
  • b98c1582c9 ARM: Add VFP instructions to ARM disassembler. Mike Pall 2012-07-29 12:17:13 +0200
  • 2d58872cb5 DynASM/ARM: Add VFP instructions. Mike Pall 2012-07-29 12:16:33 +0200
  • e8af6e9da4 Don't treat all constified cdata content as constant. Mike Pall 2012-07-24 14:56:29 +0200
  • 3636a720a5 Turn loads from immutable upvalues into constants. Mike Pall 2012-07-20 18:54:52 +0200
  • 834ff6d36d Fix slot flags in snapshot replay. Mike Pall 2012-07-20 18:52:29 +0200
  • f1b4fa844b Fix restore of sunk CNEWI with implicit P32 to P64 conversion. Mike Pall 2012-07-18 18:02:32 +0200
  • 4d9c29a78c FFI: Box all accessed or returned enums. Mike Pall 2012-07-17 22:20:03 +0200
  • 2139c6791f Fix FOLD rule (i-j)-i => 0-j. Mike Pall 2012-07-17 21:47:45 +0200
  • c172e7aa30 Workaround for MSVC conversion bug (double -> uint32_t -> int32_t). Mike Pall 2012-07-17 21:45:49 +0200
  • 08d8ec0648 x86/x64: Fix fusion of unsigned byte comparisons with swapped ops. Mike Pall 2012-07-16 23:43:03 +0200
  • e44cb53874 ARM: Invoke SPLIT pass for leftover IR_TOBIT. Mike Pall 2012-07-16 23:39:49 +0200
  • 63bb052bbe From Lua 5.2: Add -E command line option (ignore env vars). Mike Pall 2012-07-16 22:47:01 +0200
  • bf2d4acf00 Correct dispatch table modifications for return hooks. Mike Pall 2012-07-16 22:36:38 +0200
  • 0e2f5be140 FFI: Show address pointed to for tostring(ref), too. Mike Pall 2012-07-12 14:19:27 +0200
  • 53e28d7678 Limit number of parent links handled by backend. Mike Pall 2012-07-11 16:48:52 +0200
  • 24fa85760c Use an explicit flag to signal SINK tags for a trace. Mike Pall 2012-07-11 16:45:15 +0200
  • 79ecb231ce Don't allocate constants for sunk stores. Mike Pall 2012-07-09 16:22:08 +0200
  • f20ff8a30d Avoid compiler warnings about redefined C++ keywords. Mike Pall 2012-07-09 16:02:05 +0200
  • 6e4d0fdc8e Add missing declarations for MSVC intrinsics. Mike Pall 2012-07-09 15:54:25 +0200
  • b23a7830d2 Clean up ARM capability flags. Only set highest arch version. Mike Pall 2012-07-08 22:20:11 +0200
  • c00ffcb870 Change DynASM bit operations to use Lua BitOp. Mike Pall 2012-07-08 16:25:38 +0200
  • e3dec0438d Add Lua BitOp to minilua. Mike Pall 2012-07-08 16:24:53 +0200
  • 6a67fa8a4b Finally fix target detection for msvcbuild.bat. Mike Pall 2012-07-07 20:36:35 +0200
  • 7c056488d9 Drop range limit for sunk stores relative to sunk allocation. Mike Pall 2012-07-04 21:16:06 +0200
  • bd782cedd5 Bump some limits to accomodate SINK pass. Mike Pall 2012-07-04 21:14:37 +0200
  • c22d698e17 Add stricter check for sinking PHIs. Mike Pall 2012-07-04 11:41:58 +0200
  • 4da7ffc34b Remove unneeded snapshot preps for sunk stores. Mike Pall 2012-07-03 23:19:45 +0200
  • d5b9d84538 Fix NEWREF marking in SINK pass. Mike Pall 2012-07-03 16:45:13 +0200
  • 80d0acc7c1 Fix compiler warnings. Mike Pall 2012-07-03 13:22:30 +0200
  • 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). Mike Pall 2012-07-03 13:19:32 +0200
  • c740a30223 Invoke SPLIT pass in side trace for rejoined sunk stores. Mike Pall 2012-07-03 12:41:21 +0200
  • 2df19049ef Avoid strict aliasing issues. Mike Pall 2012-07-03 00:03:01 +0200
  • 0af3f47ba0 Add allocation sinking and store sinking optimization. Mike Pall 2012-07-02 23:47:12 +0200
  • 79e1eaa73b ARM: Simplify two-step constant rematerialization. Mike Pall 2012-07-02 22:57:51 +0200
  • afeb4e2c51 Handle initial snapshot for side traces in lj_snap.c only. Mike Pall 2012-07-02 22:52:15 +0200
  • f093a34a2f Handle joining IR_HIOP in SPLIT pass. Mike Pall 2012-07-02 22:50:03 +0200
  • 0688de5483 Add IR_PVAL instruction for non-slot parent links. Mike Pall 2012-07-02 22:47:20 +0200
  • 5d0115ef8d Add explicit IR_GCSTEP instruction. Mike Pall 2012-07-02 22:42:40 +0200
  • 264177b0d0 Use HIOP for XSTORE in SPLIT pass. Mike Pall 2012-07-02 22:37:00 +0200
  • 7ae3832f20 Move snapshot replay for side traces to lj_snap.c. Mike Pall 2012-07-02 13:37:55 +0200
  • cda3630565 Clean up RegSP handling for parent link instructions. Mike Pall 2012-07-01 22:44:54 +0200
  • 89f8c920c6 Expand array slots in template tables with mixed const/var initializers. Mike Pall 2012-06-30 20:58:19 +0200
  • eacecc90e1 Clean up snapshot restore. Mike Pall 2012-06-30 20:45:59 +0200
  • dd9e7a4608 Fix cdecl string parsing during recording. Mike Pall 2012-06-28 20:17:08 +0200
  • a6458ce4de Make os.date() thread-safe. Mike Pall 2012-06-28 15:47:16 +0200
  • a751c8a5b5 Fix buffer check in bytecode writer. Mike Pall 2012-06-28 15:13:26 +0200
  • a9bf455b96 Add HREFK forwarding. Eliminate HREFK guard for TDUP refs. Mike Pall 2012-06-28 15:10:52 +0200
  • 0d1056eeed Create string hash slots in template tables even for non-const values. Mike Pall 2012-06-27 22:45:54 +0200
  • ceb76d26b5 Another attempt at proper target detection for msvcbuild.bat. Mike Pall 2012-06-27 20:53:08 +0200
  • 9a98ba64b4 Fix TDUP to HLOAD forwarding for DUALNUM builds. Mike Pall 2012-06-27 19:54:52 +0200
  • 3dc7baf6af PPC: Fix PPC32 build. Mike Pall 2012-06-27 19:35:51 +0200
  • 2f844fc87b Fix build issues on Cygwin and MinGW with optional MSys. Mike Pall 2012-06-22 11:36:58 +0200
  • 8b71ab1080 FFI: Check for __new metamethod when calling a constructor. Mike Pall 2012-06-20 18:24:49 +0200
  • e9e45313e7 FFI: Do not resolve strings passed to parameterized types. Mike Pall 2012-06-20 15:45:23 +0200
  • 6cee1333ef FFI: Resolve metamethods for constructors, too. Mike Pall 2012-06-20 15:15:09 +0200
  • 126f9906fe FFI: Improve error messages for ctype arguments. Mike Pall 2012-06-20 15:06:28 +0200
  • 946c7418d5 FFI: Add support for parameterized C types. Mike Pall 2012-06-14 19:54:07 +0200
  • ca6bf2d9a4 CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. Mike Pall 2012-06-13 02:32:24 +0200
  • 4f9db0fbc3 Clean up buildvm error message. Mike Pall 2012-06-13 01:54:15 +0200
  • 80ff9d69a3 Allow parsing bcsave.lua (-b option) without FFI. Mike Pall 2012-06-12 21:25:19 +0200
  • 0b3d8375f7 PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. Mike Pall 2012-06-12 17:26:55 +0200
  • c2159f8624 ARM/PPC: Remove assembler code for lj_vm_foldarith(). Mike Pall 2012-06-12 17:25:52 +0200
  • 46dc6d347c PPC: Fix disassembly of rldcl/rldcr. Mike Pall 2012-06-12 16:48:24 +0200
  • 6b605bd455 DynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf. Mike Pall 2012-06-12 16:47:25 +0200
  • 0528bb7d02 x64: Fix DynASM defines. Mike Pall 2012-06-12 03:50:22 +0200
  • e08914988c Improved target detection for msvcbuild.bat. Mike Pall 2012-06-12 01:47:16 +0200
  • b1c2a45464 OSX: Change dylib names to be consistent with other platforms. Mike Pall 2012-06-11 18:49:40 +0200
  • b51d7fb310 MIPS: Cleanup interpreter. Mike Pall 2012-06-11 00:51:21 +0200
  • 3f1035a170 PPC/e500: Cleanup interpreter. Mike Pall 2012-06-11 00:51:59 +0200
  • 7da4d16faa PPC: Cleanup interpreter. Mike Pall 2012-06-11 00:50:22 +0200
  • 02acb39b10 ARM: Cleanup interpreter. Mike Pall 2012-06-11 00:49:47 +0200
  • c99439b3be x86/x64: More interpreter cleanups. Mike Pall 2012-06-11 00:49:24 +0200
  • c0aaf271c8 PPC: Fix interpreter state setup in callbacks. Mike Pall 2012-06-11 00:44:54 +0200
  • 58622937c0 Fix userdata __gc separations at state close. Mike Pall 2012-06-10 23:40:53 +0200
  • 58ec704f78 x86/x64: Clean up interpreter. Mike Pall 2012-06-10 16:44:33 +0200
  • e496a502b0 Pass various build, arch and OS flags to DynASM. Mike Pall 2012-06-10 16:41:00 +0200
  • d5a915ccf5 CONSOLE: Minor PS3 build fixes. Mike Pall 2012-06-10 16:34:18 +0200
  • b8f5727ab4 CONSOLE: Fix PS3 build. Mike Pall 2012-06-10 01:38:44 +0200
  • 37be8a5478 CONSOLE: Handle unimplemented features for console toolchains. Mike Pall 2012-06-09 20:54:34 +0200
  • 9f443e8b89 ARM/PPC: Detect more target arch variants. Detect console OS. Mike Pall 2012-06-09 20:53:22 +0200
  • 9d7bd04fae Avoid potential store-forwarding stalls in GC marking. Mike Pall 2012-06-09 20:30:27 +0200
  • 1c8ed534b3 Fix check for minimum GCC version. Mike Pall 2012-06-09 17:29:54 +0200
  • 9a9509c66a Reorganize build process. Mike Pall 2012-06-09 15:04:03 +0200