tal-runtime/src
2013-11-21 13:47:07 +01:00
..
host Fix compiler warning. 2013-08-22 19:29:09 +02:00
jit RELEASE LuaJIT-2.0.2 2013-06-03 21:16:17 +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 Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_base.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_bit.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_debug.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_ffi.c FFI: Fix argument checks for ffi.string(). 2013-09-08 03:09:39 +02:00
lib_init.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_io.c Add missing GC steps for io.* functions. 2013-03-03 21:18:22 +01:00
lib_jit.c Fix jit.flush(func|true). 2013-08-11 13:47:35 +02:00
lib_math.c Fix argument checks for math.deg()/math.rad(). 2013-08-17 00:50:53 +02:00
lib_os.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_package.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_string.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_table.c Fix optional argument handling in table.concat(). 2013-05-08 11:05:43 +02:00
lj_alloc.c Check for MAP_32BIT presence instead of checking for Linux. 2013-10-10 14:34:04 +02:00
lj_alloc.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lj_api.c Fix for last commit 2013-11-05 19:45:04 +01:00
lj_arch.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_asm_arm.h ARM: Fix register allocation when rematerializing FPRs. 2013-07-31 01:48:21 +02:00
lj_asm_mips.h Handle calls with max. args in backends even after SPLIT. 2013-05-16 19:59:38 +02:00
lj_asm_ppc.h Handle calls with max. args in backends even after SPLIT. 2013-05-16 19:59:38 +02:00
lj_asm_x86.h Handle calls with max. args in backends even after SPLIT. 2013-05-16 19:59:38 +02:00
lj_asm.c Handle calls with max. args in backends even after SPLIT. 2013-05-16 19:59:38 +02:00
lj_asm.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_bc.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_bc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_bcdump.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_bcread.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_bcwrite.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_carith.c FFI: Improve error messages for arithmetic and comparison operators. 2013-05-18 14:11:59 +02:00
lj_carith.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ccall.c FFI/x64: Fix passing of vector arguments to calls. 2013-09-08 13:11:02 +02:00
lj_ccall.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ccallback.c FFI: Add missing GC steps for callback argument conversions. 2013-06-20 16:32:45 +02:00
lj_ccallback.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cconv.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cconv.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cdata.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cdata.h Bump copyright date to 2013. 2013-02-11 12:54:48 +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 FFI: Properly unload loaded DLLs. 2013-07-24 23:49:19 +02:00
lj_clib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cparse.c Compatibility fix for old GCC versions. 2013-08-03 14:15:17 +02:00
lj_cparse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_crecord.c FFI: Fix argument checks for ffi.string(). 2013-09-08 03:09:39 +02:00
lj_crecord.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ctype.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ctype.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_debug.c Fix frame traversal for backtraces. 2013-09-03 15:53:21 +02:00
lj_debug.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_def.h Fix rotate definitions for variable shifts. 2013-03-13 21:58:53 +01:00
lj_dispatch.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_dispatch.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_emit_arm.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_emit_mips.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_emit_ppc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_emit_x86.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_err.c Add partial support for building with MingW64 GCC 4.8-SEH. 2013-05-15 18:48:06 +02:00
lj_err.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_errmsg.h Check for failure to mark memory as executable (restricted kernels). 2013-10-24 15:19:03 +02:00
lj_ff.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ffrecord.c Fix optional argument handling while recording builtins. 2013-05-08 10:46:43 +02:00
lj_ffrecord.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_frame.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_func.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_func.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_gc.c Fix for last commit 2013-11-05 19:45:04 +01:00
lj_gc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_gdbjit.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_gdbjit.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ir.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ir.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ircall.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_iropt.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_jit.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_lex.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_lex.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_lib.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_lib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_load.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_mcode.c Check for failure to mark memory as executable (restricted kernels). 2013-10-24 15:19:03 +02:00
lj_mcode.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_meta.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_meta.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_obj.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_obj.h FFI: Rehash finalizer table after GC cycle, if needed. 2013-10-14 19:31:24 +02:00
lj_opt_dce.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_fold.c Fix ABC elimination. 2013-09-14 12:52:51 +02:00
lj_opt_loop.c Fix handling of redundant PHIs. 2013-10-26 17:31:23 +02:00
lj_opt_mem.c Fix type punning alias analysis for constified pointers. 2013-11-07 13:29:20 +01:00
lj_opt_narrow.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_sink.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_split.c FFI: Fix snapshot substitution in SPLIT pass. 2013-03-23 14:51:23 +01:00
lj_parse.c Fix line number for relocated bytecode after closure fixup. 2013-10-15 22:46:39 +02:00
lj_parse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_record.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_record.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_snap.c Fix snapshot restore for exit to function header. 2013-09-13 00:33:58 +02:00
lj_snap.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_state.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_state.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_str.c Fix memory access check for fast string interning. 2013-02-21 16:22:26 +01:00
lj_str.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_strscan.c Fix builtin string to number conversion for overflow digits. 2013-04-29 14:28:10 +02:00
lj_strscan.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_tab.c FFI: Rehash finalizer table after GC cycle, if needed. 2013-10-14 19:31:24 +02:00
lj_tab.h FFI: Rehash finalizer table after GC cycle, if needed. 2013-10-14 19:31:24 +02:00
lj_target_arm.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_target_mips.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_target_ppc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_target_x86.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_target.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_trace.c Fix GC steps threshold handling when called by JIT-compiled code. 2013-11-05 19:36:59 +01:00
lj_trace.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_traceerr.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_udata.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_udata.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_vm.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_vmevent.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_vmevent.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_vmmath.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj.supp Add more comparison variants to Valgrind suppressions file. 2012-04-26 23:47:00 +02:00
ljamalg.c Recent GCC versions need more memory. 2013-09-03 15:55:37 +02: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 Add support for multilib distro builds. 2013-07-09 17:30:02 +02:00
luajit.c Fix compatibility issues with Illumos. 2013-05-25 10:18:12 +02:00
luajit.h RELEASE LuaJIT-2.0.2 2013-06-03 21:16:17 +02:00
lualib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
Makefile Add support for multilib distro builds. 2013-07-09 17:30:02 +02:00
Makefile.dep Check for failure to mark memory as executable (restricted kernels). 2013-10-24 15:19:03 +02:00
msvcbuild.bat Improve msvcbuild.bat static linking. 2013-11-21 13:47:07 +01:00
vm_arm.dasc Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
vm_mips.dasc Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
vm_ppc.dasc PPC: Add plt suffix for external calls from assembler code. 2013-06-03 17:30:35 +02:00
vm_ppcspe.dasc PPC: Add plt suffix for external calls from assembler code. 2013-06-03 17:30:35 +02:00
vm_x86.dasc Fix compatibility issues with Illumos. 2013-05-25 10:18:12 +02:00
xedkbuild.bat Fix quoting in xedkbuild.bat. 2013-09-03 16:02:33 +02:00