mikepaul-LuaJIT/src
2024-11-28 16:26:10 +01:00
..
host Prevent include of luajit_rolling.h. 2024-01-31 14:29:23 +01:00
jit Fix typo. 2024-07-03 23:43:29 +02:00
.gitignore Switch build system to rolling releases. 2023-08-21 03:06:26 +02:00
lauxlib.h From Lua 5.2: Add luaL_traceback(). 2012-10-01 20:45:30 +02:00
lib_aux.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_base.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_bit.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_debug.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_ffi.c FFI: Fix __tostring metamethod access to enum cdata value. 2024-07-03 23:43:57 +02:00
lib_init.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_io.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_jit.c Switch build system to rolling releases. 2023-08-21 03:06:26 +02:00
lib_math.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_os.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_package.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_string.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lib_table.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_alloc.c Fix segment release check in internal memory allocator. 2024-04-19 01:44:19 +02:00
lj_alloc.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lj_api.c Handle stack reallocation in debug.setmetatable() and lua_setmetatable(). 2024-03-10 17:13:28 +01:00
lj_arch.h Improve architecture detection error messages. 2023-09-09 23:01:26 +02:00
lj_asm_arm.h ARM: Fix stack restore for FP slots. 2023-12-10 16:10:48 +01:00
lj_asm_mips.h MIPS32: Fix little-endian IR_RETF. 2024-08-19 16:17:44 +02:00
lj_asm_ppc.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_asm_x86.h x86/x64: Don't fuse loads across IR_NEWREF. 2023-11-14 22:50:21 +01:00
lj_asm.c Fix detection of inconsistent renames due to sunk values. 2024-11-28 16:26:10 +01:00
lj_asm.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_bc.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_bc.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_bcdump.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_bcread.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_bcwrite.c Preserve keys with dynamic values in template tables when saving bytecode. 2024-01-31 14:32:04 +01:00
lj_carith.c FFI: Fix dangling reference to CType in carith_checkarg(). 2023-10-21 13:11:50 +02:00
lj_carith.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ccall.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ccall.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ccallback.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ccallback.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_cconv.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_cconv.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_cdata.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_cdata.h Bump copyright date. 2023-08-20 21:25:30 +02: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 Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_clib.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_cparse.c FFI: Fix pragma push stack limit check and throw on overflow. 2023-11-07 22:25:42 +01:00
lj_cparse.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_crecord.c FFI: Fix various issues in recff_cdata_arith. 2024-07-03 23:46:47 +02:00
lj_crecord.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ctype.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ctype.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_debug.c Handle partial snapshot restore due to stack overflow. 2024-07-03 21:42:21 +02:00
lj_debug.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_def.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_dispatch.c Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC. 2023-08-28 21:04:01 +02:00
lj_dispatch.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_emit_arm.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_emit_mips.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_emit_ppc.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_emit_x86.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_err.c Remove ancient RtlUnwindEx workaround for MinGW64. 2024-09-29 15:33:32 +02:00
lj_err.h Rework stack overflow handling. 2024-02-04 16:34:30 +01:00
lj_errmsg.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ff.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ffrecord.c Always use IRT_NIL for IR_TBAR. 2024-08-24 17:03:17 +02:00
lj_ffrecord.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_frame.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_func.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_func.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_gc.c Correctly close VM state after early OOM during open. 2024-08-19 16:14:55 +02:00
lj_gc.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_gdbjit.c Fix .debug_abbrev section in GDB JIT API. 2023-12-10 14:48:34 +01:00
lj_gdbjit.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ir.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_ir.h Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check. 2023-12-23 19:43:03 +01:00
lj_ircall.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_iropt.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_jit.h Update external MSDN URL in code. 2023-08-29 22:27:38 +02:00
lj_lex.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_lex.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_lib.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_lib.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_load.c Fix another potential file descriptor leak in luaL_loadfile*(). 2024-08-19 17:31:15 +02:00
lj_mcode.c Fix mcode limit check for non-x86 archs. 2023-09-09 17:44:54 +02:00
lj_mcode.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_meta.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_meta.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_obj.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_obj.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_opt_dce.c Maintain chain invariant in DCE. 2023-09-22 21:04:22 +02:00
lj_opt_fold.c Fix IR_ABC hoisting. 2024-08-15 00:10:01 +02:00
lj_opt_loop.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_opt_mem.c Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check. 2023-12-23 19:43:03 +01:00
lj_opt_narrow.c Fix limit check in narrow_conv_backprop(). 2024-08-24 17:11:45 +02:00
lj_opt_sink.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_opt_split.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_parse.c Fix predict_next() in parser (for real now). 2024-07-03 23:45:16 +02:00
lj_parse.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_record.c Fix compiliation of getmetatable() for UDTYPE_IO_FILE. 2024-09-29 16:03:37 +02:00
lj_record.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_snap.c Different fix for partial snapshot restore due to stack overflow. 2024-08-15 00:17:19 +02:00
lj_snap.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_state.c Rework stack overflow handling. 2024-02-04 16:34:30 +01:00
lj_state.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_str.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_str.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_strscan.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_strscan.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_tab.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_tab.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_target_arm.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_target_mips.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_target_ppc.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_target_x86.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_target.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_trace.c Different fix for partial snapshot restore due to stack overflow. 2024-08-15 00:17:19 +02:00
lj_trace.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_traceerr.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_udata.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_udata.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_vm.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_vmevent.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_vmevent.h Bump copyright date. 2023-08-20 21:25:30 +02:00
lj_vmmath.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lj.supp Fix Valgrind suppressions. 2016-06-03 06:39:52 +02:00
ljamalg.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lua.h Minor changes and https-ify links. 2020-10-12 16:11:32 +02:00
lua.hpp RELEASE LuaJIT-2.0.0-beta2 2009-12-08 19:49:20 +01:00
luaconf.h Switch build system to rolling releases. 2023-08-21 03:06:26 +02:00
luajit_rolling.h Prevent include of luajit_rolling.h. 2024-01-31 14:29:23 +01:00
luajit.c Bump copyright date. 2023-08-20 21:25:30 +02:00
lualib.h Bump copyright date. 2023-08-20 21:25:30 +02:00
Makefile Improve architecture detection error messages. 2023-09-09 23:01:26 +02:00
Makefile.dep FFI: Fix frame traversal for backtraces with FFI callbacks. 2014-06-12 10:58:22 +02:00
msvcbuild.bat Fix runtime library flags for MSVC debug builds. 2023-12-10 15:00:52 +01:00
ps4build.bat Handle non-.git checkout with .relver in .bat-file builds. 2023-08-28 21:59:01 +02:00
psvitabuild.bat Handle non-.git checkout with .relver in .bat-file builds. 2023-08-28 21:59:01 +02:00
vm_arm.dasc ARM: Make hard-float tobit conversions match JIT backend behavior. 2024-08-20 19:00:47 +02:00
vm_mips.dasc Add stack check to pcall/xpcall. 2023-11-12 14:42:24 +01:00
vm_ppc.dasc Add stack check to pcall/xpcall. 2023-11-12 14:42:24 +01:00
vm_ppcspe.dasc Add stack check to pcall/xpcall. 2023-11-12 14:42:24 +01:00
vm_x86.dasc Add stack check to pcall/xpcall. 2023-11-12 14:42:24 +01:00
xedkbuild.bat Handle non-.git checkout with .relver in .bat-file builds. 2023-08-28 21:59:01 +02:00