aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20Remove assumption that lj_math_random_step() doesn't clobber FPRs.Mike Pall1-7/+1
2016-05-19Fix dependencies.Mike Pall1-13/+13
2016-05-07Windows/x86: Add full exception interoperability.Mike Pall7-28/+158
2016-05-06x86/x64: Fix instruction length decoder.Mike Pall1-3/+3
2016-05-03Use the GDB JIT API in a thread-safe manner.Mike Pall1-0/+18
2016-04-24Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall4-16/+9
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-18Rewrite memory block allocator.Mike Pall1-85/+170
2016-04-14MIPS: Fix BC_ISNEXT fallback path.Mike Pall1-17/+17
2016-04-13x64/LJ_GC64: Fix BC_UCLO check for fast-path.Mike Pall1-1/+1
2016-04-05x86: Improve disassembly of BMI2 instructions.Mike Pall1-4/+4
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-31Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again).Mike Pall1-5/+4
2016-03-30MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall1-0/+5
2016-03-28x86: Generate BMI2 shifts and rotates, if available.Mike Pall5-7/+51
2016-03-28x86: Detect BMI2 instruction support.Mike Pall4-1/+10
2016-03-28x64/LJ_GC64: Fix JIT glue code in interpreter.Mike Pall1-12/+12
2016-03-28Windows: Remove intermediate files at end of build.Mike Pall1-0/+2
2016-03-28Fix compiler warnings.Mike Pall2-3/+3
2016-03-28Fix display of NULL (light)userdata in -jdump.Mike Pall1-1/+1
2016-03-28Fix formatting of some small denormals at low precision.Mike Pall1-0/+1
2016-03-22Fix install for cross-builds.Mike Pall2-14/+23
2016-03-22Fix compiler warnings.Mike Pall3-2/+3
2016-03-15ARM: Fix build problem with external frame unwinding.Mike Pall1-1/+0
2016-03-10MIPS soft-float: Fix code generation for HREF.Mike Pall1-2/+1
2016-03-06DynASM/x86: Add ADX instructions.Mike Pall1-0/+4
2016-03-03RELEASE LuaJIT-2.1.0-beta2v2.1.0-beta2Mike Pall5-6/+6
2016-03-03Update changelog.Mike Pall1-4/+14
2016-03-03Bump copyright date to 2016.Mike Pall177-197/+196
2016-03-03Fix Android/x86 build.Mike Pall1-1/+1
2016-03-01Fix build with JIT disabled.Mike Pall2-4/+0
2016-02-26Use internal implementation for converting FP numbers to strings.Mike Pall11-121/+627
2016-02-22Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().Mike Pall1-0/+8
2016-02-10Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall4-4/+4
2016-02-10MIPS: Add soft-float support to JIT compiler backend.Mike Pall7-83/+418
2016-02-09Generalize LJ_SOFTFP dependencies in lj_asm.c.Mike Pall2-15/+12
2016-02-01PS4: Switch default build to amalgamated and LJ_GC64 mode.Mike Pall1-6/+26
2016-01-29MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall7-1426/+1418
2016-01-18Add proper DynASM dependency.Mike Pall1-1/+1
2016-01-18FFI: Parse #line NN and #NN.Mike Pall1-5/+26
2016-01-18Always merge snapshots without instructions inbetween.Mike Pall1-2/+2
2016-01-18Rollback due to HREFK + load fwd must restore guardemit state.Mike Pall1-4/+12
2015-12-28DynASM/x64: Fix for full VREG support.Mike Pall1-1/+2
2015-12-28x86: Disassemble AES instructions.Mike Pall1-0/+5
2015-12-28x86: Improve disassembly of AVX shift instructions.Mike Pall1-2/+2
2015-12-28DynASM/x86: Add AVX AES instructions.Mike Pall1-0/+6