Commit Graph

  • c740a30223 Invoke SPLIT pass in side trace for rejoined sunk stores. Mike Pall 2012-07-03 12:41:21 +02:00
  • 2df19049ef Avoid strict aliasing issues. Mike Pall 2012-07-03 00:03:01 +02:00
  • 0af3f47ba0 Add allocation sinking and store sinking optimization. Mike Pall 2012-07-02 23:47:12 +02:00
  • 79e1eaa73b ARM: Simplify two-step constant rematerialization. Mike Pall 2012-07-02 22:57:51 +02:00
  • afeb4e2c51 Handle initial snapshot for side traces in lj_snap.c only. Mike Pall 2012-07-02 22:52:15 +02:00
  • f093a34a2f Handle joining IR_HIOP in SPLIT pass. Mike Pall 2012-07-02 22:50:03 +02:00
  • 0688de5483 Add IR_PVAL instruction for non-slot parent links. Mike Pall 2012-07-02 22:47:20 +02:00
  • 5d0115ef8d Add explicit IR_GCSTEP instruction. Mike Pall 2012-07-02 22:42:40 +02:00
  • 264177b0d0 Use HIOP for XSTORE in SPLIT pass. Mike Pall 2012-07-02 22:37:00 +02:00
  • 7ae3832f20 Move snapshot replay for side traces to lj_snap.c. Mike Pall 2012-07-02 13:37:55 +02:00
  • cda3630565 Clean up RegSP handling for parent link instructions. Mike Pall 2012-07-01 22:44:54 +02:00
  • 89f8c920c6 Expand array slots in template tables with mixed const/var initializers. Mike Pall 2012-06-30 20:58:19 +02:00
  • eacecc90e1 Clean up snapshot restore. Mike Pall 2012-06-30 20:45:59 +02:00
  • dd9e7a4608 Fix cdecl string parsing during recording. Mike Pall 2012-06-28 20:17:08 +02:00
  • a6458ce4de Make os.date() thread-safe. Mike Pall 2012-06-28 15:47:16 +02:00
  • a751c8a5b5 Fix buffer check in bytecode writer. Mike Pall 2012-06-28 15:13:26 +02:00
  • a9bf455b96 Add HREFK forwarding. Eliminate HREFK guard for TDUP refs. Mike Pall 2012-06-28 15:10:52 +02:00
  • 0d1056eeed Create string hash slots in template tables even for non-const values. Mike Pall 2012-06-27 22:45:54 +02:00
  • ceb76d26b5 Another attempt at proper target detection for msvcbuild.bat. Mike Pall 2012-06-27 20:53:08 +02:00
  • 9a98ba64b4 Fix TDUP to HLOAD forwarding for DUALNUM builds. Mike Pall 2012-06-27 19:54:52 +02:00
  • 3dc7baf6af PPC: Fix PPC32 build. Mike Pall 2012-06-27 19:35:51 +02:00
  • 2f844fc87b Fix build issues on Cygwin and MinGW with optional MSys. Mike Pall 2012-06-22 11:36:58 +02:00
  • 8b71ab1080 FFI: Check for __new metamethod when calling a constructor. Mike Pall 2012-06-20 18:24:49 +02:00
  • e9e45313e7 FFI: Do not resolve strings passed to parameterized types. Mike Pall 2012-06-20 15:45:23 +02:00
  • 6cee1333ef FFI: Resolve metamethods for constructors, too. Mike Pall 2012-06-20 15:15:09 +02:00
  • 126f9906fe FFI: Improve error messages for ctype arguments. Mike Pall 2012-06-20 15:06:28 +02:00
  • 946c7418d5 FFI: Add support for parameterized C types. Mike Pall 2012-06-14 19:54:07 +02:00
  • ca6bf2d9a4 CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. Mike Pall 2012-06-13 02:32:24 +02:00
  • 4f9db0fbc3 Clean up buildvm error message. Mike Pall 2012-06-13 01:54:15 +02:00
  • 80ff9d69a3 Allow parsing bcsave.lua (-b option) without FFI. Mike Pall 2012-06-12 21:25:19 +02:00
  • 0b3d8375f7 PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. Mike Pall 2012-06-12 17:26:55 +02:00
  • c2159f8624 ARM/PPC: Remove assembler code for lj_vm_foldarith(). Mike Pall 2012-06-12 17:25:52 +02:00
  • 46dc6d347c PPC: Fix disassembly of rldcl/rldcr. Mike Pall 2012-06-12 16:48:24 +02:00
  • 6b605bd455 DynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf. Mike Pall 2012-06-12 16:47:25 +02:00
  • 0528bb7d02 x64: Fix DynASM defines. Mike Pall 2012-06-12 03:50:22 +02:00
  • e08914988c Improved target detection for msvcbuild.bat. Mike Pall 2012-06-12 01:47:16 +02:00
  • b1c2a45464 OSX: Change dylib names to be consistent with other platforms. Mike Pall 2012-06-11 18:49:40 +02:00
  • b51d7fb310 MIPS: Cleanup interpreter. Mike Pall 2012-06-11 00:51:21 +02:00
  • 3f1035a170 PPC/e500: Cleanup interpreter. Mike Pall 2012-06-11 00:51:59 +02:00
  • 7da4d16faa PPC: Cleanup interpreter. Mike Pall 2012-06-11 00:50:22 +02:00
  • 02acb39b10 ARM: Cleanup interpreter. Mike Pall 2012-06-11 00:49:47 +02:00
  • c99439b3be x86/x64: More interpreter cleanups. Mike Pall 2012-06-11 00:49:24 +02:00
  • c0aaf271c8 PPC: Fix interpreter state setup in callbacks. Mike Pall 2012-06-11 00:44:54 +02:00
  • 58622937c0 Fix userdata __gc separations at state close. Mike Pall 2012-06-10 23:40:53 +02:00
  • 58ec704f78 x86/x64: Clean up interpreter. Mike Pall 2012-06-10 16:44:33 +02:00
  • e496a502b0 Pass various build, arch and OS flags to DynASM. Mike Pall 2012-06-10 16:41:00 +02:00
  • d5a915ccf5 CONSOLE: Minor PS3 build fixes. Mike Pall 2012-06-10 16:34:18 +02:00
  • b8f5727ab4 CONSOLE: Fix PS3 build. Mike Pall 2012-06-10 01:38:44 +02:00
  • 37be8a5478 CONSOLE: Handle unimplemented features for console toolchains. Mike Pall 2012-06-09 20:54:34 +02:00
  • 9f443e8b89 ARM/PPC: Detect more target arch variants. Detect console OS. Mike Pall 2012-06-09 20:53:22 +02:00
  • 9d7bd04fae Avoid potential store-forwarding stalls in GC marking. Mike Pall 2012-06-09 20:30:27 +02:00
  • 1c8ed534b3 Fix check for minimum GCC version. Mike Pall 2012-06-09 17:29:54 +02:00
  • 9a9509c66a Reorganize build process. Mike Pall 2012-06-09 15:04:03 +02:00
  • 0a6c8338d2 Add minified Lua interpreter (minilua). Used by the build process. Mike Pall 2012-06-09 15:02:02 +02:00
  • 6c8aaef2bb DynASM: Compatibility with minilua. Mike Pall 2012-06-09 14:41:44 +02:00
  • e75561b70e FFI: Fix address calculation for refs. Mike Pall 2012-06-09 00:19:32 +02:00
  • cccf763898 Move lib/* to src/jit/*. Mike Pall 2012-06-08 20:54:47 +02:00
  • 7266e27404 Correctly preserve snapshot #0 PC for root traces (insert NOP). Mike Pall 2012-06-08 19:22:59 +02:00
  • fad5382d21 Rearrange OSX vs. iOS defines. Disable callbacks on iOS. Mike Pall 2012-06-08 11:57:44 +02:00
  • 1543b2a7ca Link to LuaJIT Roadmap 2012/2013. Mike Pall 2012-06-07 23:45:32 +02:00
  • 0bd1a66f2f Print version and JIT status to stdout, not stderr. Mike Pall 2012-06-06 14:17:15 +02:00
  • 9ab2ae8d46 Split-off large-file support flags to TARGET_LFSFLAGS. Mike Pall 2012-06-05 00:12:43 +02:00
  • 5ed58ff251 Add uninstall target to top-level Makefile. Mike Pall 2012-06-05 00:12:18 +02:00
  • bd23a6c42f MIPS: Support generation of mips/mipsel bytecode object files. Mike Pall 2012-06-04 17:23:48 +02:00
  • 5032e6d87f FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs). Mike Pall 2012-06-04 15:39:16 +02:00
  • 5bd133d6c8 Link to LuaJIT wiki. Mike Pall 2012-05-31 23:54:44 +02:00
  • fa2572da6c FFI: Convert io.* file handle to FILE * pointer (but as a void *). Mike Pall 2012-05-29 12:08:21 +02:00
  • 97b7edb206 Fix argument checks for coroutine.create(). Mike Pall 2012-05-28 21:38:23 +02:00
  • 10b9ed37e0 PPC/e500: Fix tailcall from fast function (esp. tostring). Mike Pall 2012-05-23 22:21:33 +02:00
  • 3a43ea5084 FFI: Equality comparisons never raise an error. Mike Pall 2012-05-23 22:19:05 +02:00
  • f3197046b8 Preserve snapshot #0 PC for root traces. Mike Pall 2012-05-14 17:35:05 +02:00
  • e6bcb545f8 FFI: Don't call FreeLibrary() on our own EXE/DLL. Mike Pall 2012-05-14 13:41:08 +02:00
  • 74205dc64b ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring). Mike Pall 2012-05-10 16:20:21 +02:00
  • 3fc5948abf ARM: Fix modulo operator and math.floor/ceil for inf/nan. Mike Pall 2012-05-10 16:19:07 +02:00
  • 48567b6043 ARM: Fix tonumber() argument check. Mike Pall 2012-05-10 16:16:42 +02:00
  • 51f05d64c9 RELEASE LuaJIT-2.0.0-beta10 Mike Pall 2012-05-09 18:11:35 +02:00
  • c8a1f274af Remove stray comment. Mike Pall 2012-05-09 17:53:05 +02:00
  • 649600ba66 Update changelog. Mike Pall 2012-05-09 17:46:58 +02:00
  • 5cb4ad2b22 Fix typo. Mike Pall 2012-05-09 17:22:11 +02:00
  • 6e5c872eb7 FFI: Fix recording of test for bool result of call. Mike Pall 2012-05-09 16:25:51 +02:00
  • 7d3954036c FFI: Don't record test for bool result of call, if ignored. Mike Pall 2012-05-08 18:57:20 +02:00
  • 886a450a3d FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy. Mike Pall 2012-05-08 18:34:12 +02:00
  • 0d824b7d14 Fix PHI stack slot syncing. Mike Pall 2012-05-07 23:16:19 +02:00
  • afc17b3c1a FFI: Use correct PC in FFI metamethod error message. Mike Pall 2012-05-05 22:58:29 +02:00
  • b466641218 Add links to LuaJIT mailing list. Mike Pall 2012-05-04 21:58:52 +02:00
  • 53a285c0c3 Disable loading bytecode with an extra header (BOM or #!). Mike Pall 2012-05-03 19:04:44 +02:00
  • eec0d80d1b ARM: Fix compilation of math.sinh/cosh/tanh. Mike Pall 2012-04-30 17:09:41 +02:00
  • 8d31b5cdde ARM: Fix rejoin of pow in SPLIT pass. Mike Pall 2012-04-30 12:59:45 +02:00
  • 9a2ae72bce ARM: Handle all CALL* ops with double results in SPLIT pass. Mike Pall 2012-04-29 21:25:46 +02:00
  • e099059afd Add more comparison variants to Valgrind suppressions file. Mike Pall 2012-04-26 23:47:00 +02:00
  • d4a09431c8 ARM/FFI: Invoke SPLIT pass for double args in FFI call. Mike Pall 2012-04-26 23:35:34 +02:00
  • 325a1820eb ARM: Fix conditional branch fixup for OBAR. Mike Pall 2012-04-26 23:34:54 +02:00
  • 0522f74f69 ARM: Fix register allocation for ldrd-optimized HREFK. Mike Pall 2012-04-26 23:33:56 +02:00
  • 904cc1facb ARM: Reorder type/value tests to silence Valgrind. Mike Pall 2012-04-26 23:31:10 +02:00
  • 5439631460 FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt. Mike Pall 2012-04-19 15:19:41 +02:00
  • 633b248109 Update changelog. Mike Pall 2012-04-19 15:19:25 +02:00
  • ba3cad0dd9 Add required PHIs for implicit conversions (via XREF fwd). Mike Pall 2012-04-19 15:05:55 +02:00
  • ac6b678d4c FFI: Fix result type of pointer difference. Mike Pall 2012-04-17 12:54:38 +02:00
  • 7aa34aa4de Fix dependencies. Mike Pall 2012-04-17 12:37:34 +02:00
  • cf5a54fedf FFI: Fix blacklisting of C functions calling callbacks. Mike Pall 2012-04-12 14:21:41 +02:00