mikepaul-LuaJIT/src
2015-01-05 00:05:38 +01:00
..
host Add PS Vita port. 2014-04-27 00:09:45 +02:00
jit Fix DragonFly build (unsupported). 2014-10-07 16:17:29 +02:00
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
lauxlib.h From Lua 5.2: Add luaL_traceback(). 2012-10-01 20:45:30 +02:00
lib_aux.c x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. 2014-04-21 22:26:46 +02:00
lib_base.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_bit.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_debug.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_ffi.c FFI: Fix __index/__newindex metamethod resolution for ctypes. 2014-08-05 20:15:52 +02:00
lib_init.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_io.c Add PS Vita port. 2014-04-27 00:09:45 +02:00
lib_jit.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_math.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_os.c Add PS Vita port. 2014-04-27 00:09:45 +02:00
lib_package.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lib_string.c Fix compiler warnings. 2014-01-20 16:48:33 +01:00
lib_table.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_alloc.c Fix DragonFly build (unsupported). 2014-10-07 16:17:29 +02:00
lj_alloc.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lj_api.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_arch.h Fix DragonFly build (unsupported). 2014-10-07 16:17:29 +02:00
lj_asm_arm.h Prevent BASE register coalescing if parent uses IR_RETF. 2014-02-19 17:09:22 +01:00
lj_asm_mips.h Prevent BASE register coalescing if parent uses IR_RETF. 2014-02-19 17:09:22 +01:00
lj_asm_ppc.h PPC: Fix red zone overflow in machine code generation. 2014-05-27 15:58:04 +02:00
lj_asm_x86.h Fix fused constant loads under high register pressure. 2014-10-08 22:04:51 +02:00
lj_asm.c Fix snapshot #0 handling for traces with a stack check on entry. 2014-11-28 20:20:12 +01:00
lj_asm.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_bc.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_bc.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_bcdump.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_bcread.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_bcwrite.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_carith.c FFI: Fix cdata equality comparison against other Lua types. 2014-04-08 16:53:41 +02:00
lj_carith.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ccall.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ccall.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ccallback.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ccallback.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_cconv.c FFI: Fix initialization of unions of subtypes. 2014-09-08 23:37:22 +02:00
lj_cconv.h Fix compiler warnings. 2014-01-20 16:48:33 +01:00
lj_cdata.c FFI: No meta fallback when indexing pointer to incomplete struct. 2014-11-03 21:34:24 +01:00
lj_cdata.h Bump copyright date to 2014. 2014-01-16 23:10:16 +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 Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_clib.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_cparse.c FFI: Disallow nested VLS. 2014-02-19 22:05:34 +01:00
lj_cparse.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_crecord.c FFI: Fix for cdata vs. non-cdata arithmetic and comparisons. 2014-09-08 23:28:02 +02:00
lj_crecord.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ctype.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ctype.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_debug.c FFI: Fix frame traversal for backtraces with FFI callbacks. 2014-06-12 10:58:22 +02:00
lj_debug.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_def.h Add PS Vita port. 2014-04-27 00:09:45 +02:00
lj_dispatch.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_dispatch.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_emit_arm.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_emit_mips.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_emit_ppc.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_emit_x86.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_err.c Gracefully handle lua_error() for a suspended coroutine. 2014-12-15 01:55:45 +01:00
lj_err.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_errmsg.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ff.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ffrecord.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ffrecord.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_frame.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_func.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_func.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_gc.c Prevent GC estimate miscalculation due to buffer growth. 2014-04-22 11:26:52 +02:00
lj_gc.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_gdbjit.c Fix DragonFly build (unsupported). 2014-10-07 16:17:29 +02:00
lj_gdbjit.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ir.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ir.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_ircall.h x86: lj_math_random_step() clobbers XMM regs on OSX Clang. 2014-06-11 22:44:08 +02:00
lj_iropt.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_jit.h Fix check for reuse of SCEV results in FORL. 2014-03-27 23:29:30 +01:00
lj_lex.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_lex.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_lib.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_lib.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_load.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_mcode.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_mcode.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_meta.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_meta.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_obj.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_obj.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_opt_dce.c Invalidate backpropagation cache after DCE. 2014-07-24 13:08:02 +02:00
lj_opt_fold.c Fix FOLD rule for string.sub(s, ...) == k. 2014-05-20 11:41:32 +02:00
lj_opt_loop.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_opt_mem.c FFI: Fix pseudo type conversions for type punning. 2014-03-28 19:09:45 +01:00
lj_opt_narrow.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_opt_sink.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_opt_split.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_parse.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_parse.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_record.c Fix ABC elimination. 2014-07-01 17:53:40 +02:00
lj_record.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_snap.c Fix top slot calculation for snapshots with continuations. 2014-04-03 21:45:57 +02:00
lj_snap.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_state.c x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. 2014-04-21 22:26:46 +02:00
lj_state.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_str.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_str.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_strscan.c Fix corner case in string to number conversion. 2014-12-27 05:46:51 +01:00
lj_strscan.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_tab.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_tab.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_target_arm.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_target_mips.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_target_ppc.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_target_x86.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_target.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_trace.c Prevent adding side traces for stack checks. 2014-04-22 09:57:39 +02:00
lj_trace.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_traceerr.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_udata.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_udata.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_vm.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_vmevent.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_vmevent.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj_vmmath.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lj.supp Add more comparison variants to Valgrind suppressions file. 2012-04-26 23:47:00 +02:00
ljamalg.c Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
lua.h Move load/dump functions to lj_load.c. Add load modes. 2012-09-21 16:32:24 +02:00
lua.hpp RELEASE LuaJIT-2.0.0-beta2 2009-12-08 19:49:20 +01:00
luaconf.h RELEASE LuaJIT-2.0.3 2014-03-12 13:24:07 +01:00
luajit.c Fix compiler warnings. 2014-03-24 09:41:33 +01:00
luajit.h RELEASE LuaJIT-2.0.3 2014-03-12 13:24:07 +01:00
lualib.h Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
Makefile Avoid error messages when building with Clang. 2014-12-08 02:07:05 +01:00
Makefile.dep FFI: Fix frame traversal for backtraces with FFI callbacks. 2014-06-12 10:58:22 +02:00
msvcbuild.bat Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
ps4build.bat Add PS4 port. 2014-02-26 15:56:07 +01:00
psvitabuild.bat Add PS Vita port. 2014-04-27 00:09:45 +02:00
vm_arm.dasc ARM: Minor interpreter optimization. 2015-01-05 00:05:38 +01:00
vm_mips.dasc MIPS: Fix excess stack growth in interpreter. 2014-12-27 06:06:07 +01:00
vm_ppc.dasc PPC: Fix excess stack growth in interpreter. 2014-12-27 06:05:50 +01:00
vm_ppcspe.dasc Bump copyright date to 2014. 2014-01-16 23:10:16 +01:00
vm_x86.dasc x86: Minor interpreter optimization. 2015-01-05 00:04:40 +01:00
xedkbuild.bat Fix quoting in xedkbuild.bat (again). 2014-02-12 00:44:14 +01:00