mikepaul-LuaJIT/src
2013-05-12 23:14:12 +02:00
..
host Replace string.len with bytecode builtin. 2013-04-26 18:40:39 +02:00
jit Use explicit conversion type for IR_TOSTR. Add char conversion. 2013-04-23 02:20:03 +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 Clean up TValue to buffer conversions. 2013-03-18 17:08:37 +01:00
lib_bit.c Refactor bit.tohex(). 2013-05-12 23:14:12 +02: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 Clean up TValue to buffer conversions. 2013-03-18 17:08:37 +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 Abstract out some common buffer operations. 2013-04-26 19:20:21 +02:00
lib_package.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
lib_string.c Refactor string.format(). 2013-05-12 23:13:27 +02:00
lib_table.c Merge branch 'master' into v2.1 2013-05-08 11:10:46 +02: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 Combine IR instruction dispatch for all assembler backends. 2013-04-22 22:32:41 +02:00
lj_asm_mips.h Combine IR instruction dispatch for all assembler backends. 2013-04-22 22:32:41 +02:00
lj_asm_ppc.h Combine IR instruction dispatch for all assembler backends. 2013-04-22 22:32:41 +02:00
lj_asm_x86.h Combine IR instruction dispatch for all assembler backends. 2013-04-22 22:32:41 +02:00
lj_asm.c Optimize BUFHDR code generation. 2013-04-27 00:17:59 +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 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 Refactor table.concat(). 2013-04-27 15:51:50 +02:00
lj_buf.h Refactor table.concat(). 2013-04-27 15:51:50 +02:00
lj_carith.c FFI: Add 64 bit bitwise operations. 2013-03-14 06:03:18 +01:00
lj_carith.h FFI: Add 64 bit bitwise operations. 2013-03-14 06:03:18 +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 Merge branch 'master' into v2.1 2013-05-02 02:07:38 +02:00
lj_crecord.h FFI: Add 64 bit bitwise operations. 2013-03-14 06:03:18 +01:00
lj_ctype.c Optimize and refactor printing of numbers to buffers. 2013-03-25 16:41:13 +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 Refactor string.reverse(), string.lower(), string.upper(). 2013-04-26 00:31:10 +02:00
lj_dispatch.h Refactor string.rep(). 2013-04-26 19:57:25 +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 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 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 Merge branch 'master' into v2.1 2013-05-08 11:10:46 +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 Move buffer shrinking to atomic GC phase. 2013-04-21 01:00:01 +02: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 Use explicit conversion type for IR_TOSTR. Add char conversion. 2013-04-23 02:20:03 +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 Compile string.find() for fixed string searches (no patterns). 2013-05-08 10:40:22 +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 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 Refactor bit.tohex(). 2013-05-12 23:14:12 +02:00
lj_lib.h Refactor bit.tohex(). 2013-05-12 23:14:12 +02:00
lj_load.c String buffer refactoring, part 4. 2013-02-28 13:43:37 +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 Tune string concatenation. 2013-03-25 17:13:08 +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 Inhibit CSE for table.concat(). 2013-04-28 11:31:41 +02:00
lj_opt_loop.c String buffer refactoring, part 1. 2013-02-27 17:29:35 +01:00
lj_opt_mem.c Inhibit DSE for implicit loads via calls. 2013-04-09 11:50:33 +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 Merge branch 'master' into v2.1 2013-03-23 14:55: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 Compile __concat metamethod. 2013-04-28 01:51:41 +02: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 Partially refactor string.find(). 2013-05-07 20:44:58 +02:00
lj_str.h Refactor string.format(). 2013-05-12 23:13:27 +02:00
lj_strfmt.c Refactor string.format(). 2013-05-12 23:13:27 +02:00
lj_strfmt.h Refactor string.format(). 2013-05-12 23:13:27 +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 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 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 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 Refactor string.format(). 2013-05-12 23:13:27 +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 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 Refactor string.format(). 2013-05-12 23:13:27 +02:00
Makefile.dep Refactor bit.tohex(). 2013-05-12 23:14:12 +02:00
msvcbuild.bat Merge branch 'master' into v2.1 2013-02-26 18:31:12 +01:00
vm_arm.dasc Refactor string.rep(). 2013-04-26 19:57:25 +02:00
vm_mips.dasc Refactor string.rep(). 2013-04-26 19:57:25 +02:00
vm_ppc.dasc Refactor string.rep(). 2013-04-26 19:57:25 +02:00
vm_ppcspe.dasc Replace math.deg/math.rad with builtin Lua function. 2013-02-22 01:44:17 +01:00
vm_x86.dasc Fix BC_ISTYPE for WIN64 calling conventions. 2013-04-28 01:49:28 +02:00
xedkbuild.bat Fix capitalization of 'Xbox'. 2013-02-13 11:57:04 +01:00