aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-07String buffers, part 2e: add serialization string dictionary.Mike Pall9-58/+151
2021-06-04DynASM/ARM64: Fix LSL/BFI* encoding with variable shifts.Mike Pall1-6/+8
2021-06-03Fix MinGW static build.Mike Pall1-1/+2
2021-06-03Fix dependencies.Mike Pall1-1/+1
2021-06-03Fix IR_BUFHDR assembly.Mike Pall1-3/+4
2021-06-03FFI: Support FFI numbers in string.format() and buf:putf().Mike Pall4-6/+47
2021-06-03ARM64: More improvements to the generation of immediates.Mike Pall3-16/+12
2021-06-01String buffers, part 2d: basic string buffer methods.Mike Pall18-82/+813
2021-06-01String buffers, part 2c: abstract out string.format.Mike Pall4-89/+121
2021-06-01Abstract out on-demand loading of FFI library.Mike Pall4-15/+13
2021-06-01String buffers, part 2b: Add extended string buffers. Use in serializer.Mike Pall6-98/+210
2021-06-01String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall24-160/+153
2021-06-01FFI: Fix dangling reference to CType.Mike Pall1-0/+2
2021-05-29PPC/PS3: Fix BC_ADD*/BC_SUB*.Mike Pall1-4/+4
2021-05-29Fix use-def analysis for vararg functions.Mike Pall1-2/+4
2021-05-24Fix use-def analysis for BC_VARG.Mike Pall1-1/+3
2021-05-22DynASM/ARM64: Fix ADRP encoding with absolute address.Mike Pall1-1/+7
2021-05-17Fix compiler warnings.Mike Pall1-3/+1
2021-05-02DynASM: Bump version to 1.5.0.Mike Pall7-20/+20
2021-05-02DynASM/ARM64: Add .long expr. Add .quad/.addr expr + refs.Mike Pall2-23/+84
2021-05-02DynASM/x86: Fix x64 .aword refs. Add .qword, .quad, .addr and .long.Mike Pall2-11/+55
2021-05-02FFI/ARM64/OSX: Fix vararg call handling.Mike Pall2-5/+5
2021-04-25Add FAQ about table iteration order.Mike Pall1-0/+13
2021-04-21Prevent compile of __concat with tailcall to fast function.Mike Pall1-0/+3
2021-04-20Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc.Mike Pall1-1/+8
2021-04-19Fix compiler warning.Mike Pall1-0/+2
2021-03-31DynASM: Fix global label referencesMike Pall4-8/+20
2021-03-31DynASM/ARM64: Add VREG support.Mike Pall2-18/+41
2021-03-31Fix build with busybox grep.Mike Pall1-1/+1
2021-03-29NetBSD: Use PROT_MPROTECT() and disable getentropy().Mike Pall3-4/+14
2021-03-26Allow disabling the serializer.Mike Pall1-0/+3
2021-03-26BSD: Fix build with BSD grep.Mike Pall1-1/+1
2021-03-26Fix .bat file builds.Mike Pall5-5/+5
2021-03-25OSX: Fix build by hardcoding external frame unwinding.Mike Pall1-7/+8
2021-03-25String buffers, part 1: object serialization.Mike Pall26-18/+797
2021-03-25Reorganize lightuserdata interning code.Mike Pall3-28/+32
2021-03-25Upgrade docs to HTML5. It's about time.Mike Pall14-28/+28
2021-03-23FFI: Handle zero-fill of struct-of-NYI.Mike Pall1-1/+19
2021-03-23ARM64: Improve generation of immediates.Mike Pall1-31/+33
2021-03-23Detect inconsistent renames even in the presence of sunk values.Mike Pall1-13/+12
2021-03-23Handle on-trace OOM errors from helper functions.Mike Pall24-51/+421
2021-03-23Use weak guards for on-trace allocations.Mike Pall4-49/+51
2021-03-23PPC: Fix GG_State loads.Mike Pall2-2/+2
2021-03-23MIPS: Fix handling of long-range spare jumps.Mike Pall2-25/+34
2021-03-23Cleanup and enable external unwinding for more platforms.Mike Pall4-190/+197
2021-03-11Remove specific version numbers from the docs.Mike Pall2-8/+12
2021-03-10iOS: Don't use getentropy() since it's disallowed in the App Store.Mike Pall1-3/+9
2021-03-10Linux/ARM64: Make mremap() non-moving due to VA space woes.Mike Pall1-1/+1
2021-01-12Clarify macOS build instructions.Mike Pall1-2/+5
2021-01-02Bump copyright date.Mike Pall176-193/+193