.. |
host
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
jit
|
Flush symbol tables in jit.dump on trace flush.
|
2015-10-01 16:32:30 +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 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_base.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_bit.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_debug.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_ffi.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_init.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_io.c
|
Limit number of arguments given to io.lines() and fp:lines().
|
2015-07-10 03:42:51 +02:00 |
lib_jit.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_math.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_os.c
|
iOS: Disable os.execute() when building for iOS >= 8.0.
|
2015-10-24 19:02:15 +02:00 |
lib_package.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_string.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lib_table.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_alloc.c
|
Fix Cygwin support. Note: this is not a supported target.
|
2015-09-20 19:17:02 +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 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_arch.h
|
iOS: Disable os.execute() when building for iOS >= 8.0.
|
2015-10-24 19:02:15 +02:00 |
lj_asm_arm.h
|
Don't allocate unused 2nd result register in JIT compiler backend.
|
2016-02-10 18:51:02 +01:00 |
lj_asm_mips.h
|
Don't allocate unused 2nd result register in JIT compiler backend.
|
2016-02-10 18:51:02 +01:00 |
lj_asm_ppc.h
|
Don't allocate unused 2nd result register in JIT compiler backend.
|
2016-02-10 18:51:02 +01:00 |
lj_asm_x86.h
|
Don't allocate unused 2nd result register in JIT compiler backend.
|
2016-02-10 18:51:02 +01:00 |
lj_asm.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_asm.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_bc.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_bc.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_bcdump.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_bcread.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_bcwrite.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_carith.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_carith.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ccall.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ccall.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ccallback.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ccallback.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_cconv.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_cconv.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_cdata.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_cdata.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +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 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_clib.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_cparse.c
|
FFI: Don't propagate qualifiers into subtypes of complex.
|
2015-07-17 23:14:21 +02:00 |
lj_cparse.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_crecord.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_crecord.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ctype.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ctype.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_debug.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_debug.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_def.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_dispatch.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_dispatch.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_emit_arm.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_emit_mips.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_emit_ppc.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_emit_x86.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_err.c
|
Fix Cygwin support. Note: this is not a supported target.
|
2015-09-20 19:17:02 +02:00 |
lj_err.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_errmsg.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ff.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ffrecord.c
|
FFI: Fix ipairs() recording.
|
2015-10-24 17:59:44 +02:00 |
lj_ffrecord.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_frame.h
|
x64: Allow building without external unwinder.
|
2015-06-09 22:08:40 +02:00 |
lj_func.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_func.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_gc.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_gc.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_gdbjit.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_gdbjit.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ir.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ir.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_ircall.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_iropt.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_jit.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_lex.c
|
Fix lexer error for chunks without tokens.
|
2015-02-02 11:03:39 +01:00 |
lj_lex.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_lib.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_lib.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_load.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_mcode.c
|
OpenBSD/x86: Better executable memory allocation for W^X mode.
|
2015-01-17 12:55:04 +01:00 |
lj_mcode.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_meta.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_meta.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_obj.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_obj.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_opt_dce.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_opt_fold.c
|
FFI: Fix FOLD rule for TOBIT + CONV num.u32.
|
2015-03-02 17:34:06 +01:00 |
lj_opt_loop.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_opt_mem.c
|
FFI: Prevent DSE across ffi.string().
|
2015-02-18 16:00:15 +01:00 |
lj_opt_narrow.c
|
Fix narrowing of TOBIT.
|
2015-06-10 16:14:41 +02:00 |
lj_opt_sink.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_opt_split.c
|
FFI: Fix SPLIT pass for CONV i64.u64.
|
2015-11-26 22:25:13 +01:00 |
lj_parse.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_parse.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_record.c
|
Don't compile IR_RETF after CALLT to ff with-side effects.
|
2015-01-17 14:50:41 +01:00 |
lj_record.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_snap.c
|
Drop marks from replayed instructions when sinking.
|
2015-10-15 02:28:04 +02:00 |
lj_snap.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_state.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_state.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_str.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_str.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_strscan.c
|
Fix string to number conversion.
|
2015-02-22 23:07:49 +01:00 |
lj_strscan.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_tab.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_tab.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_target_arm.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_target_mips.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_target_ppc.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_target_x86.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_target.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_trace.c
|
Properly handle OOM in trace_save().
|
2015-08-20 01:10:30 +02:00 |
lj_trace.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_traceerr.h
|
Fix NYICF error message.
|
2015-08-20 00:49:20 +02:00 |
lj_udata.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_udata.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_vm.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_vmevent.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_vmevent.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj_vmmath.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
lj.supp
|
Extend Valgrind suppressions for non-inlined C code.
|
2015-11-04 14:02:33 +01:00 |
ljamalg.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +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.4
|
2015-05-14 20:29:31 +02:00 |
luajit.c
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
luajit.h
|
RELEASE LuaJIT-2.0.4
|
2015-05-14 20:29:31 +02:00 |
lualib.h
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
Makefile
|
OSX: Switch to Clang as the default compiler.
|
2015-10-24 19:10:40 +02: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 2015.
|
2015-01-05 23:59:31 +01:00 |
ps4build.bat
|
x64: Allow building without external unwinder.
|
2015-06-09 22:08:40 +02:00 |
psvitabuild.bat
|
Add PS Vita port.
|
2014-04-27 00:09:45 +02:00 |
vm_arm.dasc
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
vm_mips.dasc
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
vm_ppc.dasc
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
vm_ppcspe.dasc
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
vm_x86.dasc
|
x64: Allow building without external unwinder.
|
2015-06-09 22:08:40 +02:00 |
xedkbuild.bat
|
Fix quoting in xedkbuild.bat (again).
|
2014-02-12 00:44:14 +01:00 |