mikepaul-LuaJIT/src
2020-06-25 15:19:48 +02:00
..
host Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
jit Merge branch 'master' into v2.1 2020-01-22 02:39:26 +01: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 Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lib_base.c Fix compiler warning. 2020-06-25 15:19:48 +02:00
lib_bit.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lib_debug.c Merge branch 'master' into v2.1 2020-06-07 14:35:18 +02:00
lib_ffi.c Merge branch 'master' into v2.1 2020-05-08 14:00:07 +02:00
lib_init.c Bump copyright date. 2020-01-20 23:26:51 +01:00
lib_io.c Improve assertions. 2020-06-15 02:52:00 +02:00
lib_jit.c Add jit.security(). 2020-06-23 03:12:32 +02:00
lib_math.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lib_os.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lib_package.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lib_string.c Improve assertions. 2020-06-15 02:52:00 +02:00
lib_table.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_alloc.c Windows: Fix NtAllocateVirtualMemory prototype. 2020-06-23 03:13:54 +02:00
lj_alloc.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_api.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_arch.h OSX/iOS: Handle iOS simulator and ARM64 Macs. 2020-06-23 03:24:40 +02:00
lj_asm_arm64.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_asm_arm.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_asm_mips.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_asm_ppc.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_asm_x86.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_asm.c Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_asm.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_assert.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_bc.c Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_bc.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_bcdump.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_bcread.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_bcwrite.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_buf.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_buf.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_carith.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_carith.h Merge branch 'master' into v2.1 2020-05-08 14:00:07 +02:00
lj_ccall.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_ccall.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_ccallback.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_ccallback.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_cconv.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_cconv.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_cdata.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_cdata.h Improve assertions. 2020-06-15 02:52:00 +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 Improve assertions. 2020-06-15 02:52:00 +02:00
lj_clib.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_cparse.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_cparse.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_crecord.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_crecord.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_ctype.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_ctype.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_debug.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_debug.h Merge branch 'master' into v2.1 2020-03-20 13:38:05 +01:00
lj_def.h Fix pointer check for non-GC64 mode. 2020-06-23 03:14:35 +02:00
lj_dispatch.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_dispatch.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_emit_arm64.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_emit_arm.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_emit_mips.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_emit_ppc.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_emit_x86.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_err.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_err.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_errmsg.h Cleanup CPU detection and tuning for old CPUs. 2020-05-20 20:42:04 +02:00
lj_ff.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_ffrecord.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_ffrecord.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_frame.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_func.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_func.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_gc.c Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_gc.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_gdbjit.c Cleanup some arch defines and fix builds. 2020-06-15 11:23:04 +02:00
lj_gdbjit.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_ir.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_ir.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_ircall.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_iropt.h Optimize table length computation with hinting. 2020-05-27 19:20:44 +02:00
lj_jit.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_lex.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_lex.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_lib.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_lib.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_load.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_mcode.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_mcode.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_meta.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_meta.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_obj.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_obj.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_opt_dce.c Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_opt_fold.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_opt_loop.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_opt_mem.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_opt_narrow.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_opt_sink.c Optimize table length computation with hinting. 2020-05-27 19:20:44 +02:00
lj_opt_split.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_parse.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_parse.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_prng.c Fix OSX build. 2020-06-23 19:17:13 +02:00
lj_prng.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_profile.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_profile.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_record.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_record.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_snap.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_snap.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_state.c Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_state.h Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_str.c Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_str.h Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_strfmt_num.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_strfmt.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_strfmt.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_strscan.c Improve assertions. 2020-06-15 02:52:00 +02:00
lj_strscan.h Make string to number conversions fail on NUL char. 2020-02-13 17:39:51 +01:00
lj_tab.c Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
lj_tab.h Optimize table length computation with hinting. 2020-05-27 19:20:44 +02:00
lj_target_arm64.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_target_arm.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_target_mips.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_target_ppc.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_target_x86.h Cleanup math function compilation and fix inconsistencies. 2020-05-22 04:53:35 +02:00
lj_target.h Improve assertions. 2020-06-15 02:52:00 +02:00
lj_trace.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lj_trace.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_traceerr.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_udata.c Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_udata.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_vm.h Remove pow() splitting and cleanup backends. 2020-05-23 21:33:01 +02:00
lj_vmevent.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lj_vmevent.h Bump copyright date. 2020-01-20 23:26:51 +01:00
lj_vmmath.c Improve assertions. 2020-06-15 02:52:00 +02:00
ljamalg.c Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
lua.h From Lua 5.2: Add lua_tonumberx() and lua_tointegerx(). 2017-04-07 12:48:37 +02:00
lua.hpp RELEASE LuaJIT-2.0.0-beta2 2009-12-08 19:49:20 +01:00
luaconf.h Improve assertions. 2020-06-15 02:52:00 +02:00
luajit.c Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
luajit.h Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
lualib.h Bump copyright date. 2020-01-20 23:26:51 +01:00
Makefile Follow-up fix for iOS build. 2020-06-23 11:28:46 +02:00
Makefile.dep Use a securely seeded global PRNG for the VM. 2020-06-15 12:21:05 +02:00
msvcbuild.bat Merge branch 'master' into v2.1 2020-01-20 23:34:21 +01:00
ps4build.bat Cleanup some arch defines and fix builds. 2020-06-15 11:23:04 +02:00
psvitabuild.bat Add PS Vita port. 2014-04-27 00:09:45 +02:00
vm_arm64.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
vm_arm.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
vm_mips64.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
vm_mips.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
vm_ppc.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
vm_x64.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
vm_x86.dasc Redesign and harden string interning. 2020-06-23 03:06:45 +02:00
xb1build.bat Cleanup some arch defines and fix builds. 2020-06-15 11:23:04 +02:00
xedkbuild.bat Fix quoting in xedkbuild.bat (again). 2014-02-12 00:44:14 +01:00