mikepaul-LuaJIT/src
2013-12-25 20:56:20 +01:00
..
host Merge branch 'master' into v2.1 2013-08-22 19:29:42 +02:00
jit Show trailing NYI item for stitched trace with -jv. 2013-12-25 20:56:20 +01: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 Add trace stitching. 2013-12-25 02:55:25 +01: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 Merge branch 'master' into v2.1 2013-09-08 03:10:47 +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 trace stitching. 2013-12-25 02:55:25 +01: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 Merge branch 'master' into v2.1 2013-12-21 16:49:53 +01:00
lib_string.c Add common helper for pointer to string formatting. 2013-08-31 19:38:20 +02:00
lib_table.c Add table.clear(). 2013-11-25 15:19:17 +01: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 Merge branch 'master' into v2.1 2013-11-05 19:46:41 +01:00
lj_arch.h Low-overhead profiler, part 7: console ports. 2013-09-10 01:25:33 +02:00
lj_asm_arm.h Low-overhead profiler, part 4: JIT compiler support. 2013-09-08 02:53:23 +02:00
lj_asm_mips.h Low-overhead profiler, part 4: JIT compiler support. 2013-09-08 02:53:23 +02:00
lj_asm_ppc.h Low-overhead profiler, part 4: JIT compiler support. 2013-09-08 02:53:23 +02:00
lj_asm_x86.h Low-overhead profiler, part 4: JIT compiler support. 2013-09-08 02:53:23 +02:00
lj_asm.c Compile getfenv(0). 2013-10-09 20:34:40 +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 Properly fix loading of embedded bytecode. 2013-09-20 11:36:33 +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-09-08 13:12:33 +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-12-21 16:49:53 +01: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 FFI: Compile conversions from functions to function pointers. 2013-10-16 19:51:42 +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 Fix profiler stack dump for string chunks. 2013-09-11 23:51:46 +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 trace stitching. 2013-12-25 02:55:25 +01:00
lj_dispatch.h Add trace stitching. 2013-12-25 02:55:25 +01: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 Merge branch 'master' into v2.1 2013-10-24 15:21:44 +02:00
lj_ff.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ffrecord.c Add trace stitching. 2013-12-25 02:55:25 +01: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 Merge branch 'master' into v2.1 2013-11-22 05:14:37 +01: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 Compile getfenv(0). 2013-10-09 20:34:40 +02:00
lj_ircall.h Add table.clear(). 2013-11-25 15:19:17 +01:00
lj_iropt.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_jit.h Add trace stitching. 2013-12-25 02:55:25 +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 Abstract out post-registration handling of pre-registered modules. 2013-11-25 15:17:44 +01:00
lj_lib.h Abstract out post-registration handling of pre-registered modules. 2013-11-25 15:17:44 +01:00
lj_load.c Big renaming of string buffer/formatting/conversion functions. 2013-05-13 10:15:07 +02: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 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 Merge branch 'master' into v2.1 2013-10-14 19:34:06 +02:00
lj_opt_dce.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_fold.c Compile getfenv(0). 2013-10-09 20:34:40 +02:00
lj_opt_loop.c Merge branch 'master' into v2.1 2013-10-26 17:32:43 +02:00
lj_opt_mem.c Add table.clear(). 2013-11-25 15:19:17 +01: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 Merge branch 'master' into v2.1 2013-10-15 22:47:42 +02:00
lj_parse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_profile.c Fix profiler/hook interaction. 2013-09-18 15:27:28 +02:00
lj_profile.h Fix profiler/hook interaction. 2013-09-18 15:27:28 +02:00
lj_record.c Add trace stitching. 2013-12-25 02:55:25 +01:00
lj_record.h Add trace stitching. 2013-12-25 02:55:25 +01:00
lj_snap.c Add trace stitching. 2013-12-25 02:55:25 +01: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 Fix string.format("%#X", 1). 2013-09-03 16:11:39 +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 Add table.clear(). 2013-11-25 15:19:17 +01:00
lj_tab.h Add table.clear(). 2013-11-25 15:19:17 +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 Show trailing NYI item for stitched trace with -jv. 2013-12-25 20:56:20 +01:00
lj_trace.h Add trace stitching. 2013-12-25 02:55:25 +01:00
lj_traceerr.h Add trace stitching. 2013-12-25 02:55:25 +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 trace stitching. 2013-12-25 02:55:25 +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 Merge branch 'master' into v2.1 2013-12-21 16:49:53 +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 Merge branch 'master' into v2.1 2013-12-21 16:49:53 +01: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 Low-overhead profiler, part 7: console ports. 2013-09-10 01:25:33 +02:00
Makefile.dep Add table.clear(). 2013-11-25 15:19:17 +01:00
msvcbuild.bat Merge branch 'master' into v2.1 2013-11-21 13:47:19 +01:00
vm_arm.dasc Add trace stitching. 2013-12-25 02:55:25 +01:00
vm_mips.dasc Add trace stitching. 2013-12-25 02:55:25 +01:00
vm_ppc.dasc Add trace stitching. 2013-12-25 02:55:25 +01:00
vm_ppcspe.dasc Merge branch 'master' into v2.1 2013-06-03 17:32:09 +02:00
vm_x86.dasc Add trace stitching. 2013-12-25 02:55:25 +01:00
xedkbuild.bat Fix quoting in xedkbuild.bat. 2013-09-03 16:02:33 +02:00