mikepaul-LuaJIT/src
2012-07-08 22:20:11 +02:00
..
host Add Lua BitOp to minilua. 2012-07-08 16:24:53 +02:00
jit Drop range limit for sunk stores relative to sunk allocation. 2012-07-04 21:16:06 +02:00
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
lauxlib.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lib_aux.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lib_base.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lib_bit.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lib_debug.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lib_ffi.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lib_init.c FFI: Add ffi.* library. 2010-12-05 00:52:17 +01:00
lib_io.c CONSOLE: Fix PS3 build. 2012-06-10 02:01:25 +02:00
lib_jit.c Clean up ARM capability flags. Only set highest arch version. 2012-07-08 22:20:11 +02:00
lib_math.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lib_os.c Make os.date() thread-safe. 2012-06-28 15:47:16 +02:00
lib_package.c CONSOLE: Fix PS3 build. 2012-06-10 02:01:25 +02:00
lib_string.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lib_table.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_alloc.c Fix compilation on OpenBSD. 2012-03-15 12:01:13 +01:00
lj_alloc.h RELEASE LuaJIT-2.0.0-beta1 2009-12-08 19:46:35 +01:00
lj_api.c Make lua_concat() work from C hook with partial frame. 2012-04-12 12:02:38 +02:00
lj_arch.h Fix build issues on Cygwin and MinGW with optional MSys. 2012-06-22 11:36:58 +02:00
lj_asm_arm.h Remove unneeded snapshot preps for sunk stores. 2012-07-03 23:19:45 +02:00
lj_asm_mips.h Remove unneeded snapshot preps for sunk stores. 2012-07-03 23:19:45 +02:00
lj_asm_ppc.h Remove unneeded snapshot preps for sunk stores. 2012-07-03 23:19:45 +02:00
lj_asm_x86.h Remove unneeded snapshot preps for sunk stores. 2012-07-03 23:19:45 +02:00
lj_asm.c Drop range limit for sunk stores relative to sunk allocation. 2012-07-04 21:16:06 +02:00
lj_asm.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_bc.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_bc.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_bcdump.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_bcread.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_bcwrite.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_carith.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_carith.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_ccall.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_ccall.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_ccallback.c Rearrange OSX vs. iOS defines. Disable callbacks on iOS. 2012-06-08 11:59:23 +02:00
lj_ccallback.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_cconv.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_cconv.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_cdata.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_cdata.h Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +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: Don't call FreeLibrary() on our own EXE/DLL. 2012-05-14 13:41:08 +02:00
lj_clib.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_cparse.c Fix compiler warnings. 2012-07-03 13:22:30 +02:00
lj_cparse.h FFI: Add support for parameterized C types. 2012-06-14 19:54:07 +02:00
lj_crecord.c Bump some limits to accomodate SINK pass. 2012-07-04 21:15:15 +02:00
lj_crecord.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_ctype.c FFI: Improve error messages for ctype arguments. 2012-06-20 15:06:28 +02:00
lj_ctype.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_debug.c Fix argument error handling on Lua stacks without a frame. 2012-02-22 16:27:44 +01:00
lj_debug.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_def.h Bump some limits to accomodate SINK pass. 2012-07-04 21:15:15 +02:00
lj_dispatch.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_dispatch.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_emit_arm.h ARM: Simplify two-step constant rematerialization. 2012-07-02 22:57:51 +02:00
lj_emit_mips.h Fix PHI stack slot syncing. 2012-05-07 23:16:19 +02:00
lj_emit_ppc.h Fix PHI stack slot syncing. 2012-05-07 23:16:19 +02:00
lj_emit_x86.h Fix PHI stack slot syncing. 2012-05-07 23:16:19 +02:00
lj_err.c CONSOLE: Fix PS3 build. 2012-06-10 02:01:25 +02:00
lj_err.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_errmsg.h FFI: Add support for parameterized C types. 2012-06-14 19:54:07 +02:00
lj_ff.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_ffrecord.c ARM: Fix compilation of math.sinh/cosh/tanh. 2012-04-30 17:09:41 +02:00
lj_ffrecord.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_frame.h CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. 2012-06-13 02:32:24 +02:00
lj_func.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_func.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_gc.c Avoid potential store-forwarding stalls in GC marking. 2012-06-09 20:30:27 +02:00
lj_gc.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_gdbjit.c MIPS: Add support for GDB JIT API. 2012-04-01 20:01:13 +02:00
lj_gdbjit.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_ir.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_ir.h Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_ircall.h Rearrange OSX vs. iOS defines. Disable callbacks on iOS. 2012-06-08 11:59:23 +02:00
lj_iropt.h Add allocation sinking and store sinking optimization. 2012-07-02 23:47:12 +02:00
lj_jit.h Clean up ARM capability flags. Only set highest arch version. 2012-07-08 22:20:11 +02:00
lj_lex.c Disable loading bytecode with an extra header (BOM or #!). 2012-05-03 19:04:44 +02:00
lj_lex.h Add support for bytecode loading/saving. 2011-06-13 01:04:11 +02:00
lj_lib.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_lib.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_mcode.c CONSOLE: Fix PS3 build. 2012-06-10 02:01:25 +02:00
lj_mcode.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_meta.c Make lua_concat() work from C hook with partial frame. 2012-04-12 12:02:38 +02:00
lj_meta.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_obj.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_obj.h Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_opt_dce.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_opt_fold.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_opt_loop.c Remove stray comment. 2012-05-09 17:53:05 +02:00
lj_opt_mem.c Add HREFK forwarding. Eliminate HREFK guard for TDUP refs. 2012-06-28 15:10:52 +02:00
lj_opt_narrow.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_opt_sink.c Drop range limit for sunk stores relative to sunk allocation. 2012-07-04 21:16:06 +02:00
lj_opt_split.c Handle joining IR_HIOP in SPLIT pass. 2012-07-02 22:50:03 +02:00
lj_parse.c Avoid pesky compiler warnings about C++ keywords (eh?). 2012-07-03 13:19:32 +02:00
lj_parse.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_record.c Handle initial snapshot for side traces in lj_snap.c only. 2012-07-02 22:52:15 +02:00
lj_record.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_snap.c Drop range limit for sunk stores relative to sunk allocation. 2012-07-04 21:16:06 +02:00
lj_snap.h Move snapshot replay for side traces to lj_snap.c. 2012-07-02 13:37:55 +02:00
lj_state.c Fix userdata __gc separations at state close. 2012-06-10 23:40:53 +02:00
lj_state.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_str.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_str.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_tab.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_tab.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_target_arm.h Fix PHI stack slot syncing. 2012-05-07 23:16:19 +02:00
lj_target_mips.h Fix PHI stack slot syncing. 2012-05-07 23:16:19 +02:00
lj_target_ppc.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_target_x86.h Fix PHI stack slot syncing. 2012-05-07 23:16:19 +02:00
lj_target.h Add allocation sinking and store sinking optimization. 2012-07-02 23:47:12 +02:00
lj_trace.c Add allocation sinking and store sinking optimization. 2012-07-02 23:47:12 +02:00
lj_trace.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_traceerr.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_udata.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_udata.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_vm.h PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. 2012-06-12 17:26:55 +02:00
lj_vmevent.c Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_vmevent.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
lj_vmmath.c ARM/PPC: Remove assembler code for lj_vm_foldarith(). 2012-06-12 17:25:52 +02:00
lj.supp Add more comparison variants to Valgrind suppressions file. 2012-04-26 23:47:00 +02:00
ljamalg.c Add allocation sinking and store sinking optimization. 2012-07-02 23:47:12 +02: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-beta10 2012-05-09 18:11:35 +02:00
luajit.c CONSOLE: Handle unimplemented features for console toolchains. 2012-06-09 20:54:34 +02:00
luajit.h RELEASE LuaJIT-2.0.0-beta10 2012-05-09 18:11:35 +02:00
lualib.h Bump copyright date to 2012. 2012-01-23 22:42:42 +01:00
Makefile Change DynASM bit operations to use Lua BitOp. 2012-07-08 16:27:18 +02:00
Makefile.dep Add allocation sinking and store sinking optimization. 2012-07-02 23:47:12 +02:00
msvcbuild.bat Finally fix target detection for msvcbuild.bat. 2012-07-07 20:36:35 +02:00
vm_arm.dasc ARM/PPC: Remove assembler code for lj_vm_foldarith(). 2012-06-12 17:25:52 +02:00
vm_mips.dasc MIPS: Cleanup interpreter. 2012-06-11 00:51:21 +02:00
vm_ppc.dasc PPC: Fix PPC32 build. 2012-06-27 19:41:56 +02:00
vm_ppcspe.dasc PPC/e500: Cleanup interpreter. 2012-06-11 00:51:59 +02:00
vm_x86.dasc x64: Fix DynASM defines. 2012-06-12 03:50:22 +02:00