.. |
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: Ignore CTF_LONG in ffi.istype().
|
2013-05-13 10:20:59 +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
|
Fix compilation on NetBSD/x64.
|
2013-07-17 11:04:15 +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 2013.
|
2013-02-11 12:54:48 +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: Fix calling conventions for ARM hard-float EABI.
|
2013-05-16 14:47:20 +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: Preserve intermediate string for const char * conversion.
|
2013-05-29 23:05:05 +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
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01: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
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +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
|
Fix jump-range constrained mcode allocation.
|
2013-04-05 20:22:41 +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
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
lj_opt_dce.c
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
lj_opt_fold.c
|
Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.
|
2013-05-24 01:28:40 +02:00 |
lj_opt_loop.c
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
lj_opt_mem.c
|
Improve ULOAD forwarding for open upvalues.
|
2013-06-18 20:08:55 +02: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
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01: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
|
FFI: Must sink XBAR together with XSTOREs.
|
2013-05-23 22:15:51 +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
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
lj_tab.h
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01: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
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +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
|
FFI: Load FFI library on-demand for bytecode with cdata literals.
|
2013-01-15 01:16:37 +01:00 |
msvcbuild.bat
|
Allow changing *.dll/*.lib name in msvcbuild.bat.
|
2013-02-26 18:31:01 +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 |