Mike Pall 54af4e7c76 Fix loading of embedded bytecode. 12 years ago
..
host b33e96f352 Merge branch 'master' into v2.1 12 years ago
jit 1f2eff728b Fix -jp=a mode. 12 years ago
.gitignore 9a9509c66a Reorganize build process. 13 years ago
Makefile 483f823ea4 Low-overhead profiler, part 7: console ports. 12 years ago
Makefile.dep a51b8bf6b4 Fix build with profiler but without JIT compiler. 12 years ago
lauxlib.h fcddd5a3a0 From Lua 5.2: Add luaL_traceback(). 13 years ago
lib_aux.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lib_base.c 6850d795b6 Minor change to lj_lib_pushcc(). 12 years ago
lib_bit.c fd616caf26 Compile bit.tohex(). 12 years ago
lib_debug.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lib_ffi.c 0d41601e76 Merge branch 'master' into v2.1 12 years ago
lib_init.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lib_io.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lib_jit.c a51b8bf6b4 Fix build with profiler but without JIT compiler. 12 years ago
lib_math.c 19d5651455 Replace math.deg/math.rad with builtin Lua function. 13 years ago
lib_os.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lib_package.c 54af4e7c76 Fix loading of embedded bytecode. 12 years ago
lib_string.c 19c2dd17db Add common helper for pointer to string formatting. 12 years ago
lib_table.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj.supp e099059afd Add more comparison variants to Valgrind suppressions file. 13 years ago
lj_alloc.c 9aa5d04137 Fix compilation on NetBSD/x64. 12 years ago
lj_alloc.h 55b1695971 RELEASE LuaJIT-2.0.0-beta1 16 years ago
lj_api.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_arch.h 483f823ea4 Low-overhead profiler, part 7: console ports. 12 years ago
lj_asm.c d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_asm.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_asm_arm.h d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_asm_mips.h d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_asm_ppc.h d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_asm_x86.h d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_bc.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_bc.h 73ef845fca Add special bytecodes for builtins. 13 years ago
lj_bcdump.h 73ef845fca Add special bytecodes for builtins. 13 years ago
lj_bcread.c 19a9206caf Refactor internal string formatting. 12 years ago
lj_bcwrite.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_buf.c c5ebfa0c67 Refactor string buffer growth helpers. 12 years ago
lj_buf.h c5ebfa0c67 Refactor string buffer growth helpers. 12 years ago
lj_carith.c 82390d1f4f Merge branch 'master' into v2.1 12 years ago
lj_carith.h a98aede377 FFI: Add 64 bit bitwise operations. 13 years ago
lj_ccall.c cb336995a8 Merge branch 'master' into v2.1 12 years ago
lj_ccall.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_ccallback.c 517500ba48 Save currently executing lua_State in g->cur_L. 12 years ago
lj_ccallback.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_cconv.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_cconv.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_cdata.c 992f7d4b71 FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 12 years ago
lj_cdata.h 992f7d4b71 FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 12 years ago
lj_char.c ad29c1f39f Rename character type handling from lj_ctype* to lj_char*. 15 years ago
lj_char.h 4c882fe714 Replace strtod() with builtin string to number conversion. 13 years ago
lj_clib.c 96d54789ee Merge branch 'master' into v2.1 12 years ago
lj_clib.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_cparse.c f5fba48386 Merge branch 'master' into v2.1 12 years ago
lj_cparse.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_crecord.c 0d41601e76 Merge branch 'master' into v2.1 12 years ago
lj_crecord.h fd616caf26 Compile bit.tohex(). 12 years ago
lj_ctype.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_ctype.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_debug.c 0953b9a72d Fix profiler stack dump for string chunks. 12 years ago
lj_debug.h 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
lj_def.h eea48c8b26 Fix rotate definitions for variable shifts. 13 years ago
lj_dispatch.c eec06a0e3b Fix profiler/hook interaction. 12 years ago
lj_dispatch.h 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
lj_emit_arm.h 9ead735159 Add generic load/store with offset to assembler backends. 12 years ago
lj_emit_mips.h 9ead735159 Add generic load/store with offset to assembler backends. 12 years ago
lj_emit_ppc.h 9ead735159 Add generic load/store with offset to assembler backends. 12 years ago
lj_emit_x86.h 9ead735159 Add generic load/store with offset to assembler backends. 12 years ago
lj_err.c 517500ba48 Save currently executing lua_State in g->cur_L. 12 years ago
lj_err.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_errmsg.h 5bb1f0edac Refactor string.format(). 12 years ago
lj_ff.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_ffrecord.c 803d4ddf0c Fix non-FFI build. 12 years ago
lj_ffrecord.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_frame.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_func.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_func.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_gc.c 517500ba48 Save currently executing lua_State in g->cur_L. 12 years ago
lj_gc.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_gdbjit.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_gdbjit.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_ir.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_ir.h d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_ircall.h 992f7d4b71 FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. 12 years ago
lj_iropt.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_jit.h d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_lex.c 19a9206caf Refactor internal string formatting. 12 years ago
lj_lex.h 3c0157f426 String buffer refactoring, part 3. 13 years ago
lj_lib.c 8a9519a5f4 Add internal API to add sub-modules to package.preload. 12 years ago
lj_lib.h 8a9519a5f4 Add internal API to add sub-modules to package.preload. 12 years ago
lj_load.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_mcode.c b5bbacdc17 Fix jump-range constrained mcode allocation. 12 years ago
lj_mcode.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_meta.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_meta.h 73ef845fca Add special bytecodes for builtins. 13 years ago
lj_obj.c 625ffca739 Refactor raw object to pointer or string conversions. 12 years ago
lj_obj.h 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
lj_opt_dce.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_opt_fold.c 8201fda2fc Merge branch 'master' into v2.1 12 years ago
lj_opt_loop.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_opt_mem.c 9211a66e0e Improve ULOAD forwarding for open upvalues. 12 years ago
lj_opt_narrow.c b359ce804b Remove obsolete non-truncating number to integer conversions. 13 years ago
lj_opt_sink.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_opt_split.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_parse.c 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_parse.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_profile.c eec06a0e3b Fix profiler/hook interaction. 12 years ago
lj_profile.h eec06a0e3b Fix profiler/hook interaction. 12 years ago
lj_record.c d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_record.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_snap.c f1e7a4477c Fix snapshot restore for exit to function header. 12 years ago
lj_snap.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_state.c 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
lj_state.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_str.c c5ebfa0c67 Refactor string buffer growth helpers. 12 years ago
lj_str.h 8f90a1279e Big renaming of string buffer/formatting/conversion functions. 12 years ago
lj_strfmt.c f8e36535f7 Fix string.format("%#X", 1). 12 years ago
lj_strfmt.h 19c2dd17db Add common helper for pointer to string formatting. 12 years ago
lj_strscan.c 09aeca6abf Fix builtin string to number conversion for overflow digits. 12 years ago
lj_strscan.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_tab.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_tab.h 73ef845fca Add special bytecodes for builtins. 13 years ago
lj_target.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_target_arm.h b359ce804b Remove obsolete non-truncating number to integer conversions. 13 years ago
lj_target_mips.h f1f7e40318 FFI: Compile VLA/VLS and large cdata allocs with default initialization. 12 years ago
lj_target_ppc.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_target_x86.h 9ead735159 Add generic load/store with offset to assembler backends. 12 years ago
lj_trace.c d1194a82eb Low-overhead profiler, part 4: JIT compiler support. 12 years ago
lj_trace.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_traceerr.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_udata.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_udata.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_vm.h 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
lj_vmevent.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_vmevent.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
lj_vmmath.c 4a44c4ff69 Bump copyright date to 2013. 13 years ago
ljamalg.c f8cecffbbf Merge branch 'master' into v2.1 12 years ago
lua.h 3dceaa9a74 Move load/dump functions to lj_load.c. Add load modes. 13 years ago
lua.hpp 1d1fed48a0 RELEASE LuaJIT-2.0.0-beta2 16 years ago
luaconf.h 146807b7e8 Merge branch 'master' into v2.1 12 years ago
luajit.c 26e4287e60 Merge branch 'master' into v2.1 12 years ago
luajit.h 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
lualib.h 4a44c4ff69 Bump copyright date to 2013. 13 years ago
msvcbuild.bat d44337a566 Merge branch 'master' into v2.1 13 years ago
vm_arm.dasc 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
vm_mips.dasc 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
vm_ppc.dasc 7dc6750eb3 Fix PS3 build. 12 years ago
vm_ppcspe.dasc e92d64a841 Merge branch 'master' into v2.1 12 years ago
vm_x86.dasc 4dce22c40d Add low-overhead profiler. Part 1: interpreter, low-level C API. 12 years ago
xedkbuild.bat b6ec7c7c86 Fix quoting in xedkbuild.bat. 12 years ago