]> git.ipfire.org Git - thirdparty/LuaJIT.git/shortlog
thirdparty/LuaJIT.git
2012-08-09  Mike PallUpdate cross-compilation docs.
2012-08-09  Mike PallARM: Enable VFP and hard-float ABI support.
2012-08-09  Mike PallARM: Add VFP and hard-float ABI variants to JIT compiler.
2012-08-09  Mike PallNever compile DWARF unwinder on Windows.
2012-08-08  Mike PallFFI: Compile ffi.typeof(cdata).
2012-08-08  Mike PallFFI: Compile assignments from enums.
2012-08-05  Mike PallAdd missing change for last commit.
2012-08-05  Mike PallFFI: Improve error message for bad indexing attempts.
2012-08-05  Mike PallFFI: Initialize all fields of standard types.
2012-08-02  Mike PallFFI: Fix alignment of C call structure.
2012-07-30  Mike PallARM: Add hard-float ABI support to the FFI (interpreter).
2012-07-30  Mike PallARM: Add VFP and hard-float ABI variants to interpreter.
2012-07-29  Mike PallOnly replay sunk stores up to the snapshot reference.
2012-07-29  Mike PallNeed to handle TBAR in SINK pass.
2012-07-29  Mike PallHandle cross-compiles with FPU/no-FPU or hard-fp/soft...
2012-07-29  Mike PallARM: Add VFP instructions to ARM disassembler.
2012-07-29  Mike PallDynASM/ARM: Add VFP instructions.
2012-07-24  Mike PallDon't treat all constified cdata content as constant.
2012-07-20  Mike PallTurn loads from immutable upvalues into constants.
2012-07-20  Mike PallFix slot flags in snapshot replay.
2012-07-18  Mike PallFix restore of sunk CNEWI with implicit P32 to P64...
2012-07-17  Mike PallFFI: Box all accessed or returned enums.
2012-07-17  Mike PallFix FOLD rule (i-j)-i => 0-j.
2012-07-17  Mike PallWorkaround for MSVC conversion bug (double -> uint32_t...
2012-07-16  Mike Pallx86/x64: Fix fusion of unsigned byte comparisons with...
2012-07-16  Mike PallARM: Invoke SPLIT pass for leftover IR_TOBIT.
2012-07-16  Mike PallFrom Lua 5.2: Add -E command line option (ignore env...
2012-07-16  Mike PallCorrect dispatch table modifications for return hooks.
2012-07-12  Mike PallFFI: Show address pointed to for tostring(ref), too.
2012-07-11  Mike PallLimit number of parent links handled by backend.
2012-07-11  Mike PallUse an explicit flag to signal SINK tags for a trace.
2012-07-09  Mike PallDon't allocate constants for sunk stores.
2012-07-09  Mike PallAvoid compiler warnings about redefined C++ keywords.
2012-07-09  Mike PallAdd missing declarations for MSVC intrinsics.
2012-07-08  Mike PallClean up ARM capability flags. Only set highest arch...
2012-07-08  Mike PallChange DynASM bit operations to use Lua BitOp.
2012-07-08  Mike PallAdd Lua BitOp to minilua.
2012-07-07  Mike PallFinally fix target detection for msvcbuild.bat.
2012-07-04  Mike PallDrop range limit for sunk stores relative to sunk alloc...
2012-07-04  Mike PallBump some limits to accomodate SINK pass.
2012-07-04  Mike PallAdd stricter check for sinking PHIs.
2012-07-03  Mike PallRemove unneeded snapshot preps for sunk stores.
2012-07-03  Mike PallFix NEWREF marking in SINK pass.
2012-07-03  Mike PallFix compiler warnings.
2012-07-03  Mike PallAvoid pesky compiler warnings about C++ keywords (eh?).
2012-07-03  Mike PallInvoke SPLIT pass in side trace for rejoined sunk stores.
2012-07-02  Mike PallAvoid strict aliasing issues.
2012-07-02  Mike PallAdd allocation sinking and store sinking optimization.
2012-07-02  Mike PallARM: Simplify two-step constant rematerialization.
2012-07-02  Mike PallHandle initial snapshot for side traces in lj_snap...
2012-07-02  Mike PallHandle joining IR_HIOP in SPLIT pass.
2012-07-02  Mike PallAdd IR_PVAL instruction for non-slot parent links.
2012-07-02  Mike PallAdd explicit IR_GCSTEP instruction.
2012-07-02  Mike PallUse HIOP for XSTORE in SPLIT pass.
2012-07-02  Mike PallMove snapshot replay for side traces to lj_snap.c.
2012-07-01  Mike PallClean up RegSP handling for parent link instructions.
2012-06-30  Mike PallExpand array slots in template tables with mixed const...
2012-06-30  Mike PallClean up snapshot restore.
2012-06-28  Mike PallFix cdecl string parsing during recording.
2012-06-28  Mike PallMake os.date() thread-safe.
2012-06-28  Mike PallFix buffer check in bytecode writer.
2012-06-28  Mike PallAdd HREFK forwarding. Eliminate HREFK guard for TDUP...
2012-06-27  Mike PallCreate string hash slots in template tables even for...
2012-06-27  Mike PallAnother attempt at proper target detection for msvcbuil...
2012-06-27  Mike PallFix TDUP to HLOAD forwarding for DUALNUM builds.
2012-06-27  Mike PallPPC: Fix PPC32 build.
2012-06-22  Mike PallFix build issues on Cygwin and MinGW with optional...
2012-06-20  Mike PallFFI: Check for __new metamethod when calling a constructor.
2012-06-20  Mike PallFFI: Do not resolve strings passed to parameterized...
2012-06-20  Mike PallFFI: Resolve metamethods for constructors, too.
2012-06-20  Mike PallFFI: Improve error messages for ctype arguments.
2012-06-14  Mike PallFFI: Add support for parameterized C types.
2012-06-13  Mike PallCONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC...
2012-06-12  Mike PallClean up buildvm error message.
2012-06-12  Mike PallAllow parsing bcsave.lua (-b option) without FFI.
2012-06-12  Mike PallPPC: Remove lj_vm_floor/ceil/trunc assembler wrappers.
2012-06-12  Mike PallARM/PPC: Remove assembler code for lj_vm_foldarith().
2012-06-12  Mike PallPPC: Fix disassembly of rldcl/rldcr.
2012-06-12  Mike PallDynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf.
2012-06-12  Mike Pallx64: Fix DynASM defines.
2012-06-11  Mike PallImproved target detection for msvcbuild.bat.
2012-06-11  Mike PallOSX: Change dylib names to be consistent with other...
2012-06-10  Mike PallMIPS: Cleanup interpreter.
2012-06-10  Mike PallPPC/e500: Cleanup interpreter.
2012-06-10  Mike PallPPC: Cleanup interpreter.
2012-06-10  Mike PallARM: Cleanup interpreter.
2012-06-10  Mike Pallx86/x64: More interpreter cleanups.
2012-06-10  Mike PallPPC: Fix interpreter state setup in callbacks.
2012-06-10  Mike PallFix userdata __gc separations at state close.
2012-06-10  Mike Pallx86/x64: Clean up interpreter.
2012-06-10  Mike PallPass various build, arch and OS flags to DynASM.
2012-06-10  Mike PallCONSOLE: Minor PS3 build fixes.
2012-06-10  Mike PallCONSOLE: Fix PS3 build.
2012-06-09  Mike PallCONSOLE: Handle unimplemented features for console...
2012-06-09  Mike PallARM/PPC: Detect more target arch variants. Detect conso...
2012-06-09  Mike PallAvoid potential store-forwarding stalls in GC marking.
2012-06-09  Mike PallFix check for minimum GCC version.
2012-06-09  Mike PallReorganize build process.
2012-06-09  Mike PallAdd minified Lua interpreter (minilua). Used by the...
2012-06-09  Mike PallDynASM: Compatibility with minilua.
next