summaryrefslogtreecommitdiff
path: root/etc (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-01RELEASE LuaJIT-2.0.5v2.0.5Mike Pall1-1/+1
2017-05-01Update changelog.Mike Pall1-0/+42
2017-04-17Add workaround for MSVC 2015 stdio changes.Mike Pall1-1/+1
2017-04-07OSX: Fix build with recent XCode.Mike Pall1-1/+2
2017-03-30FFI: Fix FOLD rules for int64_t comparisons.Mike Pall1-8/+8
2017-03-08Remove unnecessary mcode alloc pointer check.Mike Pall1-2/+2
2017-03-08Limit mcode alloc probing, depending on the available pool size.Mike Pall1-1/+2
2017-03-08Fix overly restrictive range calculation in mcode allocation.Mike Pall1-4/+4
2017-03-08Fix out-of-scope goto handling in parser.Mike Pall1-4/+6
2017-03-08Remove internal __mode = "K" and replace with safe check.Mike Pall2-6/+13
2017-03-08Fix annoying warning, due to deterministic binutils configuration.Mike Pall1-3/+1
2017-03-08DynASM: Fix warning.Mike Pall1-1/+2
2017-02-20MIPS: Don't use RID_GP as a scratch register.Mike Pall1-3/+4
2017-02-20MIPS: Fix emitted code for U32 to float conversion.Mike Pall1-11/+7
2017-02-20MIPS: Backport workaround for compact unwind tables.Mike Pall2-0/+7
2017-01-17Bump copyright date to 2017.Mike Pall177-195/+195
2017-01-17Fix HTML formatting.Mike Pall1-3/+3
2017-01-17Fix cross-endian jit.bcsave for MIPS target.Mike Pall1-1/+1
2016-12-15Add "proto" field to jit.util.funcinfo().Mike Pall1-0/+1
2016-11-21Update contact info.Mike Pall1-0/+7
2016-10-13Fix GC step size calculation.Mike Pall1-1/+1
2016-10-02ARM: Fix BLX encoding for Thumb interworking calls.Mike Pall1-1/+1
2016-09-19Looks like COLORTERM has gone out of fashion.Mike Pall1-1/+2
2016-09-19Initialize uv->immutable for upvalues of loaded chunks.Mike Pall1-1/+3
2016-07-31Revert "OSX: Switch to Clang as the default compiler."Mike Pall2-6/+2
2016-07-17Adjust comment with defines.Mike Pall1-7/+7
2016-07-17Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall1-1/+2
2016-07-17Fix unused vars etc. in internal Lua files.Mike Pall5-11/+11
2016-06-27Drop leftover regs in 'for' iterator assignment, too.Mike Pall1-2/+2
2016-06-05Fix PHI remarking in SINK pass.Mike Pall1-3/+2
2016-06-03Fix Valgrind suppressions.Mike Pall1-3/+3
2016-06-03Don't try to record outermost pcall() return to lower frame.Mike Pall1-1/+1
2016-05-23x86: Don't spill an explicit REF_BASE in the IR.Mike Pall1-3/+3
2016-05-20Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall6-12/+8
2016-05-20Remove assumption that lj_math_random_step() doesn't clobber FPRs.Mike Pall1-7/+1
2016-05-06x86/x64: Fix instruction length decoder.Mike Pall1-3/+3
2016-04-24Fix GCC 6 -Wmisleading-indentation warnings.Mike Pall1-5/+10
2016-04-21Fix handling of non-numeric strings in arithmetic coercions.Mike Pall4-28/+28
2016-04-18Whitespace.Mike Pall1-11/+11
2016-04-18x86/x64: Search for exit jumps with instruction length decoder.Mike Pall1-9/+104
2016-04-14MIPS: Fix BC_ISNEXT fallback path.Mike Pall1-17/+17
2016-04-03Fix recording of select(n, ...) with off-trace varargsMike Pall1-1/+4
2016-04-03Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall3-8/+11
2016-03-30MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall1-0/+5
2016-03-28Windows: Remove intermediate files at end of build.Mike Pall1-0/+2
2016-03-28Fix display of NULL (light)userdata in -jdump.Mike Pall1-1/+1
2016-03-22Fix install for cross-builds.Mike Pall2-14/+23
2016-03-22Fix compiler warnings.Mike Pall3-2/+3
2016-03-03Bump copyright date to 2016.Mike Pall177-197/+196
2016-02-10Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall4-4/+4