2022-01-27 |
Mike Pall | Fix command-line argv handling. |
commit | commitdiff | tree |
2022-01-25 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2022-01-25 |
Mike Pall | Don't export internal symbol. |
commit | commitdiff | tree |
2022-01-24 |
Mike Pall | Fix pow() optimization inconsistencies. |
commit | commitdiff | tree |
2022-01-23 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2022-01-23 |
Mike Pall | Always exit after machine code page protection change... |
commit | commitdiff | tree |
2022-01-23 |
Mike Pall | Fix FOLD rule for BUFHDR append with intervening buffer... |
commit | commitdiff | tree |
2022-01-23 |
Mike Pall | Fix compiled error handling for buffer methods. |
commit | commitdiff | tree |
2022-01-16 |
Mike Pall | Prevent unroll across BC_ITERN. |
commit | commitdiff | tree |
2022-01-16 |
Mike Pall | Prevent replay of buffer operation for PHI operands. |
commit | commitdiff | tree |
2022-01-16 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2022-01-16 |
Mike Pall | Save trace recorder state around VM event call. |
commit | commitdiff | tree |
2022-01-15 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2022-01-15 |
Mike Pall | Bump copyright date. |
commit | commitdiff | tree |
2022-01-15 |
Mike Pall | FFI: Ensure library is loaded before de-serializing... |
commit | commitdiff | tree |
2022-01-15 |
Mike Pall | Fix HREFK forwarding vs. table.clear(). |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | Fix FOLD rule for BUFHDR append. |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | OSX: Disable unreliable assertion for external frame... |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | Limit exponent range in number parsing. |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | Fix tonumber("-0") in dual-number mode. |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | Limit work done in SINK pass. |
commit | commitdiff | tree |
2022-01-13 |
Mike Pall | Fix ABC FOLD rule with constants. |
commit | commitdiff | tree |
2021-12-19 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-12-19 |
Mike Pall | Prevent CSE of a REF_BASE operand across IR_RETF. |
commit | commitdiff | tree |
2021-12-17 |
Mike Pall | Windows: Fix binary output of jit.bcsave to stdout. |
commit | commitdiff | tree |
2021-12-17 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-12-17 |
Mike Pall | Fix FOLD rule for x-0. |
commit | commitdiff | tree |
2021-11-13 |
Mike Pall | Update Android build docs. |
commit | commitdiff | tree |
2021-11-13 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-11-13 |
Mike Pall | Update Android build docs. |
commit | commitdiff | tree |
2021-10-27 |
Mike Pall | ARM64: Fix pcall() error case. |
commit | commitdiff | tree |
2021-10-17 |
Mike Pall | OSX/ARM64: Fix external unwinding. |
commit | commitdiff | tree |
2021-10-12 |
Mike Pall | Fix string buffer method recording. |
commit | commitdiff | tree |
2021-10-08 |
Mike Pall | Fix interaction of profiler and ITERN recording. |
commit | commitdiff | tree |
2021-10-06 |
Mike Pall | Fix compilation of multi-result call to next(). |
commit | commitdiff | tree |
2021-10-02 |
Mike Pall | ARM64: Fix IR_HREF code generation. |
commit | commitdiff | tree |
2021-10-02 |
Mike Pall | MIPS64: Fix soft-float IR_TOSTR. |
commit | commitdiff | tree |
2021-10-02 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-10-02 |
Mike Pall | MIPS: Fix register allocation in assembly of HREF. |
commit | commitdiff | tree |
2021-09-29 |
Mike Pall | Fix compiler warning. |
commit | commitdiff | tree |
2021-09-24 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-09-24 |
Mike Pall | Windows/x64: Document MSVC flags for C++ exception... |
commit | commitdiff | tree |
2021-09-23 |
Mike Pall | FFI: Ensure returned string is alive in ffi.typeinfo(). |
commit | commitdiff | tree |
2021-09-21 |
Mike Pall | OSX/ARM64: Disable unwind info. |
commit | commitdiff | tree |
2021-09-21 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-09-21 |
Mike Pall | Fix stack allocation after on-trace stack check. |
commit | commitdiff | tree |
2021-09-21 |
Mike Pall | Fix ITERN blacklisting. |
commit | commitdiff | tree |
2021-09-21 |
Mike Pall | Ensure ITERN forward progress on interpreter bailout. |
commit | commitdiff | tree |
2021-09-20 |
Mike Pall | ARM64: Reorder interpreter stack frame and fix unwinding. |
commit | commitdiff | tree |
2021-09-20 |
Mike Pall | Don't bail out to interpreter to JLOOP originating... |
commit | commitdiff | tree |
2021-09-20 |
Mike Pall | FFI: Don't load PC from non-function object in FFI... |
commit | commitdiff | tree |
2021-09-20 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-09-20 |
Mike Pall | FFI: Don't load PC from non-function object in FFI... |
commit | commitdiff | tree |
2021-09-20 |
Mike Pall | FFI: Fix missing cts->L initialization in argv2ctype(). |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | OSX/ARM64: Disable external unwinding for now. |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | Compile table traversals: next(), pairs(), BC_ISNEXT... |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | Use IR_HIOP for generalized two-register returns. |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | Refactor table traversal. |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | ARM: Fix symbol display in trace disassembly. |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | Refactor IR_TMPREF generation. |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | Refactor IR_VLOAD to take an offset. |
commit | commitdiff | tree |
2021-09-19 |
Mike Pall | MIPS: Fix trace linking. |
commit | commitdiff | tree |
2021-08-12 |
Mike Pall | String buffers, part 4b: Improve de-serialization checks. |
commit | commitdiff | tree |
2021-08-12 |
Mike Pall | String buffers, part 4a: Add metatable serialization... |
commit | commitdiff | tree |
2021-07-27 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-27 |
Mike Pall | Consider slots used by upvalues in use-def analysis. |
commit | commitdiff | tree |
2021-07-23 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-23 |
Mike Pall | Prevent loop in snap_usedef(). |
commit | commitdiff | tree |
2021-07-22 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-22 |
Mike Pall | Fix io.close() error message. |
commit | commitdiff | tree |
2021-07-22 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-22 |
Mike Pall | Fix io.close(). |
commit | commitdiff | tree |
2021-07-21 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-21 |
Mike Pall | Fix minilua vararg stack handling. |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | PS4: Fix compile. |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Avoid out-of-range number of results when compiling... |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | String buffers, part 3d: Compile string buffer methods... |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Minor improvements of optimizations. |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Fix error message in lj_lib_checkintrange(). |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | String buffers, part 2f: Prevent self-put of buffer. |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | String buffers, part 3c: Add IRBUFHDR_WRITE mode. |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Fix IRXLOAD_* mode bits description. |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | String buffers, part 3b: Change IR_BUFHDR op2 mode... |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | String buffers, part 3a: Add IR_TMPREF for passing... |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Add IRCONV_NONE for pass-through INT to I64/U64 type... |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-07-19 |
Mike Pall | Fix jit.dump() output for IR_CONV. |
commit | commitdiff | tree |
2021-06-25 |
Mike Pall | Disable unreliable assertion for external frame unwinding. |
commit | commitdiff | tree |
2021-06-25 |
Mike Pall | Flush and close output file after profiling run. |
commit | commitdiff | tree |
2021-06-25 |
Mike Pall | Avoid conflict between 64 bit lightuserdata and ITERN... |
commit | commitdiff | tree |
2021-06-14 |
Mike Pall | Throw any errors before stack changes in trace stitching. |
commit | commitdiff | tree |
2021-06-08 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-06-08 |
Mike Pall | DynASM/x86: Add missing escape in pattern. |
commit | commitdiff | tree |
2021-06-07 |
Mike Pall | Merge branch 'master' into v2.1 |
commit | commitdiff | tree |
2021-06-07 |
Mike Pall | Fix HTML. |
commit | commitdiff | tree |
2021-06-07 |
Mike Pall | String buffers, part 2e: add serialization string dicti... |
commit | commitdiff | tree |
2021-06-04 |
Mike Pall | DynASM/ARM64: Fix LSL/BFI* encoding with variable shifts. |
commit | commitdiff | tree |
2021-06-03 |
Mike Pall | Fix MinGW static build. |
commit | commitdiff | tree |
next |