mikepaul-LuaJIT/src
2013-09-02 01:57:56 +02:00
..
host Merge branch 'master' into v2.1 2013-08-22 19:29:42 +02:00
jit Add low-overhead profiler. Part 3: command line interface. 2013-09-02 01:57:56 +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 Minor change to lj_lib_pushcc(). 2013-05-29 14:54:06 +02:00
lib_bit.c Compile bit.tohex(). 2013-05-15 13:57:35 +02:00
lib_debug.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_ffi.c FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 2013-05-24 17:44:55 +02:00
lib_init.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_io.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lib_jit.c Add low-overhead profiler. Part 2: low-level Lua API. 2013-09-02 01:55:20 +02:00
lib_math.c Fix argument checks for math.deg()/math.rad(). 2013-08-17 00:50:53 +02:00
lib_os.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lib_package.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_string.c Add common helper for pointer to string formatting. 2013-08-31 19:38:20 +02:00
lib_table.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +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 Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_arch.h Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_asm_arm.h Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +02:00
lj_asm_mips.h Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +02:00
lj_asm_ppc.h Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +02:00
lj_asm_x86.h Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +02:00
lj_asm.c Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +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 Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_bcdump.h Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_bcread.c Refactor internal string formatting. 2013-05-12 23:52:09 +02:00
lj_bcwrite.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_buf.c Refactor string buffer growth helpers. 2013-05-29 20:17:26 +02:00
lj_buf.h Refactor string buffer growth helpers. 2013-05-29 20:17:26 +02:00
lj_carith.c Merge branch 'master' into v2.1 2013-05-18 14:14:06 +02:00
lj_carith.h FFI: Add 64 bit bitwise operations. 2013-03-14 06:03:18 +01:00
lj_ccall.c Merge branch 'master' into v2.1 2013-05-16 14:48:47 +02:00
lj_ccall.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ccallback.c Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +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 FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 2013-05-24 17:44:55 +02:00
lj_cdata.h FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 2013-05-24 17:44:55 +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 Merge branch 'master' into v2.1 2013-07-24 23:50:58 +02:00
lj_clib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cparse.c Merge branch 'master' into v2.1 2013-08-03 14:24:14 +02:00
lj_cparse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_crecord.c Merge branch 'master' into v2.1 2013-05-29 23:12:09 +02:00
lj_crecord.h Compile bit.tohex(). 2013-05-15 13:57:35 +02:00
lj_ctype.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_ctype.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_debug.c Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_debug.h Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_def.h Fix rotate definitions for variable shifts. 2013-03-13 21:58:53 +01:00
lj_dispatch.c Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_dispatch.h Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_emit_arm.h Add generic load/store with offset to assembler backends. 2013-04-21 00:58:32 +02:00
lj_emit_mips.h Add generic load/store with offset to assembler backends. 2013-04-21 00:58:32 +02:00
lj_emit_ppc.h Add generic load/store with offset to assembler backends. 2013-04-21 00:58:32 +02:00
lj_emit_x86.h Add generic load/store with offset to assembler backends. 2013-04-21 00:58:32 +02:00
lj_err.c Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +02:00
lj_err.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_errmsg.h Refactor string.format(). 2013-05-12 23:13:27 +02:00
lj_ff.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ffrecord.c Compile bit.tohex(). 2013-05-15 13:57:35 +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 Save currently executing lua_State in g->cur_L. 2013-08-30 23:38:17 +02:00
lj_gc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_gdbjit.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_gdbjit.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ir.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_ir.h Change semantics of buffer ops to simplify CSE and DCE. 2013-04-26 13:47:41 +02:00
lj_ircall.h FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 2013-05-24 17:44:55 +02:00
lj_iropt.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_jit.h x86/x64: Drop xmm register/memory move tuning for K8. 2013-02-21 17:04:00 +01:00
lj_lex.c Refactor internal string formatting. 2013-05-12 23:52:09 +02:00
lj_lex.h String buffer refactoring, part 3. 2013-02-28 02:31:30 +01:00
lj_lib.c Add internal API to add sub-modules to package.preload. 2013-09-02 01:55:07 +02:00
lj_lib.h Add internal API to add sub-modules to package.preload. 2013-09-02 01:55:07 +02:00
lj_load.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02: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 Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_meta.h Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_obj.c Refactor raw object to pointer or string conversions. 2013-05-13 01:23:33 +02:00
lj_obj.h Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_opt_dce.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_fold.c Merge branch 'master' into v2.1 2013-05-24 01:32:10 +02:00
lj_opt_loop.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_opt_mem.c Improve ULOAD forwarding for open upvalues. 2013-06-18 20:08:55 +02:00
lj_opt_narrow.c Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +01:00
lj_opt_sink.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_split.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_parse.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_parse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_profile.c Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_profile.h Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_record.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02: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 Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lj_state.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_str.c Refactor string buffer growth helpers. 2013-05-29 20:17:26 +02:00
lj_str.h Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02:00
lj_strfmt.c Add common helper for pointer to string formatting. 2013-08-31 19:38:20 +02:00
lj_strfmt.h Add common helper for pointer to string formatting. 2013-08-31 19:38:20 +02: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 Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_target_arm.h Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +01:00
lj_target_mips.h FFI: Compile VLA/VLS and large cdata allocs with default initialization. 2013-05-24 00:49:02 +02:00
lj_target_ppc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_target_x86.h Add generic load/store with offset to assembler backends. 2013-04-21 00:58:32 +02: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 Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02: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 Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +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 Merge branch 'master' into v2.1 2013-07-09 17:30:36 +02:00
luajit.c Merge branch 'master' into v2.1 2013-05-25 10:20:46 +02:00
luajit.h Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
lualib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
Makefile Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
Makefile.dep Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
msvcbuild.bat Merge branch 'master' into v2.1 2013-02-26 18:31:12 +01:00
vm_arm.dasc Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
vm_mips.dasc Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
vm_ppc.dasc Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
vm_ppcspe.dasc Merge branch 'master' into v2.1 2013-06-03 17:32:09 +02:00
vm_x86.dasc Add low-overhead profiler. Part 1: interpreter, low-level C API. 2013-09-02 01:49:19 +02:00
xedkbuild.bat Fix capitalization of 'Xbox'. 2013-02-13 11:57:04 +01:00