]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2021-09-20  Mike PallFFI: Don't load PC from non-function object in FFI...
2021-09-20  Mike PallFFI: Fix missing cts->L initialization in argv2ctype().
2021-09-19  Mike PallOSX/ARM64: Disable external unwinding for now.
2021-09-19  Mike PallCompile table traversals: next(), pairs(), BC_ISNEXT...
2021-09-19  Mike PallUse IR_HIOP for generalized two-register returns.
2021-09-19  Mike PallRefactor table traversal.
2021-09-19  Mike PallARM: Fix symbol display in trace disassembly.
2021-09-19  Mike PallRefactor IR_TMPREF generation.
2021-09-19  Mike PallRefactor IR_VLOAD to take an offset.
2021-09-19  Mike PallMIPS: Fix trace linking.
2021-08-12  Mike PallString buffers, part 4b: Improve de-serialization checks.
2021-08-12  Mike PallString buffers, part 4a: Add metatable serialization...
2021-07-27  Mike PallMerge branch 'master' into v2.1
2021-07-27  Mike PallConsider slots used by upvalues in use-def analysis.
2021-07-23  Mike PallMerge branch 'master' into v2.1
2021-07-23  Mike PallPrevent loop in snap_usedef().
2021-07-22  Mike PallMerge branch 'master' into v2.1
2021-07-22  Mike PallFix io.close() error message.
2021-07-22  Mike PallMerge branch 'master' into v2.1
2021-07-22  Mike PallFix io.close().
2021-07-21  Mike PallMerge branch 'master' into v2.1
2021-07-21  Mike PallFix minilua vararg stack handling.
2021-07-19  Mike PallPS4: Fix compile.
2021-07-19  Mike PallMerge branch 'master' into v2.1
2021-07-19  Mike PallAvoid out-of-range number of results when compiling...
2021-07-19  Mike PallString buffers, part 3d: Compile string buffer methods...
2021-07-19  Mike PallMinor improvements of optimizations.
2021-07-19  Mike PallFix error message in lj_lib_checkintrange().
2021-07-19  Mike PallString buffers, part 2f: Prevent self-put of buffer.
2021-07-19  Mike PallString buffers, part 3c: Add IRBUFHDR_WRITE mode.
2021-07-19  Mike PallFix IRXLOAD_* mode bits description.
2021-07-19  Mike PallString buffers, part 3b: Change IR_BUFHDR op2 mode...
2021-07-19  Mike PallString buffers, part 3a: Add IR_TMPREF for passing...
2021-07-19  Mike PallAdd IRCONV_NONE for pass-through INT to I64/U64 type...
2021-07-19  Mike PallMerge branch 'master' into v2.1
2021-07-19  Mike PallFix jit.dump() output for IR_CONV.
2021-06-25  Mike PallDisable unreliable assertion for external frame unwinding.
2021-06-25  Mike PallFlush and close output file after profiling run.
2021-06-25  Mike PallAvoid conflict between 64 bit lightuserdata and ITERN...
2021-06-14  Mike PallThrow any errors before stack changes in trace stitching.
2021-06-08  Mike PallMerge branch 'master' into v2.1
2021-06-08  Mike PallDynASM/x86: Add missing escape in pattern.
2021-06-07  Mike PallMerge branch 'master' into v2.1
2021-06-07  Mike PallFix HTML.
2021-06-07  Mike PallString buffers, part 2e: add serialization string dicti...
2021-06-04  Mike PallDynASM/ARM64: Fix LSL/BFI* encoding with variable shifts.
2021-06-03  Mike PallFix MinGW static build.
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...
next