Commit Graph

  • 233076d3f9 FFI: Add C declaration parser. Mike Pall 2010-12-05 00:20:59 +0100
  • 526e087e63 FFI: Add C data handling and C type conversions. Mike Pall 2010-12-05 00:18:07 +0100
  • 05973ee440 FFI: Add C type management. Mike Pall 2010-12-05 00:11:35 +0100
  • 8679ca5792 POSIX is an acronym. Mike Pall 2010-12-04 20:47:51 +0100
  • 100a00dd40 Undo ef8c2648. Mike Pall 2010-12-03 16:58:19 +0100
  • d98cd19bb0 Allow access to raw error messages from outside lj_err.c. Mike Pall 2010-12-01 12:54:32 +0100
  • 0ffd06aba8 FFI: Add define to disable the FFI library. Mike Pall 2010-11-30 21:56:57 +0100
  • 4ed8a1931b Add support for deferred library loads to lib_init.c. Mike Pall 2010-11-30 21:56:03 +0100
  • 443c542e26 Fix check for enabled JIT compiler in lj_trace.h. Mike Pall 2010-11-30 18:32:22 +0100
  • cd1901370d Rearrange src/Makefile. Split features and debugging support. Mike Pall 2010-11-30 16:19:20 +0100
  • b3ef6040fa Update copyright for Lua 5.2-derived features. Mike Pall 2010-11-29 17:31:45 +0100
  • 592cf3ffac Don't mark REF_BASE in DCE. Mike Pall 2010-11-29 16:00:44 +0100
  • 2033d6310b Add shorter defines for endianess checks. Mike Pall 2010-11-28 17:22:45 +0100
  • 24186e05e6 Remove metamethod frame for errors from internal metamethods. Mike Pall 2010-11-27 20:23:39 +0100
  • 35890f66c1 FFI: Don't propagate cdata objects. Mike Pall 2010-11-26 17:27:02 +0100
  • ef8c264873 FFI: Add macros for consistent number to integer truncation. Mike Pall 2010-11-26 13:40:40 +0100
  • 2fd1292955 FFI: Add cdata object type. Mike Pall 2010-11-26 13:28:46 +0100
  • 6290d6f5d0 Display caller location in errors from metamethods. Mike Pall 2010-11-26 13:20:56 +0100
  • 7840d0b2b0 Shrink slots for 'break' statement to help data-flow analysis. Mike Pall 2010-11-25 12:09:21 +0100
  • 18fbf86c9e Improve unrolling heuristics for non-looping inner loops. Mike Pall 2010-11-25 11:38:48 +0100
  • 7338456796 Support os.exit(status|true|false [,close]) (from Lua 5.2). Mike Pall 2010-11-22 22:39:06 +0100
  • 367ff0cdaa Parse '\*' escape in strings (from Lua 5.2). Mike Pall 2010-11-22 22:22:12 +0100
  • b776bf91ff Tighter check on table.sort function compliance (from Lua 5.2). Mike Pall 2010-11-19 18:44:59 +0100
  • 52fd87bf34 Add support for "%g" character class in patterns (from Lua 5.2). Mike Pall 2010-11-19 18:37:10 +0100
  • 7cc981c140 string.format("%q", str) is now fully reversible (from Lua 5.2). Mike Pall 2010-11-19 18:22:08 +0100
  • 29b8959df1 Parse hexadecimal escapes in strings (from Lua 5.2). Mike Pall 2010-11-19 17:39:33 +0100
  • 57cd5026eb Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT. Mike Pall 2010-11-19 17:00:11 +0100
  • ba602c9578 Add support for __pairs and __ipairs metamethods (from Lua 5.2). Mike Pall 2010-11-18 00:23:24 +0100
  • 3754a8fe7a Allow running C functions with coroutine.create(), too. Mike Pall 2010-11-17 20:07:55 +0100
  • 751ff5b392 Add jit.os string. Mike Pall 2010-11-16 15:05:21 +0100
  • 24baf77955 Cleanup architecture, ABI and OS definitions. Mike Pall 2010-11-16 14:06:59 +0100
  • 1de05d1147 Avoid using negative hex numbers with DynASM. Mike Pall 2010-11-16 13:41:58 +0100
  • b45e3246ce Split up extension/API docs into sub-pages. Mike Pall 2010-11-09 18:11:35 +0100
  • ad29c1f39f Rename character type handling from lj_ctype* to lj_char*. Mike Pall 2010-11-09 12:09:54 +0100
  • fe21a42a92 Fix conflict between loop branch inversion and HREF+NE/EQ merging. Mike Pall 2010-11-05 23:12:43 +0100
  • 188f0b04e1 Number parser shouldn't accept '0x' without hex digits. Mike Pall 2010-11-02 16:01:26 +0100
  • 44372a4453 Fix parsing of hex floats. Mike Pall 2010-11-01 17:53:04 +0100
  • 7e5cb31e0b Fix anchors in API docs. Mike Pall 2010-11-01 17:49:31 +0100
  • ab1b67f73a Fix collectgarbage("count") result if more than 2GB is in use. Mike Pall 2010-10-25 14:53:37 +0200
  • 08b0ede194 Reduce 32GB RLIMIT_DATA on FreeBSD/x64 to allocate low-2GB memory. Mike Pall 2010-10-23 16:31:27 +0200
  • 02dc9d1082 Avoid compiler warning. Mike Pall 2010-10-23 15:28:28 +0200
  • 65dec38e44 PPC: Preserve RD during array resizing in BC_TSETM. Mike Pall 2010-10-18 16:12:27 +0200
  • 5391a5f5b1 Fix recording of y = select(n, ...) for non-int indexes. Mike Pall 2010-10-11 21:52:22 +0200
  • b3cf2c70f4 Decouple SLOAD type and optional conversion. Mike Pall 2010-10-11 21:13:37 +0200
  • cc62edebfd x64: Fix type check for numbers in compiled code. Mike Pall 2010-10-11 18:03:25 +0200
  • 5140b40b44 x64: Optimize internal/external tag conversion in lua_type(). Mike Pall 2010-10-11 17:26:07 +0200
  • 5dcf630c54 Reorganize compatibility table in install docs. Mike Pall 2010-10-11 16:26:48 +0200
  • 89fdee9cab Fix external link in docs. Mike Pall 2010-10-11 15:29:12 +0200
  • a3eeee5b3e PPC: Update DynASM-generated file. Mike Pall 2010-10-07 02:24:57 +0200
  • a7caa4894c PPC: Use ZERO register instead of extra load immediate. Mike Pall 2010-10-07 02:21:54 +0200
  • 9d201c972a PPC: Add coroutine.resume/wrap_aux/yield() fast functions. Mike Pall 2010-10-07 02:16:44 +0200
  • 9f14e03d6e PPC: Add string.sub() fast function. Mike Pall 2010-10-06 16:18:24 +0200
  • b4f3d4525e PPC: Add string.rep/reverse/lower/upper() fast functions. Mike Pall 2010-10-06 16:17:07 +0200
  • 82b2f6156a PPC: Add string.len/byte/char() fast functions. Mike Pall 2010-10-06 16:11:02 +0200
  • 443d28bc9a PPC: Fix math.deg/rad() fast functions. Mike Pall 2010-10-05 19:39:07 +0200
  • 8f5efb2c43 PPC: Use own implementation for math.floor/ceil() fast functions. Mike Pall 2010-10-05 19:37:56 +0200
  • 793fb4a9ad PPC: Add math.ldexp/frexp/modf() fast functions. Mike Pall 2010-10-05 19:36:02 +0200
  • 52b67fd3ea PPC: Add math.abs/deg/rad/min/max() fast functions. Mike Pall 2010-10-05 19:35:04 +0200
  • 3418512862 PPC: Remove pointless optimization in BC_UNM. Mike Pall 2010-10-05 19:27:33 +0200
  • 14cd10e322 PPC: Add table.getn() fast function. Mike Pall 2010-10-05 01:47:39 +0200
  • 2f5f6290e7 PPC: Add tonumber() and tostring() fast functions. Mike Pall 2010-10-05 01:43:22 +0200
  • 08ac8b0c96 PPC: Add getmetatable(), setmetatable() and rawget() fast functions. Mike Pall 2010-10-05 01:41:51 +0200
  • 8b096c5d08 PPC: Add assert() and type() fast functions. Mike Pall 2010-10-05 01:39:48 +0200
  • ddae887878 Update docs for PPC port. Clarify and extend install instructions. Mike Pall 2010-10-05 01:36:54 +0200
  • e396bef7d8 PPC: Add pcall() and xpcall() fast functions. Mike Pall 2010-10-01 23:47:29 +0200
  • 05099f0764 PPC: Add ipairs() fast function and its iterator. Mike Pall 2010-10-01 23:45:56 +0200
  • 61d498be87 PPC: Add next() and pairs() fast functions. Mike Pall 2010-10-01 23:43:39 +0200
  • dcf006bfa2 PPC: Add BC_ITERN and BC_ISNEXT. Mike Pall 2010-10-01 01:44:02 +0200
  • ac76493df1 Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x. Mike Pall 2010-09-30 21:55:32 +0200
  • fce05fd6e1 x64: Use 64 bit slot copies in the interpreter. Mike Pall 2010-09-30 17:47:32 +0200
  • c0a8f5fb32 PPC: Add dispatch to fast function fallback handlers. Mike Pall 2010-09-30 02:58:29 +0200
  • 4afff973a4 PPC: Add bit.* fast functions. Mike Pall 2010-09-30 02:56:54 +0200
  • 408cd055a4 PPC: Add basic infrastructure for fast functions. Mike Pall 2010-09-30 02:54:33 +0200
  • a47136031e PPC: Add frame unwind info for assembler part. Mike Pall 2010-09-28 17:50:33 +0200
  • dc4fdecfb5 PPC: Don't use callee-save registers when folding '%' operator. Mike Pall 2010-09-28 14:59:33 +0200
  • a500752787 Fix checks for minimum required compiler versions. Mike Pall 2010-09-28 14:20:49 +0200
  • f635e3e5bb PPC: Add dispatch target for call hook. Mike Pall 2010-09-23 02:42:29 +0200
  • 493d0aa259 PPC: Add dispatch targets for instruction and return hooks. Mike Pall 2010-09-23 02:38:39 +0200
  • 6aedfa7919 PPC: Add lj_vm_resume(). Mike Pall 2010-09-23 02:35:51 +0200
  • 5beedd6ef8 Workaround for missing fseeko/ftello prototypes on ancient glibc. Mike Pall 2010-09-23 01:30:53 +0200
  • d351c2ae36 x86/x64: Fix stack overflow handling for coroutine results. Mike Pall 2010-09-22 22:59:41 +0200
  • 5baf0f9dc2 Fix stack growth for coroutine.wrap(). Mike Pall 2010-09-22 21:16:16 +0200
  • d270e890f1 PPC: Reschedule continuation dispatch. Mike Pall 2010-09-21 21:43:29 +0200
  • aff6b3080f Whitespace. Mike Pall 2010-09-21 21:41:49 +0200
  • 201eec484c PPC: Add fixed register for TOBIT bias. Mike Pall 2010-09-21 21:40:39 +0200
  • 0c0047e50c PPC: Add missing register setup after unwind to ff pcall. Mike Pall 2010-09-21 21:36:37 +0200
  • 7336305e7c PPC: Fix result copy for return to Lua. Mike Pall 2010-09-21 21:21:21 +0200
  • 1c3b8c51c9 PPC: Fix constant folding of modulo operator. Mike Pall 2010-09-21 20:54:12 +0200
  • bc146ddbe7 Consistently round int args of string functions on x64. Mike Pall 2010-09-21 18:04:59 +0200
  • 4cd2299acd Improve AA for field accesses: disambiguate new allocations. Mike Pall 2010-09-21 15:21:26 +0200
  • 3ae27ffebe Drop redundant (UGE any +0). Mike Pall 2010-09-21 02:44:18 +0200
  • 38628d93b8 Improve FOLD/CSE of field loads and array/hash refs across NEWREF. Mike Pall 2010-09-21 02:28:14 +0200
  • 23b5c56d41 Improve alias analysis: disambiguate new allocations. Mike Pall 2010-09-21 01:31:04 +0200
  • 52b922c1e9 Avoid fusing potentially negative indexes into AREF on x64. Mike Pall 2010-09-18 18:34:38 +0200
  • 9203d278d0 PPC: Add metamethod handlers and continuations for comparisons. Mike Pall 2010-09-17 16:07:01 +0200
  • 9dc98280d2 PPC: Reschedule bytecode instruction fetch. Mike Pall 2010-09-17 16:01:02 +0200
  • 66f0c43780 PPC: Add BC_CAT and lj_cont_cat. Mike Pall 2010-09-17 15:54:50 +0200
  • 4f1d43d03e PPC: Fix ordered comparisons for NaN operands. Mike Pall 2010-09-16 02:09:19 +0200
  • 028f80c599 PPC: Avoid comparison with NaN in BC_ISEQN/BC_ISNEN. Mike Pall 2010-09-16 02:06:20 +0200
  • 3f32f4ac99 PPC: Add BC_TSETM. Mike Pall 2010-09-15 17:28:24 +0200