aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-16More stuffold/aarch64-v2.1Charles Baylis
2016-05-10ARM: minor cleanupCharles Baylis
2016-05-03WIPCharles Baylis
2016-05-03WIPCharles Baylis
2016-05-03stub out the stuff to enable the JIT for ARM64Charles Baylis
2016-04-24Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall
2016-04-24Merge branch 'master' into v2.1Mike Pall
2016-04-24Fix GCC 6 -Wmisleading-indentation warnings.HEADmasterMike Pall
2016-04-21Merge branch 'master' into v2.1Mike Pall
2016-04-21Fix handling of non-numeric strings in arithmetic coercions.Mike Pall
2016-04-18Merge branch 'master' into v2.1Mike Pall
2016-04-18Whitespace.Mike Pall
2016-04-18Merge branch 'master' into v2.1Mike Pall
2016-04-18x86/x64: Search for exit jumps with instruction length decoder.Mike Pall
2016-04-18Rewrite memory block allocator.Mike Pall
2016-04-14Merge branch 'master' into v2.1Mike Pall
2016-04-14MIPS: Fix BC_ISNEXT fallback path.Mike Pall
2016-04-13x64/LJ_GC64: Fix BC_UCLO check for fast-path.Mike Pall
2016-04-05x86: Improve disassembly of BMI2 instructions.Mike Pall
2016-04-03Merge branch 'master' into v2.1Mike Pall
2016-04-03Fix recording of select(n, ...) with off-trace varargsMike Pall
2016-04-03Merge branch 'master' into v2.1Mike Pall
2016-04-03Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall
2016-03-31Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again).Mike Pall
2016-03-30Merge branch 'master' into v2.1Mike Pall
2016-03-30MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall
2016-03-28x86: Generate BMI2 shifts and rotates, if available.Mike Pall
2016-03-28x86: Detect BMI2 instruction support.Mike Pall
2016-03-28x64/LJ_GC64: Fix JIT glue code in interpreter.Mike Pall
2016-03-28Merge branch 'master' into v2.1Mike Pall
2016-03-28Windows: Remove intermediate files at end of build.Mike Pall
2016-03-28Fix compiler warnings.Mike Pall
2016-03-28Merge branch 'master' into v2.1Mike Pall
2016-03-28Fix display of NULL (light)userdata in -jdump.Mike Pall
2016-03-28Fix formatting of some small denormals at low precision.Mike Pall
2016-03-22Merge branch 'master' into v2.1Mike Pall
2016-03-22Fix install for cross-builds.Mike Pall
2016-03-22Merge branch 'master' into v2.1Mike Pall
2016-03-22Fix compiler warnings.Mike Pall
2016-03-15ARM: Fix build problem with external frame unwinding.Mike Pall
2016-03-10MIPS soft-float: Fix code generation for HREF.Mike Pall
2016-03-06DynASM/x86: Add ADX instructions.Mike Pall
2016-03-03RELEASE LuaJIT-2.1.0-beta2Mike Pall
2016-03-03Update changelog.Mike Pall
2016-03-03Merge branch 'master' into v2.1Mike Pall
2016-03-03Bump copyright date to 2016.Mike Pall
2016-03-03Fix Android/x86 build.Mike Pall
2016-03-01Fix build with JIT disabled.Mike Pall
2016-02-26Use internal implementation for converting FP numbers to strings.Mike Pall
2016-02-22Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().Mike Pall