]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2011-05-27  Mike PallFix compiler warning.
2011-05-26  Mike PallFix handling of number constants in snapshots in SPLIT...
2011-05-26  Mike PallARM: Fix rematerialization scheduler.
2011-05-26  Mike PallARM: Flush instruction cache in assembler backend.
2011-05-26  Mike PallTreat extra exit from stack check like a parent exit.
2011-05-26  Mike PallSimplify helper routines for soft-float targets. Add...
2011-05-26  Mike PallARM: Add CPU detection.
2011-05-23  Mike PallARM: Unify rotates to simplify assembler backend.
2011-05-23  Mike PallFFI: Fix __gc for VLA/VLS cdata objects.
2011-05-22  Mike PallGet register maps for jit.dump from target disassembler.
2011-05-22  Mike PallARM: Add ARM disassembler.
2011-05-22  Mike PallARM: Add ARM-specific tuning to generic assembler backend.
2011-05-22  Mike PallARM: Add rematerialization scheduler for constants...
2011-05-22  Mike PallSplit up FP IR instructions with SPLIT pass for soft...
2011-05-22  Mike PallMore portability cleanups for assembler backend.
2011-05-22  Mike PallAdd missing guard to for loop argument conversion.
2011-05-22  Mike PallMove IR_CALL* definitions to lj_ircall.h.
2011-05-17  Mike PallPortability cleanups for assembler backend.
2011-05-17  Mike PallClarify docs wrt. table initializer handling for VLA...
2011-05-16  Mike PallCleanup of target dependencies.
2011-05-16  Mike PallAdd target-specific macro for stack alignment in assemb...
2011-05-16  Mike PallFix compiler warning.
2011-05-16  Mike PallARM: Add support for GDB JIT API.
2011-05-16  Mike PallARM: Remove redundant parse_gpr() in DynASM.
2011-05-16  Mike PallARM: Add LJ_SOFTFP define. Add support for soft-float...
2011-05-16  Mike PallARM: Generalize machine code co-location. ARM has a...
2011-05-11  Mike PallMove x86/x64 parts of JIT assembler backend to extra...
2011-05-11  Mike PallDisentangle target-specific parts of JIT assembler...
2011-05-10  Mike PallTuning loop unrolling heuristics again.
2011-05-09  Mike PallARM: Fix table/userdata equality comparisons in interpr...
2011-05-09  Mike PallARM: Interpreter/JIT integration, part #1.
2011-05-09  Mike PallFix some portability issues with the JIT compiler.
2011-05-09  Mike PallUse common helper functions for unaligned loads.
2011-05-09  Mike PallFFI: Allow setting errno with ffi.errno(), too.
2011-05-08  Mike PallFFI: Add ffi.errno().
2011-05-08  Mike PallFFI: Save errno/GetLastError() around allocations,...
2011-05-08  Mike PallAvoid name clash with Windows MM_MAX define.
2011-05-06  Mike Pallx86/x64: Fix bit.* argument checking.
2011-05-05  Mike PallRELEASE LuaJIT-2.0.0-beta7 v2.0.0-beta7
2011-05-05  Mike PallUpdate changelog.
2011-05-05  Mike PallImprove bytecode optimization of and/or operators.
2011-05-04  Mike PallMisc. updates to docs.
2011-05-04  Mike PallFix compiler warning.
2011-05-04  Mike PallFFI: Fix field alignment for iOS.
2011-05-04  Mike PallMore tuning of loop unrolling heuristics.
2011-05-04  Mike PallFix stack slot updates for down-recursion.
2011-05-03  Mike PallTune loop unrolling heuristics. Increase trace recorder...
2011-04-29  Mike PallFFI: Compile C function calls with 64 bit args/results...
2011-04-29  Mike Pallx86: Pop unused FP result from x87 stack.
2011-04-29  Mike PallImprove target OS selection for buildvm.
2011-04-28  Mike PallARM: Fix ABI and build issues for iOS. Now works on...
2011-04-28  Mike PallDynASM: x86/x64: Fix vreg in opcode. x64: Fix imm ...
2011-04-28  Mike PallARM: Use own lj_bswap(). Reduce min. req. version of...
2011-04-19  Mike PallFFI: Add ffi.istype() function.
2011-04-19  Mike PallWorkaround to compile with Clang. Fix Clang warnings.
2011-04-19  Mike PallFix compiler warning.
2011-04-19  Mike PallARM: Workaround for unaligned accesses.
2011-04-18  Mike PallARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).
2011-04-18  Mike PallARM: Add missing FFI functionality. Enable FFI for...
2011-04-18  Mike PallAdd remark about target OS to cross-compilation instruc...
2011-04-17  Mike PallARM: Add install docs.
2011-04-17  Mike PallAdd common TARGET_FLAGS option to Makefile.
2011-04-17  Mike PallARM: Enable ARM port.
2011-04-17  Mike PallARM: Normalize results of math.floor()/ceil() fast...
2011-04-16  Mike PallARM: Misc. fixes for interpreter.
2011-04-16  Mike PallARM: Add integer variant of modulo operator.
2011-04-16  Mike PallARM: Add partial support for FFI.
2011-04-16  Mike PallARM: Add coroutine.resume/wrap_aux/yield() fast functions.
2011-04-15  Mike PallFFI: Fix arithmetic ctype metamethods for references.
2011-04-13  Mike PallFFI: Fix cdata finalization.
2011-04-13  Mike PallPPC: Fix L->status for resume after yield.
2011-04-13  Mike PallARM: Add BC_VARG and BC_TSETM.
2011-04-13  Mike PallARM: Add dispatch targets for hooks.
2011-04-13  Mike PallARM: Add modulo subroutine and temp. math.floor()/math...
2011-04-12  Mike PallFFI: Add ctype metamethods and ffi.metatype().
2011-04-12  Mike PallAdd support for tailcalls from internal C functions.
2011-04-10  Mike PallOptimize lookups in empty proxy tables.
2011-04-10  Mike PallAvoid phantom stores to proxy tables.
2011-04-10  Mike PallInline lj_gc_barrierback().
2011-04-10  Mike PallFix recording of JLOOP with higher maxslot.
2011-04-10  Mike PallPPC: Misc. fixes for interpreter.
2011-04-10  Mike PallARM: Misc. fixes for interpreter.
2011-04-10  Mike PallARM: Add string.* fast functions and GC steps.
2011-04-10  Mike PallARM: Add rawget() fast function.
2011-04-10  Mike PallUse lj_vm_tobit() on targets without FPU.
2011-04-10  Mike PallARM: Add bit.* fast functions and lj_vm_tobit().
2011-04-10  Mike PallARM: Add GPR variants for shift aliases to DynASM.
2011-04-08  Mike PallARM: Misc. fixes for interpreter.
2011-04-08  Mike PallARM: Add BC_CAT and lj_cont_cat.
2011-04-08  Mike PallARM: Add missing metamethod handlers and continuations.
2011-04-08  Mike PallARM: Add tailcall instructions.
2011-04-08  Mike PallARM: Add table.getn() fast function.
2011-04-08  Mike PallARM: Add upvalue get/set and closure-related instructions.
2011-04-08  Mike PallARM: Add test/copy and comparison instructions.
2011-04-08  Mike PallARM: Add math.* fast functions.
2011-04-08  Mike PallARM: Add getmetatable(), setmetatable() and tonumber...
2011-04-08  Mike PallARM: Handle stack growth during function calls.
2011-04-08  Mike PallARM: Add pc-relative loads to DynASM.
2011-04-07  Mike PallARM: Add build rules (still disabled).
2011-04-05  Mike PallFFI: Register the FFI library as a loaded module in...
next