Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-19 | Minor improvements of optimizations. | Mike Pall | 2 | -1/+17 | |
2021-07-19 | Fix error message in lj_lib_checkintrange(). | Mike Pall | 1 | -0/+2 | |
2021-07-19 | String buffers, part 2f: Prevent self-put of buffer. | Mike Pall | 3 | -1/+6 | |
Sponsored by fmad.io. | |||||
2021-07-19 | String buffers, part 3c: Add IRBUFHDR_WRITE mode. | Mike Pall | 14 | -5/+112 | |
Sponsored by fmad.io. | |||||
2021-07-19 | Fix IRXLOAD_* mode bits description. | Mike Pall | 1 | -4/+4 | |
2021-07-19 | String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode. | Mike Pall | 2 | -13/+19 | |
Sponsored by fmad.io. | |||||
2021-07-19 | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. | Mike Pall | 12 | -125/+249 | |
Sponsored by fmad.io. | |||||
2021-07-19 | Add IRCONV_NONE for pass-through INT to I64/U64 type change. | Mike Pall | 5 | -4/+7 | |
2021-07-19 | Fix jit.dump() output for IR_CONV. | Mike Pall | 1 | -1/+1 | |
2021-06-25 | Disable unreliable assertion for external frame unwinding. | Mike Pall | 1 | -0/+2 | |
Broken on Fedora/ARM64. Reported by Yichun Zhang. | |||||
2021-06-25 | Flush and close output file after profiling run. | Mike Pall | 1 | -0/+1 | |
Thanks to Sergey Ostanevich. | |||||
2021-06-25 | Avoid conflict between 64 bit lightuserdata and ITERN key. | Mike Pall | 1 | -1/+2 | |
Reported by XmiliaH. | |||||
2021-06-14 | Throw any errors before stack changes in trace stitching. | Mike Pall | 1 | -0/+4 | |
Thanks to doujiang24. | |||||
2021-06-08 | DynASM/x86: Add missing escape in pattern. | Mike Pall | 1 | -1/+1 | |
2021-06-07 | Fix HTML. | Mike Pall | 1 | -4/+3 | |
2021-06-07 | String buffers, part 2e: add serialization string dictionary. | Mike Pall | 10 | -65/+214 | |
Sponsored by fmad.io. | |||||
2021-06-04 | DynASM/ARM64: Fix LSL/BFI* encoding with variable shifts. | Mike Pall | 1 | -6/+8 | |
Thanks to Dmitry Stogov. | |||||
2021-06-03 | Fix MinGW static build. | Mike Pall | 1 | -1/+2 | |
Reported by Sundaram Ramaswamy. | |||||
2021-06-03 | Fix dependencies. | Mike Pall | 1 | -1/+1 | |
2021-06-03 | Fix IR_BUFHDR assembly. | Mike Pall | 1 | -3/+4 | |
2021-06-03 | FFI: Support FFI numbers in string.format() and buf:putf(). | Mike Pall | 4 | -6/+47 | |
2021-06-03 | ARM64: More improvements to the generation of immediates. | Mike Pall | 3 | -16/+12 | |
2021-06-01 | String buffers, part 2d: basic string buffer methods. | Mike Pall | 18 | -82/+813 | |
Sponsored by fmad.io. | |||||
2021-06-01 | String buffers, part 2c: abstract out string.format. | Mike Pall | 4 | -89/+121 | |
Sponsored by fmad.io. | |||||
2021-06-01 | Abstract out on-demand loading of FFI library. | Mike Pall | 4 | -15/+13 | |
2021-06-01 | String buffers, part 2b: Add extended string buffers. Use in serializer. | Mike Pall | 6 | -98/+210 | |
Sponsored by fmad.io. | |||||
2021-06-01 | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 24 | -160/+153 | |
Sponsored by fmad.io. | |||||
2021-06-01 | FFI: Fix dangling reference to CType. | Mike Pall | 1 | -0/+2 | |
2021-05-29 | PPC/PS3: Fix BC_ADD*/BC_SUB*. | Mike Pall | 1 | -4/+4 | |
Thanks to MaryWan1982. | |||||
2021-05-29 | Fix use-def analysis for vararg functions. | Mike Pall | 1 | -2/+4 | |
Reported by Shmuel Zeigerman. | |||||
2021-05-24 | Fix use-def analysis for BC_VARG. | Mike Pall | 1 | -1/+3 | |
Reported by Ryan Lucia. | |||||
2021-05-22 | DynASM/ARM64: Fix ADRP encoding with absolute address. | Mike Pall | 1 | -1/+7 | |
Thanks to Dmitry Stogov. | |||||
2021-05-17 | Fix compiler warnings. | Mike Pall | 1 | -3/+1 | |
2021-05-02 | DynASM: Bump version to 1.5.0. | Mike Pall | 7 | -20/+20 | |
2021-05-02 | DynASM/ARM64: Add .long expr. Add .quad/.addr expr + refs. | Mike Pall | 2 | -23/+84 | |
Suggested by Dmitry Stogov, Hao Sun and Nick Gasson. | |||||
2021-05-02 | DynASM/x86: Fix x64 .aword refs. Add .qword, .quad, .addr and .long. | Mike Pall | 2 | -11/+55 | |
Suggested by Dmitry Stogov. | |||||
2021-05-02 | FFI/ARM64/OSX: Fix vararg call handling. | Mike Pall | 2 | -5/+5 | |
Thanks to Igor Munkin. | |||||
2021-04-25 | Add FAQ about table iteration order. | Mike Pall | 1 | -0/+13 | |
2021-04-21 | Prevent compile of __concat with tailcall to fast function. | Mike Pall | 1 | -0/+3 | |
E.g. __concat = function() return setmetatable(...) end Reported by Fezile Manana. | |||||
2021-04-20 | Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc. | Mike Pall | 1 | -1/+8 | |
Reported by Victor Bombi, analyzed by XmiliaH. Thanks! | |||||
2021-04-19 | Fix compiler warning. | Mike Pall | 1 | -0/+2 | |
2021-03-31 | DynASM: Fix global label references | Mike Pall | 4 | -8/+20 | |
ARM64 patch contributed by Hao Sun and Nick Gasson. | |||||
2021-03-31 | DynASM/ARM64: Add VREG support. | Mike Pall | 2 | -18/+41 | |
Contributed by Hao Sun and Nick Gasson. | |||||
2021-03-31 | Fix build with busybox grep. | Mike Pall | 1 | -1/+1 | |
Reported by ymph. | |||||
2021-03-29 | NetBSD: Use PROT_MPROTECT() and disable getentropy(). | Mike Pall | 3 | -4/+14 | |
Note: this is not an officially supported target. Contributed by David Carlier. | |||||
2021-03-26 | Allow disabling the serializer. | Mike Pall | 1 | -0/+3 | |
2021-03-26 | BSD: Fix build with BSD grep. | Mike Pall | 1 | -1/+1 | |
Thanks to carlocab. | |||||
2021-03-26 | Fix .bat file builds. | Mike Pall | 5 | -5/+5 | |
2021-03-25 | OSX: Fix build by hardcoding external frame unwinding. | Mike Pall | 1 | -7/+8 | |
Apparently they can't even get 'grep' right, let alone a keyboard. | |||||
2021-03-25 | String buffers, part 1: object serialization. | Mike Pall | 26 | -18/+797 | |
Sponsored by fmad.io. |