Mike Pall 6a67fa8a4b Finally fix target detection for msvcbuild.bat. 13 lat temu
..
host 6a67fa8a4b Finally fix target detection for msvcbuild.bat. 13 lat temu
jit 7c056488d9 Drop range limit for sunk stores relative to sunk allocation. 13 lat temu
.gitignore 9a9509c66a Reorganize build process. 13 lat temu
Makefile 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
Makefile.dep 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
lauxlib.h 55b1695971 RELEASE LuaJIT-2.0.0-beta1 16 lat temu
lib_aux.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lib_base.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lib_bit.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lib_debug.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lib_ffi.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lib_init.c 7cb250c4b4 FFI: Add ffi.* library. 15 lat temu
lib_io.c b8f5727ab4 CONSOLE: Fix PS3 build. 13 lat temu
lib_jit.c b8f5727ab4 CONSOLE: Fix PS3 build. 13 lat temu
lib_math.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lib_os.c a6458ce4de Make os.date() thread-safe. 13 lat temu
lib_package.c b8f5727ab4 CONSOLE: Fix PS3 build. 13 lat temu
lib_string.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lib_table.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj.supp e099059afd Add more comparison variants to Valgrind suppressions file. 13 lat temu
lj_alloc.c 5dbb6671a3 Fix compilation on OpenBSD. 14 lat temu
lj_alloc.h 55b1695971 RELEASE LuaJIT-2.0.0-beta1 16 lat temu
lj_api.c 68ca796d28 Make lua_concat() work from C hook with partial frame. 13 lat temu
lj_arch.h 2f844fc87b Fix build issues on Cygwin and MinGW with optional MSys. 13 lat temu
lj_asm.c 7c056488d9 Drop range limit for sunk stores relative to sunk allocation. 13 lat temu
lj_asm.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_asm_arm.h 4da7ffc34b Remove unneeded snapshot preps for sunk stores. 13 lat temu
lj_asm_mips.h 4da7ffc34b Remove unneeded snapshot preps for sunk stores. 13 lat temu
lj_asm_ppc.h 4da7ffc34b Remove unneeded snapshot preps for sunk stores. 13 lat temu
lj_asm_x86.h 4da7ffc34b Remove unneeded snapshot preps for sunk stores. 13 lat temu
lj_bc.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_bc.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_bcdump.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_bcread.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_bcwrite.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_carith.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_carith.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_ccall.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_ccall.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_ccallback.c fad5382d21 Rearrange OSX vs. iOS defines. Disable callbacks on iOS. 13 lat temu
lj_ccallback.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_cconv.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_cconv.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_cdata.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_cdata.h 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_char.c ad29c1f39f Rename character type handling from lj_ctype* to lj_char*. 15 lat temu
lj_char.h 52fd87bf34 Add support for "%g" character class in patterns (from Lua 5.2). 15 lat temu
lj_clib.c e6bcb545f8 FFI: Don't call FreeLibrary() on our own EXE/DLL. 13 lat temu
lj_clib.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_cparse.c 80d0acc7c1 Fix compiler warnings. 13 lat temu
lj_cparse.h 946c7418d5 FFI: Add support for parameterized C types. 13 lat temu
lj_crecord.c bd782cedd5 Bump some limits to accomodate SINK pass. 13 lat temu
lj_crecord.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_ctype.c 126f9906fe FFI: Improve error messages for ctype arguments. 13 lat temu
lj_ctype.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_debug.c 7498ee204e Fix argument error handling on Lua stacks without a frame. 14 lat temu
lj_debug.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_def.h bd782cedd5 Bump some limits to accomodate SINK pass. 13 lat temu
lj_dispatch.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_dispatch.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_emit_arm.h 79e1eaa73b ARM: Simplify two-step constant rematerialization. 13 lat temu
lj_emit_mips.h 0d824b7d14 Fix PHI stack slot syncing. 13 lat temu
lj_emit_ppc.h 0d824b7d14 Fix PHI stack slot syncing. 13 lat temu
lj_emit_x86.h 0d824b7d14 Fix PHI stack slot syncing. 13 lat temu
lj_err.c b8f5727ab4 CONSOLE: Fix PS3 build. 13 lat temu
lj_err.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_errmsg.h 946c7418d5 FFI: Add support for parameterized C types. 13 lat temu
lj_ff.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_ffrecord.c eec0d80d1b ARM: Fix compilation of math.sinh/cosh/tanh. 13 lat temu
lj_ffrecord.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_frame.h ca6bf2d9a4 CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. 13 lat temu
lj_func.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_func.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_gc.c 9d7bd04fae Avoid potential store-forwarding stalls in GC marking. 13 lat temu
lj_gc.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_gdbjit.c 5a83601589 MIPS: Add support for GDB JIT API. 14 lat temu
lj_gdbjit.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_ir.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_ir.h 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_ircall.h fad5382d21 Rearrange OSX vs. iOS defines. Disable callbacks on iOS. 13 lat temu
lj_iropt.h 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
lj_jit.h 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
lj_lex.c 53a285c0c3 Disable loading bytecode with an extra header (BOM or #!). 13 lat temu
lj_lex.h 4994fcc32c Add support for bytecode loading/saving. 14 lat temu
lj_lib.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_lib.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_mcode.c b8f5727ab4 CONSOLE: Fix PS3 build. 13 lat temu
lj_mcode.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_meta.c 68ca796d28 Make lua_concat() work from C hook with partial frame. 13 lat temu
lj_meta.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_obj.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_obj.h 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_opt_dce.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_opt_fold.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_opt_loop.c c8a1f274af Remove stray comment. 13 lat temu
lj_opt_mem.c a9bf455b96 Add HREFK forwarding. Eliminate HREFK guard for TDUP refs. 13 lat temu
lj_opt_narrow.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_opt_sink.c 7c056488d9 Drop range limit for sunk stores relative to sunk allocation. 13 lat temu
lj_opt_split.c f093a34a2f Handle joining IR_HIOP in SPLIT pass. 13 lat temu
lj_parse.c 17d3fc47f3 Avoid pesky compiler warnings about C++ keywords (eh?). 13 lat temu
lj_parse.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_record.c afeb4e2c51 Handle initial snapshot for side traces in lj_snap.c only. 13 lat temu
lj_record.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_snap.c 7c056488d9 Drop range limit for sunk stores relative to sunk allocation. 13 lat temu
lj_snap.h 7ae3832f20 Move snapshot replay for side traces to lj_snap.c. 13 lat temu
lj_state.c 58622937c0 Fix userdata __gc separations at state close. 13 lat temu
lj_state.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_str.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_str.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_tab.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_tab.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_target.h 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
lj_target_arm.h 0d824b7d14 Fix PHI stack slot syncing. 13 lat temu
lj_target_mips.h 0d824b7d14 Fix PHI stack slot syncing. 13 lat temu
lj_target_ppc.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_target_x86.h 0d824b7d14 Fix PHI stack slot syncing. 13 lat temu
lj_trace.c 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
lj_trace.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_traceerr.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_udata.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_udata.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_vm.h 0b3d8375f7 PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. 13 lat temu
lj_vmevent.c 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_vmevent.h 10ef109eef Bump copyright date to 2012. 14 lat temu
lj_vmmath.c c2159f8624 ARM/PPC: Remove assembler code for lj_vm_foldarith(). 13 lat temu
ljamalg.c 0af3f47ba0 Add allocation sinking and store sinking optimization. 13 lat temu
lua.h 55b1695971 RELEASE LuaJIT-2.0.0-beta1 16 lat temu
lua.hpp 1d1fed48a0 RELEASE LuaJIT-2.0.0-beta2 16 lat temu
luaconf.h 51f05d64c9 RELEASE LuaJIT-2.0.0-beta10 13 lat temu
luajit.c 37be8a5478 CONSOLE: Handle unimplemented features for console toolchains. 13 lat temu
luajit.h 51f05d64c9 RELEASE LuaJIT-2.0.0-beta10 13 lat temu
lualib.h 10ef109eef Bump copyright date to 2012. 14 lat temu
msvcbuild.bat 6a67fa8a4b Finally fix target detection for msvcbuild.bat. 13 lat temu
vm_arm.dasc c2159f8624 ARM/PPC: Remove assembler code for lj_vm_foldarith(). 13 lat temu
vm_mips.dasc b51d7fb310 MIPS: Cleanup interpreter. 13 lat temu
vm_ppc.dasc 3dc7baf6af PPC: Fix PPC32 build. 13 lat temu
vm_ppcspe.dasc 3f1035a170 PPC/e500: Cleanup interpreter. 13 lat temu
vm_x86.dasc 0528bb7d02 x64: Fix DynASM defines. 13 lat temu