.. |
host
|
Replace table.remove with bytecode builtin.
|
2013-02-24 17:59:04 +01:00 |
jit
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +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
|
FFI: Add 64 bit bitwise operations.
|
2013-03-14 06:03:18 +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
|
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
|
Use string buffer for os.date().
|
2013-03-20 16:54:30 +01:00 |
lib_package.c
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
lib_string.c
|
Optimize and refactor printing of numbers to buffers.
|
2013-03-25 16:41:13 +01:00 |
lib_table.c
|
Use string buffer for table.concat().
|
2013-03-20 16:51:36 +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
|
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
|
Combine IR instruction dispatch for all assembler backends.
|
2013-04-22 22:32:41 +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
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
lj_buf.h
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +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
|
FFI: Add 64 bit bitwise operations.
|
2013-03-14 06:03:18 +01: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
|
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
|
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
|
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
|
Optimize and refactor printing of numbers to buffers.
|
2013-03-25 16:41:13 +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
|
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
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
lj_ir.h
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
lj_ircall.h
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +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
|
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
|
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
|
Fix PHI barrier in BUFPUT FOLD rule.
|
2013-04-22 22:37:22 +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 string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +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
|
Optimize and refactor printing of numbers to buffers.
|
2013-03-25 16:41:13 +01:00 |
lj_str.h
|
Optimize and refactor printing of numbers to buffers.
|
2013-03-25 16:41:13 +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
|
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
|
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
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
msvcbuild.bat
|
Merge branch 'master' into v2.1
|
2013-02-26 18:31:12 +01:00 |
vm_arm.dasc
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
vm_mips.dasc
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
vm_ppc.dasc
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +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
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
xedkbuild.bat
|
Fix capitalization of 'Xbox'.
|
2013-02-13 11:57:04 +01:00 |