summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for last commitMike Pall2013-11-052-2/+2
|
* Fix GC steps threshold handling when called by JIT-compiled code.Mike Pall2013-11-052-3/+5
| | | | Thanks to Cheng, Long.
* Fix handling of redundant PHIs.Mike Pall2013-10-261-16/+15
|
* Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-243-15/+29
|
* Fix line number for relocated bytecode after closure fixup.Mike Pall2013-10-151-1/+3
|
* FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall2013-10-144-1/+18
|
* Check for MAP_32BIT presence instead of checking for Linux.Mike Pall2013-10-101-1/+1
|
* Fix ABC elimination.Mike Pall2013-09-141-1/+2
|
* Fix snapshot restore for exit to function header.Mike Pall2013-09-131-3/+6
|
* DynASM: Emit #line <n> <file> instead of #<n> <file>.Mike Pall2013-09-121-1/+1
|
* FFI/x64: Fix passing of vector arguments to calls.Mike Pall2013-09-081-2/+3
|
* FFI: Fix argument checks for ffi.string().Mike Pall2013-09-082-2/+2
|
* Fix quoting in xedkbuild.bat.Mike Pall2013-09-031-4/+4
|
* Recent GCC versions need more memory.Mike Pall2013-09-031-1/+1
|
* Fix frame traversal for backtraces.Mike Pall2013-09-031-5/+12
|
* Fix compiler warning.Mike Pall2013-08-221-1/+1
|
* Fix argument checks for math.deg()/math.rad().Mike Pall2013-08-171-6/+6
|
* Fix jit.flush(func|true).Mike Pall2013-08-111-1/+1
|
* Compatibility fix for old GCC versions.Mike Pall2013-08-031-10/+10
|
* ARM: Fix register allocation when rematerializing FPRs.Mike Pall2013-07-311-7/+7
|
* FFI: Properly unload loaded DLLs.Mike Pall2013-07-241-1/+1
|
* DynASM/x64: Add VREG support to mov64.Mike Pall2013-07-181-2/+8
| | | | Thanks to Peter Cawley.
* Fix compilation on NetBSD/x64.Mike Pall2013-07-171-1/+1
| | | | Thanks to Justin Cormack.
* Add support for multilib distro builds.Mike Pall2013-07-095-24/+50
|
* DynASM/x86: Add lock prefix.Mike Pall2013-06-241-1/+1
|
* FFI: Add missing GC steps for callback argument conversions.Mike Pall2013-06-201-1/+4
|
* Improve ULOAD forwarding for open upvalues.Mike Pall2013-06-181-3/+12
|
* RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-0313-17/+17
|
* Update changelog.Mike Pall2013-06-031-0/+30
|
* PPC: Add plt suffix for external calls from assembler code.Mike Pall2013-06-033-9/+15
|
* FFI: Preserve intermediate string for const char * conversion.Mike Pall2013-05-291-2/+3
| | | | Otherwise the trailing NUL is lost.
* Fix compatibility issues with Illumos.Mike Pall2013-05-253-13/+23
| | | | Thanks to Theo Schlossnagle.
* Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.Mike Pall2013-05-241-0/+1
|
* FFI: Must sink XBAR together with XSTOREs.Mike Pall2013-05-231-0/+2
|
* FFI: Fix unroll limit for ffi.fill().Mike Pall2013-05-231-6/+1
|
* FFI: Insert no-op type conversion for pointer to integer cast.Mike Pall2013-05-231-0/+4
|
* FFI: Improve error messages for arithmetic and comparison operators.Mike Pall2013-05-181-1/+1
|
* Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-165-9/+9
|
* FFI: Fix calling conventions for ARM hard-float EABI.Mike Pall2013-05-161-2/+6
| | | | Properly classify nested (non-transparent) structs.
* FFI: Fix calling conventions for 32 bit OSX and iOS simulator.Mike Pall2013-05-161-0/+58
| | | | | OSX uses -freg-struct-return, which returns small structs in regs. Thanks to Adriano Bertucci.
* Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-154-11/+16
| | | | | Error handling works, C++ interoperability generally works. C++ destructors in libs compiled with G++ cause trouble (ok with MSVC).
* FFI: Ignore CTF_LONG in ffi.istype().Mike Pall2013-05-131-1/+1
|
* Fix optional argument handling in table.concat().Mike Pall2013-05-081-2/+2
|
* Fix optional argument handling while recording builtins.Mike Pall2013-05-081-3/+3
|
* FFI: Fix tailcall in lowest frame to C function with bool result.Mike Pall2013-05-021-1/+1
|
* Fix builtin string to number conversion for overflow digits.Mike Pall2013-04-291-2/+3
|
* Tighten requirements for non-default optimization flags.Mike Pall2013-04-261-5/+7
| | | | FOLD is required for FWD/DSE optimizations.
* Fix compiler warning.Mike Pall2013-04-221-3/+8
|
* Document support for Lua 5.2 extension of loadfile().Mike Pall2013-04-091-2/+3
|
* Inhibit DSE for implicit loads via calls.Mike Pall2013-04-091-1/+1
|