]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2011-12-01  Mike PallFFI: Fix stack adjustment for calls to stdcall/fastcall...
2011-11-27  Mike PallFFI: Need to treat strlen() as a load.
2011-11-27  Mike PallFix docs. The code base doesn't work on Windows 98...
2011-11-27  Mike PallDon't increment module reference counts due to symbol...
2011-11-26  Mike PallFFI: Record ffi.errno().
2011-11-25  Mike PallFix stack check in side exit.
2011-11-25  Mike PallFFI: Record C function calls with bool return values.
2011-11-25  Mike PallFFI: Fix line info for result conversion errors in...
2011-11-25  Mike PallFFI: Fix GetLastError() save/restore around ffi.load().
2011-11-25  Mike PallFFI: Improve ld script detection in ffi.load().
2011-11-23  Mike PallDo not eliminate PHIs only referenced from other PHIs.
2011-11-21  Mike PallReplace stack slot for implicit number->string conv...
2011-11-20  Mike PallSpecialize to prototype for non-monomorphic functions.
2011-11-20  Mike PallCount frames with same prototype in call unroll limit...
2011-11-20  Mike PallKeep maximum frame extent in snap->topslot.
2011-11-20  Mike PallGet rid of snap->depth.
2011-11-17  Mike PallFix debug option for msvcbuild.bat.
2011-11-15  Mike PallFFI: Fix EnumWindows example in docs.
2011-11-15  Mike PallFFI: Add missing GC barrier for callback registration.
2011-11-15  Mike PallFFI: Save GetLastError() around ffi.load() and symbol...
2011-11-14  Mike PallEliminate some rare occurrences of redundant PHIs.
2011-11-14  Mike PallFix hint-based register allocation in ra_dest().
2011-11-14  Mike PallFFI: Add callback support (for x86/x64).
2011-11-14  Mike PallPPC: Clarify docs.
2011-11-14  Mike PallFFI: Resolve __call metamethod for pointers, too.
2011-11-12  Mike PallAvoid dependence on lj_jit.h if only including lj_target.h.
2011-11-12  Mike PallFFI: Add unwind definitions for lj_vm_ffi_call.
2011-11-11  Mike PallFFI: Extend metamethod tutorial.
2011-11-11  Mike PallARM: Fix IR splitting for softfp XLOAD.
2011-11-11  Mike PallARM: Fix code generation for type-check only softfp...
2011-11-04  Mike Pallx64: Fix lightuserdata comparisons.
2011-11-04  Mike PallSpelling.
2011-10-27  Mike PallPPC: Install dis_ppc.lua.
2011-10-26  Mike PallFFI: Compile calls to stdcall, fastcall and vararg...
2011-10-25  Mike PallPPC: Fuse BAND with shift to rlwinm.
2011-10-25  Mike PallAdd more FOLD rules for shift + BAND simplifications.
2011-10-25  Mike Pallx64: Fix code generation for BSWAP.
2011-10-25  Mike PallPPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx.
2011-10-25  Mike PallPPC/e500: Fix write barrier in USETS.
2011-10-24  Mike PallPPC: Fix externally provided relocation offsets in...
2011-10-24  Mike PallPPC: Fix write barrier in USETV/USETS.
2011-10-24  Mike PallPPC: Integrate and enable JIT compiler.
2011-10-24  Mike PallAllow selection of single-number vs. dual-number mode...
2011-10-24  Mike PallPPC: Fix/improve interpreter/JIT integration.
2011-10-24  Mike PallPPC: Generalize rematerialization handling.
2011-10-24  Mike PallPPC: Add support for GDB JIT API.
2011-10-24  Mike PallPPC: Add Linux/PPC cache flush mechanism.
2011-10-24  Mike PallMake sure to flush/sync the D/I-cache for all generated...
2011-10-24  Mike PallFix handling of alignment arguments (nil) to CALLX.
2011-10-24  Mike PallPPC: Add support for per-trace exit stubs.
2011-10-24  Mike PallGeneralize handling of stack checks indicated by highes...
2011-10-24  Mike PallDon't save/restore tmptv with copyTV.
2011-10-24  Mike PallFix compiler warning.
2011-10-22  Mike PallWhitespace.
2011-10-22  Mike PallAdd missing FOLD rule for CONV.u64.int + sign-extension.
2011-10-22  Mike PallFFI: Cleanup/fix 64 bit arithmetic in assembler backend.
2011-10-22  Mike Pallx64: Fix math.random() code generation.
2011-10-22  Mike PallFix register hints for arithmetic helper functions.
2011-10-21  Mike PallSeparate/rename NUM/FLOAT <-> I64/U64 conversion functions.
2011-10-21  Mike PallCleanup various endianess issues in assembler backend.
2011-10-19  Mike PallRearrange defines for workarounds to embedded operating...
2011-10-18  Mike PallFix PE/COFF bytecode file format for big-endian targets.
2011-10-18  Mike PallFix FOLD rule for CONV.flt.num(CONV.num.flt(x)) => x.
2011-10-18  Mike PallFFI/x86: Fix CONV.u32.num rounding.
2011-10-18  Mike PallDon't fuse colocated array offsets without -Ofuse.
2011-10-17  Mike PallFixup PC in tracebacks after exits from down-recursive...
2011-10-17  Mike PallPPC: Distinguish slwi, srwi and rlwinm in disassembly.
2011-10-17  Mike PallAdd missing FOLD rule for integer NEG of constants.
2011-10-13  Mike PallFFI/ARM: Ensure invocation of SPLIT pass for float...
2011-10-13  Mike PallSave tmptv state for trace recorder across RECORD vmevent.
2011-10-13  Mike PallFFI: Fix unfused loads of float fields.
2011-10-13  Mike PallFFI: Fix call argument and return handling for I8/U8...
2011-10-11  Mike PallFFI: Record loads/stores to external variables in names...
2011-10-11  Mike PallFFI: Fix recording of const/enum lookups in namespaces.
2011-10-10  Mike PallRemove unneeded PHI barrier for reassociation of duplic...
2011-09-28  Mike PallAvoid overwriting argument with error from metacall...
2011-09-21  Mike PallFix (harmless) typo.
2011-09-21  Mike PallARM: Fix HREFK code generation.
2011-09-20  Mike PallGenerate a portable vmdef.lua.
2011-09-17  Mike PallPPC/e500: Fix GC barrier for TSETM.
2011-09-14  Mike PallPPC: Fix GC barrier for TSETM.
2011-09-14  Mike PallARM: Fix GC barrier for TSETM.
2011-09-14  Mike PallFix typo.
2011-09-08  Mike PallARM: Disable CPU detection for interpreter-only builds.
2011-09-05  Mike PallIncrease max. number of exit stub groups to correspond...
2011-09-05  Mike PallUse some register allocator helpers for multiple archit...
2011-09-05  Mike PallPPC: Interpreter/JIT integration.
2011-09-05  Mike PallPPC: Fix or remove assembler helper functions.
2011-09-05  Mike PallPPC: More interpreter tuning. Use y-bit for branch...
2011-09-05  Mike PallPPC: Export register names from disassembler.
2011-09-05  Mike PallPPC: Disassemble y-bit instead of at-bits for condition...
2011-09-05  Mike PallPPC: Add y-bit variants of conditional branches to...
2011-09-02  Mike PallAlways use ANSI variants of Windows system functions.
2011-08-31  Mike PallMark installed shared library as executable.
2011-08-26  Mike PallAvoid conversion narrowing of arithmetic with large...
2011-08-25  Mike PallFFI/x64: Fix struct-by-value calling conventions.
2011-08-21  Mike PallRecord missing FORI slot loads (e.g. after return to...
2011-08-18  Mike PallPPC: Add PPC disassembler.
2011-08-17  Mike PallAdd potential PHI for number conversions due to type...
2011-08-16  Mike PallExtend -b to generate c/h/obj/o files with embedded...
next