mikepaul-LuaJIT/src
2011-01-24 15:51:33 +01:00
..
.gitignore Update .gitignore. 2010-02-06 08:18:20 +01:00
buildvm_asm.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
buildvm_fold.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
buildvm_lib.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
buildvm_peobj.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
buildvm_ppc.dasc PPC: Fix ipairs() for keys in the hash part. 2011-01-20 12:25:56 +01:00
buildvm_ppcspe.h PPC: Fix ipairs() for keys in the hash part. 2011-01-20 12:25:56 +01:00
buildvm_x64.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
buildvm_x64win.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
buildvm_x86.dasc FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
buildvm_x86.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
buildvm.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
buildvm.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lauxlib.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lib_aux.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_base.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_bit.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_debug.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_ffi.c FFI: Record 64 bit integer comparisons and pointer comparisons. 2011-01-17 01:23:04 +01:00
lib_init.c FFI: Add ffi.* library. 2010-12-05 00:52:17 +01:00
lib_io.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_jit.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_math.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_os.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_package.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_string.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lib_table.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_alloc.c Cleanup architecture, ABI and OS definitions. 2010-11-16 15:03:40 +01: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 2011. 2011-01-09 17:12:53 +01:00
lj_arch.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_asm.c Combine i8/u8 XLOAD with BAND+comparison into test byte mrm, imm8. 2011-01-19 02:05:26 +01:00
lj_asm.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_bc.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_bc.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_ccall.c FFI: Untangle and fix calling convention definitions. 2011-01-12 20:01:35 +01:00
lj_ccall.h FFI: Untangle and fix calling convention definitions. 2011-01-12 20:01:35 +01:00
lj_cconv.c FFI: Don't force zero terminator on string to array conversion. 2011-01-24 15:51:33 +01:00
lj_cconv.h FFI: Simplify initializer rules. Clarify docs. 2011-01-23 14:23:21 +01:00
lj_cdata.c FFI: Allow indexing a struct constructor to get constants. 2011-01-16 18:32:33 +01:00
lj_cdata.h FFI: Add ffi.load() and ffi.C default namespace. 2011-01-10 03:43:18 +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 Add support for "%g" character class in patterns (from Lua 5.2). 2010-11-19 18:37:10 +01:00
lj_clib.c FFI: Fix ffi.load() error message on Windows. 2011-01-23 14:28:01 +01:00
lj_clib.h FFI: Add ffi.load() and ffi.C default namespace. 2011-01-10 03:43:18 +01:00
lj_cparse.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_cparse.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_crecord.c FFI: Simplify initializer rules. Clarify docs. 2011-01-23 14:23:21 +01:00
lj_crecord.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
lj_ctype.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_ctype.h FFI: Auto-detect __stdcall and fix up C function declarations. 2011-01-10 20:50:34 +01:00
lj_def.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_dispatch.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_dispatch.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_err.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_err.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_errmsg.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
lj_ff.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_ffrecord.c Fix recording of select() with multi-char string as 1st argument. 2011-01-13 17:16:22 +01:00
lj_ffrecord.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_frame.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_func.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_func.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_gc.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_gc.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_gdbjit.c Cleanup and fix trace flush logic. 2011-01-18 21:08:23 +01:00
lj_gdbjit.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_ir.c Differentiate between IR_KPTR and IR_KKPTR. 2011-01-19 00:40:03 +01:00
lj_ir.h Add volatile XLOADs. 2011-01-19 02:05:12 +01:00
lj_iropt.h Differentiate between IR_KPTR and IR_KKPTR. 2011-01-19 00:40:03 +01:00
lj_jit.h Cleanup and fix trace flush logic. 2011-01-18 21:08:23 +01:00
lj_lex.c FFI: Preserve stack top across implicit load of FFI library in lexer. 2011-01-09 17:57:19 +01:00
lj_lex.h Reorder various structs to reduce padding (thanks to /usr/bin/pahole). 2010-03-15 23:29:10 +01:00
lj_lib.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_lib.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_mcode.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_mcode.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_meta.c FFI: Don't swap operands for cdata __eq metamethod call. 2011-01-17 01:09:43 +01:00
lj_meta.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
lj_obj.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_obj.h FFI: Add 64 bit integer comparisons and pointer comparisons. 2011-01-13 02:35:29 +01:00
lj_opt_dce.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_opt_fold.c Differentiate between IR_KPTR and IR_KKPTR. 2011-01-19 00:40:03 +01:00
lj_opt_loop.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_opt_mem.c Add volatile XLOADs. 2011-01-19 02:05:12 +01:00
lj_opt_narrow.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_parse.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_parse.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_record.c Add compile-time option LUAJIT_ENABLE_CHECKHOOK. Disabled by default. 2011-01-19 02:05:37 +01:00
lj_record.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_snap.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_snap.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_state.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_state.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_str.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_str.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_tab.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_tab.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_target_x86.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_target.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_trace.c Clear bytecode penalty cache in jit.flush(). 2011-01-23 19:06:19 +01:00
lj_trace.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_traceerr.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_udata.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_udata.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_vm.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_vmevent.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj_vmevent.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lj.supp Speed up string compares in string interning. 2010-07-21 23:55:05 +02:00
ljamalg.c FFI: Add ffi.load() and ffi.C default namespace. 2011-01-10 03:43:18 +01:00
lua.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lua.hpp RELEASE LuaJIT-2.0.0-beta2 2009-12-08 19:49:20 +01:00
luaconf.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
luajit.c Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
luajit.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
lualib.h Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00
Makefile FFI: Add ffi.load() and ffi.C default namespace. 2011-01-10 03:43:18 +01:00
Makefile.dep FFI: Auto-detect __stdcall and fix up C function declarations. 2011-01-10 20:50:34 +01:00
msvcbuild.bat Bump copyright date to 2011. 2011-01-09 17:12:53 +01:00