.. |
.gitignore
|
Update .gitignore.
|
2010-02-06 08:18:20 +01:00 |
buildvm_arm.dasc
|
ARM: Fix __newindex metamethod handling for BC_TSETB.
|
2011-05-31 21:37:44 +02:00 |
buildvm_arm.h
|
ARM: Fix __newindex metamethod handling for BC_TSETB.
|
2011-05-31 21:37:44 +02:00 |
buildvm_asm.c
|
ARM: Catch C++ exceptions in interpreter frames.
|
2011-06-02 01:21:32 +02:00 |
buildvm_fold.c
|
Add FOLD rule for FLOAT->NUM->FLOAT conversions.
|
2011-04-05 16:31:48 +02: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 L->status for resume after yield.
|
2011-04-13 02:28:25 +02:00 |
buildvm_ppcspe.h
|
RELEASE LuaJIT-2.0.0-beta7
|
2011-05-05 16:31:13 +02:00 |
buildvm_x64.h
|
x86/x64: Fix bit.* argument checking.
|
2011-05-06 16:06:02 +02:00 |
buildvm_x64win.h
|
x86/x64: Fix bit.* argument checking.
|
2011-05-06 16:06:02 +02:00 |
buildvm_x86.dasc
|
x86/x64: Fix bit.* argument checking.
|
2011-05-06 16:06:02 +02:00 |
buildvm_x86.h
|
x86/x64: Fix bit.* argument checking.
|
2011-05-06 16:06:02 +02:00 |
buildvm.c
|
Move IR_CALL* definitions to lj_ircall.h.
|
2011-05-22 16:28:43 +02:00 |
buildvm.h
|
ARM: Misc. fixes for interpreter.
|
2011-04-16 23:32:44 +02:00 |
lauxlib.h
|
RELEASE LuaJIT-2.0.0-beta1
|
2009-12-08 19:46:35 +01:00 |
lib_aux.c
|
Clean up memory allocator initialization and catch early OOM.
|
2011-05-30 01:32:50 +02:00 |
lib_base.c
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lib_bit.c
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36: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: Allow setting errno with ffi.errno(), too.
|
2011-05-09 11:52:54 +02:00 |
lib_init.c
|
FFI: Add ffi.* library.
|
2010-12-05 00:52:17 +01:00 |
lib_io.c
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lib_jit.c
|
ARM: Add CPU detection.
|
2011-05-26 17:58:29 +02:00 |
lib_math.c
|
ARM: Fix math.ldexp() recording and folding.
|
2011-05-27 02:03:02 +02:00 |
lib_os.c
|
Use names defined in lualib.h for library registration.
|
2011-02-02 02:38:59 +01:00 |
lib_package.c
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lib_string.c
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lib_table.c
|
Fix table.maxn().
|
2011-02-23 14:52:50 +01:00 |
lj_alloc.c
|
FFI: Save errno/GetLastError() around allocations, hooks etc.
|
2011-05-08 22:33:04 +02:00 |
lj_alloc.h
|
RELEASE LuaJIT-2.0.0-beta1
|
2009-12-08 19:46:35 +01:00 |
lj_api.c
|
Add support for tailcalls from internal C functions.
|
2011-04-12 19:13:11 +02:00 |
lj_arch.h
|
ARM: Unify rotates to simplify assembler backend.
|
2011-05-23 20:20:34 +02:00 |
lj_asm_x86.h
|
x86/x64: Minor cleanup in assembler backend.
|
2011-05-31 21:39:09 +02:00 |
lj_asm.c
|
ARM: Tune rematerialization scheduler.
|
2011-05-31 21:50:14 +02: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
|
Get rid of the remaining silly cast macros from Lua.
|
2011-03-10 02:13:43 +01:00 |
lj_carith.c
|
FFI: Add ctype metamethods and ffi.metatype().
|
2011-04-12 19:16:39 +02:00 |
lj_carith.h
|
FFI: Disable unused code for some build modes.
|
2011-02-11 16:22:58 +01:00 |
lj_ccall.c
|
Fix compiler warning.
|
2011-05-16 02:41:47 +02:00 |
lj_ccall.h
|
ARM: Add partial support for FFI.
|
2011-04-16 23:28:51 +02:00 |
lj_cconv.c
|
DUALNUM: Handle integer type in FFI.
|
2011-02-27 01:31:22 +01:00 |
lj_cconv.h
|
FFI: Improve conversion error messages.
|
2011-02-19 12:56:12 +01:00 |
lj_cdata.c
|
FFI: Fix __gc for VLA/VLS cdata objects.
|
2011-05-23 02:43:36 +02:00 |
lj_cdata.h
|
FFI: Fix cdata finalization.
|
2011-04-13 21:37:54 +02: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: Resolve ld script redirection in ffi.load().
|
2011-03-01 12:31: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 field alignment for iOS.
|
2011-05-04 23:30:37 +02:00 |
lj_cparse.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_crecord.c
|
FFI: Fix recording of casts from 32 bit pointers to integers.
|
2011-05-31 21:39:37 +02:00 |
lj_crecord.h
|
FFI: Add ffi.istype() function.
|
2011-04-20 01:53:26 +02:00 |
lj_ctype.c
|
FFI: Fix arithmetic ctype metamethods for references.
|
2011-04-15 19:02:47 +02:00 |
lj_ctype.h
|
FFI: Add ctype metamethods and ffi.metatype().
|
2011-04-12 19:16:39 +02:00 |
lj_def.h
|
ARM: Add CPU detection.
|
2011-05-26 17:58:29 +02:00 |
lj_dispatch.c
|
Fix some portability issues with the JIT compiler.
|
2011-05-09 20:46:58 +02:00 |
lj_dispatch.h
|
FFI: Save errno/GetLastError() around allocations, hooks etc.
|
2011-05-08 22:33:04 +02:00 |
lj_emit_x86.h
|
Portability cleanups for assembler backend.
|
2011-05-17 21:26:00 +02:00 |
lj_err.c
|
ARM: Catch C++ exceptions in interpreter frames.
|
2011-06-02 01:21:32 +02: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
|
ARM: Fix math.ldexp() recording and folding.
|
2011-05-27 02:03:02 +02:00 |
lj_ffrecord.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_frame.h
|
Add support for tailcalls from internal C functions.
|
2011-04-12 19:13:11 +02:00 |
lj_func.c
|
Get rid of the remaining silly cast macros from Lua.
|
2011-03-10 02:13:43 +01:00 |
lj_func.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_gc.c
|
FFI: Fix __gc for VLA/VLS cdata objects.
|
2011-05-23 02:43:36 +02:00 |
lj_gc.h
|
FFI: Fix __gc for VLA/VLS cdata objects.
|
2011-05-23 02:43:36 +02:00 |
lj_gdbjit.c
|
ARM: Add support for GDB JIT API.
|
2011-05-16 02:40:59 +02:00 |
lj_gdbjit.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_ir.c
|
Simplify helper routines for soft-float targets. Add POW rejoin.
|
2011-05-26 18:01:55 +02:00 |
lj_ir.h
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
lj_ircall.h
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
lj_iropt.h
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
lj_jit.h
|
ARM: Add CPU detection.
|
2011-05-26 17:58:29 +02:00 |
lj_lex.c
|
FFI: Register the FFI library as a loaded module in luaopen_ffi().
|
2011-04-06 01:31:21 +02: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
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lj_lib.h
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lj_mcode.c
|
Cleanup of target dependencies.
|
2011-05-16 19:32:47 +02:00 |
lj_mcode.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_meta.c
|
FFI: Avoid unused functions if FFI is disabled.
|
2011-05-27 02:15:55 +02:00 |
lj_meta.h
|
FFI: Avoid unused functions if FFI is disabled.
|
2011-05-27 02:15:55 +02:00 |
lj_obj.c
|
DUALNUM: Add integer type to core VM.
|
2011-02-17 00:44:14 +01:00 |
lj_obj.h
|
ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.
|
2011-05-16 02:38:07 +02:00 |
lj_opt_dce.c
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_opt_fold.c
|
ARM: Fix math.ldexp() recording and folding.
|
2011-05-27 02:03:02 +02:00 |
lj_opt_loop.c
|
DUALNUM: Handle integer type in JIT compiler.
|
2011-03-10 01:57:24 +01:00 |
lj_opt_mem.c
|
Fix type mismatch in XSTORE forwarding.
|
2011-02-14 23:02:16 +01:00 |
lj_opt_narrow.c
|
DUALNUM: Narrow unary minus.
|
2011-03-15 18:14:18 +01:00 |
lj_opt_split.c
|
Fix handling of number constants in snapshots in SPLIT pass.
|
2011-05-27 01:56:25 +02:00 |
lj_parse.c
|
Improve bytecode optimization of and/or operators.
|
2011-05-05 15:49:11 +02:00 |
lj_parse.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_record.c
|
DUALNUM: Fix missing type check for loop index slot.
|
2011-06-01 00:49:29 +02:00 |
lj_record.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_snap.c
|
Fix handling of number constants in snapshots in SPLIT pass.
|
2011-05-27 01:56:25 +02:00 |
lj_snap.h
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
lj_state.c
|
Get rid of the remaining silly cast macros from Lua.
|
2011-03-10 02:13:43 +01:00 |
lj_state.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
lj_str.c
|
Use common helper functions for unaligned loads.
|
2011-05-09 18:09:29 +02:00 |
lj_str.h
|
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
|
2011-02-27 01:36:59 +01:00 |
lj_tab.c
|
Workaround to compile with Clang. Fix Clang warnings.
|
2011-04-19 17:12:41 +02:00 |
lj_tab.h
|
ARM: Optimize hash algorithm for 3-operand CPUs.
|
2011-05-31 21:38:16 +02:00 |
lj_target_x86.h
|
Portability cleanups for assembler backend.
|
2011-05-17 21:26:00 +02:00 |
lj_target.h
|
Cleanup of target dependencies.
|
2011-05-16 19:32:47 +02:00 |
lj_trace.c
|
Treat extra exit from stack check like a parent exit.
|
2011-05-26 18:02:42 +02: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
|
Simplify helper routines for soft-float targets. Add POW rejoin.
|
2011-05-26 18:01:55 +02: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
|
RELEASE LuaJIT-2.0.0-beta7
|
2011-05-05 16:31:13 +02:00 |
luajit.c
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
luajit.h
|
RELEASE LuaJIT-2.0.0-beta7
|
2011-05-05 16:31:13 +02:00 |
lualib.h
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
Makefile
|
Move x86/x64 parts of JIT assembler backend to extra files.
|
2011-05-12 01:35:09 +02:00 |
Makefile.dep
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
msvcbuild.bat
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |