.. |
.gitignore
|
Update .gitignore.
|
2010-02-06 08:18:20 +01:00 |
buildvm_asm.c
|
ARM: Add ARM target architecture selection (disabled).
|
2011-01-25 18:50:24 +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
|
Fix comments for BC_ITERN.
|
2011-01-26 19:55:55 +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
|
Fix OSX build to work with newer ld64 versions.
|
2011-02-02 02:31:59 +01:00 |
buildvm_x64win.h
|
Fix OSX build to work with newer ld64 versions.
|
2011-02-02 02:31:59 +01:00 |
buildvm_x86.dasc
|
Fix OSX build to work with newer ld64 versions.
|
2011-02-02 02:31:59 +01:00 |
buildvm_x86.h
|
Fix OSX build to work with newer ld64 versions.
|
2011-02-02 02:31:59 +01:00 |
buildvm.c
|
ARM: Add ARM target architecture selection (disabled).
|
2011-01-25 18:50:24 +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
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_bit.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_debug.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_ffi.c
|
FFI: Record ffi.abi().
|
2011-02-08 00:09:33 +01:00 |
lib_init.c
|
FFI: Add ffi.* library.
|
2010-12-05 00:52:17 +01:00 |
lib_io.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_jit.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_math.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_os.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_package.c
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lib_string.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_table.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +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
|
ARM: Add ARM target architecture selection (disabled).
|
2011-01-25 18:50:24 +01:00 |
lj_asm.c
|
Add IR_XBAR, a barrier against XLOAD/XSTORE optimizations.
|
2011-02-07 21:59:25 +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_carith.c
|
FFI: Record 64 bit integer divide and modulo.
|
2011-02-02 21:24:55 +01:00 |
lj_carith.h
|
FFI: Record 64 bit integer divide and modulo.
|
2011-02-02 21:24:55 +01:00 |
lj_ccall.c
|
FFI: Implement POSIX/x64 struct-by-value calling conventions.
|
2011-01-29 13:04:16 +01:00 |
lj_ccall.h
|
FFI: Implement POSIX/x64 struct-by-value calling conventions.
|
2011-01-29 13:04:16 +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: Limit index range for complex numbers.
|
2011-01-29 19:47:37 +01:00 |
lj_cdata.h
|
FFI: Move code for cdata arithmetic to lj_carith.c.
|
2011-01-26 21:46:02 +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: Record C library namespace lookups.
|
2011-02-05 14:16:16 +01:00 |
lj_clib.h
|
FFI: Record C library namespace lookups.
|
2011-02-05 14:16:16 +01:00 |
lj_cparse.c
|
FFI: Fix various issues with C type table reallocations.
|
2011-01-27 16:28:24 +01:00 |
lj_cparse.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_crecord.c
|
FFI: Record ffi.abi().
|
2011-02-08 00:09:33 +01:00 |
lj_crecord.h
|
FFI: Record ffi.abi().
|
2011-02-08 00:09:33 +01:00 |
lj_ctype.c
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_ctype.h
|
FFI: Add symbol name redirection.
|
2011-01-26 02:31:19 +01:00 |
lj_def.h
|
Improve static assertion macro.
|
2011-02-07 21:44:01 +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
|
ARM: Add ARM target architecture selection (disabled).
|
2011-01-25 18:50:24 +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
|
FFI: Simplify and fix tonumber() for cdata objects.
|
2011-02-06 12:23:58 +01:00 |
lj_ffrecord.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_frame.h
|
ARM: Add ARM target architecture selection (disabled).
|
2011-01-25 18:50:24 +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
|
FFI: Move code for cdata arithmetic to lj_carith.c.
|
2011-01-26 21:46:02 +01:00 |
lj_ir.h
|
FFI: Record ffi.copy() and ffi.fill().
|
2011-02-07 23:49:27 +01:00 |
lj_iropt.h
|
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
|
2011-02-02 02:29:37 +01:00 |
lj_jit.h
|
FFI: Record ffi.abi().
|
2011-02-08 00:09:33 +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
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +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
|
Add IR_XBAR, a barrier against XLOAD/XSTORE optimizations.
|
2011-02-07 21:59:25 +01:00 |
lj_opt_loop.c
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_opt_mem.c
|
Add IR_XBAR, a barrier against XLOAD/XSTORE optimizations.
|
2011-02-07 21:59:25 +01:00 |
lj_opt_narrow.c
|
Rename IR_POWI to IR_POW.
|
2011-02-02 21:33:11 +01:00 |
lj_opt_split.c
|
FFI: Rename IR_CNEWP to IR_CNEWI and use it to box 64 bit integers.
|
2011-02-03 04:22:27 +01:00 |
lj_parse.c
|
Fix bytecode optimization of and/or operators.
|
2011-02-08 01:00:47 +01:00 |
lj_parse.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_record.c
|
FFI: Record ffi.abi().
|
2011-02-08 00:09:33 +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
|
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
|
2011-02-02 02:29:37 +01:00 |
lj_target.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_trace.c
|
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
|
2011-02-02 02:29:37 +01:00 |
lj_trace.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_traceerr.h
|
FFI: Record simple C function calls.
|
2011-02-05 21:50:15 +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
|
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
|
2011-02-02 02:29:37 +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
|
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
|
2011-02-02 02:29:37 +01:00 |
Makefile.dep
|
FFI: Optimize snapshots for cdata comparisons.
|
2011-02-05 18:54:08 +01:00 |
msvcbuild.bat
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |