]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2021-06-03  Mike PallFix dependencies.
2021-06-03  Mike PallFix IR_BUFHDR assembly.
2021-06-03  Mike PallFFI: Support FFI numbers in string.format() and buf...
2021-06-03  Mike PallARM64: More improvements to the generation of immediates.
2021-06-01  Mike PallString buffers, part 2d: basic string buffer methods.
2021-06-01  Mike PallString buffers, part 2c: abstract out string.format.
2021-05-31  Mike PallAbstract out on-demand loading of FFI library.
2021-05-31  Mike PallString buffers, part 2b: Add extended string buffers...
2021-05-31  Mike PallString buffers, part 2a: internal SBuf reorg. Use full...
2021-05-31  Mike PallMerge branch 'master' into v2.1
2021-05-31  Mike PallFFI: Fix dangling reference to CType.
2021-05-29  Mike PallMerge branch 'master' into v2.1
2021-05-29  Mike PallPPC/PS3: Fix BC_ADD*/BC_SUB*.
2021-05-29  Mike PallMerge branch 'master' into v2.1
2021-05-29  Mike PallFix use-def analysis for vararg functions.
2021-05-24  Mike PallMerge branch 'master' into v2.1
2021-05-24  Mike PallFix use-def analysis for BC_VARG.
2021-05-22  Mike PallDynASM/ARM64: Fix ADRP encoding with absolute address.
2021-05-17  Mike PallMerge branch 'master' into v2.1
2021-05-17  Mike PallFix compiler warnings.
2021-05-02  Mike PallDynASM: Bump version to 1.5.0.
2021-05-02  Mike PallDynASM/ARM64: Add .long expr. Add .quad/.addr expr...
2021-05-02  Mike PallDynASM/x86: Fix x64 .aword refs. Add .qword, .quad...
2021-05-02  Mike PallFFI/ARM64/OSX: Fix vararg call handling.
2021-04-25  Mike PallMerge branch 'master' into v2.1
2021-04-25  Mike PallAdd FAQ about table iteration order.
2021-04-21  Mike PallPrevent compile of __concat with tailcall to fast function.
2021-04-20  Mike PallFix IR_RENAME snapshot number. Follow-up fix for a32aeadc.
2021-04-19  Mike PallFix compiler warning.
2021-03-31  Mike PallDynASM: Fix global label references
2021-03-31  Mike PallDynASM/ARM64: Add VREG support.
2021-03-31  Mike PallFix build with busybox grep.
2021-03-29  Mike PallNetBSD: Use PROT_MPROTECT() and disable getentropy().
2021-03-26  Mike PallAllow disabling the serializer.
2021-03-26  Mike PallBSD: Fix build with BSD grep.
2021-03-26  Mike PallFix .bat file builds.
2021-03-25  Mike PallOSX: Fix build by hardcoding external frame unwinding.
2021-03-25  Mike PallString buffers, part 1: object serialization.
2021-03-25  Mike PallReorganize lightuserdata interning code.
2021-03-25  Mike PallUpgrade docs to HTML5. It's about time.
2021-03-23  Mike PallFFI: Handle zero-fill of struct-of-NYI.
2021-03-23  Mike PallARM64: Improve generation of immediates.
2021-03-22  Mike PallMerge branch 'master' into v2.1
2021-03-22  Mike PallDetect inconsistent renames even in the presence of...
2021-03-22  Mike PallHandle on-trace OOM errors from helper functions.
2021-03-22  Mike PallUse weak guards for on-trace allocations.
2021-03-22  Mike PallPPC: Fix GG_State loads.
2021-03-22  Mike PallMIPS: Fix handling of long-range spare jumps.
2021-03-22  Mike PallCleanup and enable external unwinding for more platforms.
2021-03-11  Mike PallMerge branch 'master' into v2.1
2021-03-11  Mike PallRemove specific version numbers from the docs.
2021-03-10  Mike PalliOS: Don't use getentropy() since it's disallowed in...
2021-03-10  Mike PallLinux/ARM64: Make mremap() non-moving due to VA space...
2021-01-12  Mike PallMerge branch 'master' into v2.1
2021-01-12  Mike PallClarify macOS build instructions.
2021-01-02  Mike PallMerge branch 'master' into v2.1
2021-01-02  Mike PallBump copyright date.
2021-01-02  Mike PallFix trace exit register dump for some archs.
2021-01-02  Mike PallMerge branch 'master' into v2.1
2021-01-02  Mike PallDocumentation cleanup.
2020-12-28  Mike PallMerge branch 'master' into v2.1
2020-12-28  Mike PallFFI: Fix recording of union initialization.
2020-12-04  Mike PallMerge branch 'master' into v2.1
2020-12-04  Mike Pallx64: Fix __call metamethod return dispatch.
2020-11-30  Mike PallFix binary number literal parsing.
2020-11-30  Mike PallFix warning.
2020-11-30  Mike PallMerge branch 'master' into v2.1
2020-11-30  Mike PallFix warning.
2020-10-12  Mike PallMerge branch 'master' into v2.1
2020-10-12  Mike PallMinor changes and https-ify links.
2020-10-12  Mike PallMerge branch 'master' into v2.1
2020-10-12  Mike PallFix snapshot PC when linking to BC_JLOOP that was a...
2020-10-12  Mike PallMerge branch 'master' into v2.1
2020-10-12  Mike PallEnsure full init of IR_NOP instructions.
2020-09-29  Mike PallAdd support for full-range 64 bit lightuserdata.
2020-09-28  Mike PallARM64: Followup fix for exit branch patching.
2020-09-27  Mike PallMerge branch 'master' into v2.1
2020-09-27  Mike PallPrevent patching of the GC exit check branch.
2020-09-25  Mike Pallx64: Fix 64 bit shift code generation.
2020-09-22  Mike PallAnother fix for lua_yield() from C hook.
2020-09-22  Mike PallMerge branch 'master' into v2.1
2020-09-22  Mike PallMark CONV as non-weak, to prevent elimination of its...
2020-09-14  Mike PallFix lua_yield() from C hook.
2020-09-12  Mike PallMerge branch 'master' into v2.1
2020-09-12  Mike PallDynASM/x86: Fix VREG support.
2020-09-05  Mike PallMerge branch 'master' into v2.1
2020-09-05  Mike PallLimit path length passed to C library loader.
2020-08-27  Mike PallLJ_GC64: Always snapshot functions for non-base frames.
2020-08-09  Mike PallMerge branch 'master' into v2.1
2020-08-09  Mike PallCall error function on rethrow after trace exit.
2020-08-09  Mike PallMerge branch 'master' into v2.1
2020-08-09  Mike PallFix handling of errors during snapshot restore.
2020-08-05  Mike PallMerge branch 'master' into v2.1
2020-08-05  Mike PallARM: Ensure relative GG_State element alignment differe...
2020-08-05  Mike PallMerge branch 'master' into v2.1
2020-08-05  Mike PallFix Makefile dependencies.
2020-07-13  Mike PallHandle old OSX/iOS without getentropy().
2020-07-12  Mike PallMerge branch 'master' into v2.1
2020-07-12  Mike PallAdd FAQ about sandboxing. Minor fixes.
2020-07-12  Mike PallMerge branch 'master' into v2.1
next