mikepaul-LuaJIT/src
2021-09-19 16:09:48 +02:00
..
host Merge branch 'master' into v2.1 2021-07-21 12:32:19 +02:00
jit String buffers, part 3c: Add IRBUFHDR_WRITE mode. 2021-07-19 16:46:27 +02:00
.gitignore x86/x64: Call external symbols directly from interpreter code. 2014-12-08 01:58:05 +01:00
lauxlib.h From Lua 5.2: Add luaL_setmetatable(). 2017-04-07 12:38:05 +02:00
lib_aux.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_base.c String buffers, part 2d: basic string buffer methods. 2021-06-01 05:16:32 +02:00
lib_bit.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_buffer.c String buffers, part 4a: Add metatable serialization dictionary. 2021-08-12 21:27:58 +02:00
lib_debug.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_ffi.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_init.c Bump copyright date. 2021-01-02 21:49:41 +01:00
lib_io.c Merge branch 'master' into v2.1 2021-07-22 16:22:53 +02:00
lib_jit.c Abstract out on-demand loading of FFI library. 2021-06-01 01:01:15 +02:00
lib_math.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_os.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_package.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lib_string.c String buffers, part 2c: abstract out string.format. 2021-06-01 05:14:18 +02:00
lib_table.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_alloc.c Linux/ARM64: Make mremap() non-moving due to VA space woes. 2021-03-10 19:58:31 +01:00
lj_alloc.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_api.c Reorganize lightuserdata interning code. 2021-03-25 02:15:26 +01:00
lj_arch.h String buffers, part 1: object serialization. 2021-03-25 02:21:31 +01:00
lj_asm_arm64.h MIPS: Fix trace linking. 2021-09-19 16:09:48 +02:00
lj_asm_arm.h MIPS: Fix trace linking. 2021-09-19 16:09:48 +02:00
lj_asm_mips.h MIPS: Fix trace linking. 2021-09-19 16:09:48 +02:00
lj_asm_ppc.h MIPS: Fix trace linking. 2021-09-19 16:09:48 +02:00
lj_asm_x86.h MIPS: Fix trace linking. 2021-09-19 16:09:48 +02:00
lj_asm.c MIPS: Fix trace linking. 2021-09-19 16:09:48 +02:00
lj_asm.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_assert.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_bc.c Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_bc.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_bcdump.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_bcread.c Abstract out on-demand loading of FFI library. 2021-06-01 01:01:15 +02:00
lj_bcwrite.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_buf.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_buf.h String buffers, part 4a: Add metatable serialization dictionary. 2021-08-12 21:27:58 +02:00
lj_carith.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_carith.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_ccall.c FFI/ARM64/OSX: Fix vararg call handling. 2021-05-02 22:11:05 +02:00
lj_ccall.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_ccallback.c FFI/ARM64/OSX: Fix vararg call handling. 2021-05-02 22:11:05 +02:00
lj_ccallback.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_cconv.c String buffers, part 2d: basic string buffer methods. 2021-06-01 05:16:32 +02:00
lj_cconv.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_cdata.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_cdata.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_char.c Rename character type handling from lj_ctype* to lj_char*. 2010-11-09 12:09:54 +01:00
lj_char.h Replace strtod() with builtin string to number conversion. 2012-08-25 23:02:29 +02:00
lj_clib.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_clib.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_cparse.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_cparse.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_crecord.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_crecord.h String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_ctype.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_ctype.h String buffers, part 2d: basic string buffer methods. 2021-06-01 05:16:32 +02:00
lj_debug.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_debug.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_def.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_dispatch.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_dispatch.h Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_emit_arm64.h ARM64: More improvements to the generation of immediates. 2021-06-03 03:21:56 +02:00
lj_emit_arm.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_emit_mips.h String buffers, part 3c: Add IRBUFHDR_WRITE mode. 2021-07-19 16:46:27 +02:00
lj_emit_ppc.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_emit_x86.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_err.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_err.h Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_errmsg.h String buffers, part 2f: Prevent self-put of buffer. 2021-07-19 16:45:26 +02:00
lj_ff.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_ffrecord.c Merge branch 'master' into v2.1 2021-07-19 17:05:48 +02:00
lj_ffrecord.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_frame.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_func.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_func.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_gc.c String buffers, part 4a: Add metatable serialization dictionary. 2021-08-12 21:27:58 +02:00
lj_gc.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_gdbjit.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_gdbjit.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_ir.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_ir.h String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_ircall.h String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_iropt.h String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_jit.h Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_lex.c Abstract out on-demand loading of FFI library. 2021-06-01 01:01:15 +02:00
lj_lex.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_lib.c Fix error message in lj_lib_checkintrange(). 2021-07-19 16:47:46 +02:00
lj_lib.h String buffers, part 2d: basic string buffer methods. 2021-06-01 05:16:32 +02:00
lj_load.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_mcode.c NetBSD: Use PROT_MPROTECT() and disable getentropy(). 2021-03-29 10:41:52 +02:00
lj_mcode.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_meta.c String buffers, part 2d: basic string buffer methods. 2021-06-01 05:16:32 +02:00
lj_meta.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_obj.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_obj.h String buffers, part 2e: add serialization string dictionary. 2021-06-07 12:03:22 +02:00
lj_opt_dce.c Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_opt_fold.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_opt_loop.c Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_opt_mem.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_opt_narrow.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_opt_sink.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_opt_split.c String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. 2021-07-19 16:23:12 +02:00
lj_parse.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_parse.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_prng.c PS4: Fix compile. 2021-07-19 18:15:18 +02:00
lj_prng.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_profile.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_profile.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_record.c String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
lj_record.h String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. 2021-07-19 16:23:12 +02:00
lj_serialize.c String buffers, part 4b: Improve de-serialization checks. 2021-08-12 21:28:17 +02:00
lj_serialize.h String buffers, part 4a: Add metatable serialization dictionary. 2021-08-12 21:27:58 +02:00
lj_snap.c Merge branch 'master' into v2.1 2021-07-27 14:50:40 +02:00
lj_snap.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_state.c Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_state.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_str.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_str.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_strfmt_num.c String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
lj_strfmt.c String buffers, part 2f: Prevent self-put of buffer. 2021-07-19 16:45:26 +02:00
lj_strfmt.h String buffers, part 2c: abstract out string.format. 2021-06-01 05:14:18 +02:00
lj_strscan.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_strscan.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_tab.c String buffers, part 2e: add serialization string dictionary. 2021-06-07 12:03:22 +02:00
lj_tab.h String buffers, part 2e: add serialization string dictionary. 2021-06-07 12:03:22 +02:00
lj_target_arm64.h String buffers, part 3c: Add IRBUFHDR_WRITE mode. 2021-07-19 16:46:27 +02:00
lj_target_arm.h String buffers, part 3c: Add IRBUFHDR_WRITE mode. 2021-07-19 16:46:27 +02:00
lj_target_mips.h String buffers, part 3c: Add IRBUFHDR_WRITE mode. 2021-07-19 16:46:27 +02:00
lj_target_ppc.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_target_x86.h Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_target.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_trace.c Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_trace.h Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_traceerr.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_udata.c Avoid conflict between 64 bit lightuserdata and ITERN key. 2021-06-25 12:45:51 +02:00
lj_udata.h Reorganize lightuserdata interning code. 2021-03-25 02:15:26 +01:00
lj_vm.h Handle on-trace OOM errors from helper functions. 2021-03-23 00:39:50 +01:00
lj_vmevent.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lj_vmevent.h Bump copyright date. 2021-01-02 21:49:41 +01:00
lj_vmmath.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
ljamalg.c String buffers, part 1: object serialization. 2021-03-25 02:21:31 +01:00
lua.h Merge branch 'master' into v2.1 2020-10-12 16:18:02 +02:00
lua.hpp RELEASE LuaJIT-2.0.0-beta2 2009-12-08 19:49:20 +01:00
luaconf.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
luajit.c Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
luajit.h Merge branch 'master' into v2.1 2021-01-02 21:56:07 +01:00
lualib.h String buffers, part 1: object serialization. 2021-03-25 02:21:31 +01:00
Makefile Fix MinGW static build. 2021-06-03 20:28:48 +02:00
Makefile.dep String buffers, part 3d: Compile string buffer methods and functions. 2021-07-19 16:53:30 +02:00
msvcbuild.bat Fix .bat file builds. 2021-03-26 18:14:59 +01:00
ps4build.bat Fix .bat file builds. 2021-03-26 18:14:59 +01:00
psvitabuild.bat Fix .bat file builds. 2021-03-26 18:14:59 +01:00
vm_arm64.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
vm_arm.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
vm_mips64.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
vm_mips.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
vm_ppc.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
vm_x64.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
vm_x86.dasc String buffers, part 2a: internal SBuf reorg. Use full pointers. 2021-06-01 00:45:06 +02:00
xb1build.bat Fix .bat file builds. 2021-03-26 18:14:59 +01:00
xedkbuild.bat Fix .bat file builds. 2021-03-26 18:14:59 +01:00