mikepaul-LuaJIT/src
2013-03-13 21:59:40 +01:00
..
host Replace table.remove with bytecode builtin. 2013-02-24 17:59:04 +01:00
jit Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +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 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 Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_init.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_io.c Merge branch 'master' into v2.1 2013-03-04 13:34:01 +01:00
lib_jit.c x86/x64: Drop xmm register/memory move tuning for K8. 2013-02-21 17:04:00 +01:00
lib_math.c Replace math.deg/math.rad with builtin Lua function. 2013-02-22 01:44:17 +01: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 String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
lib_table.c Replace table.remove with bytecode builtin. 2013-02-24 17:59:04 +01:00
lj_alloc.c Fix shrinking of direct mapped block in builtin allocator. 2012-08-16 13:18:40 +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 Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_asm_arm.h ARM: Fix cache flush/sync for exit stubs of JIT-compiled code. 2013-02-28 17:51:16 +01:00
lj_asm_mips.h Merge branch 'master' into v2.1 2013-02-28 17:53:45 +01:00
lj_asm_ppc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_asm_x86.h Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +01:00
lj_asm.c x86: Remove x87 support from interpreter. 2013-02-21 16:56:59 +01: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 String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_bcwrite.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_buf.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_buf.h String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_carith.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_carith.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ccall.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ccall.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_ccallback.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01: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 Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_clib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_cparse.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_cparse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_crecord.c Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +01: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 String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
lj_debug.h Add support for embedding LuaJIT bytecode for builtins. 2013-02-22 01:40:41 +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 Replace table.getn/foreach/foreachi with bytecode builtins. 2013-02-23 02:17:50 +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 x86/x64: Drop xmm register/memory move tuning for K8. 2013-02-21 17:04:00 +01:00
lj_err.c Add support for embedding LuaJIT bytecode for builtins. 2013-02-22 01:40:41 +01: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 Replace table.remove with bytecode builtin. 2013-02-24 17:59:04 +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 String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
lj_gc.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_gdbjit.c String buffer refactoring, part 2. 2013-02-27 21:28:28 +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 Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +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 x86/x64: Drop xmm register/memory move tuning for K8. 2013-02-21 17:04:00 +01:00
lj_lex.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_lex.h String buffer refactoring, part 3. 2013-02-28 02:31:30 +01:00
lj_lib.c String buffer refactoring, part 3. 2013-02-28 02:31:30 +01:00
lj_lib.h Add support for embedding LuaJIT bytecode for builtins. 2013-02-22 01:40:41 +01:00
lj_load.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_mcode.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_mcode.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_meta.c String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
lj_meta.h Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_obj.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_obj.h ARM: Rearrange global_State to satisfy imm12 encoding constraints. 2013-03-13 17:12:23 +01:00
lj_opt_dce.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_opt_fold.c Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +01:00
lj_opt_loop.c String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
lj_opt_mem.c Bump copyright date to 2013. 2013-02-11 12:54:48 +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 String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
lj_parse.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_parse.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_record.c Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
lj_record.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_snap.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_snap.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_state.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_state.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lj_str.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +01:00
lj_str.h String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
lj_strscan.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01: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 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 Remove obsolete non-truncating number to integer conversions. 2013-02-23 01:19:00 +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 x86: Remove x87 support from interpreter. 2013-02-21 16:56:59 +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 String buffer refactoring, part 1. 2013-02-27 17:29:35 +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 BRANCH LuaJIT-2.1 2013-02-21 16:49:04 +01:00
luajit.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
luajit.h BRANCH LuaJIT-2.1 2013-02-21 16:49:04 +01:00
lualib.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
Makefile String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
Makefile.dep String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
msvcbuild.bat Merge branch 'master' into v2.1 2013-02-26 18:31:12 +01:00
vm_arm.dasc String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
vm_mips.dasc String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
vm_ppc.dasc String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
vm_ppcspe.dasc Replace math.deg/math.rad with builtin Lua function. 2013-02-22 01:44:17 +01:00
vm_x86.dasc String buffer refactoring, part 2. 2013-02-27 21:28:28 +01:00
xedkbuild.bat Fix capitalization of 'Xbox'. 2013-02-13 11:57:04 +01:00