aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dependencies.Mike Pall2016-05-191-13/+13
* Windows/x86: Add full exception interoperability.Mike Pall2016-05-076-14/+147
* Merge branch 'master' into v2.1Mike Pall2016-05-061-3/+3
|\
| * x86/x64: Fix instruction length decoder.Mike Pall2016-05-061-3/+3
* | Use the GDB JIT API in a thread-safe manner.Mike Pall2016-05-031-0/+18
* | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall2016-04-244-16/+9
* | Merge branch 'master' into v2.1Mike Pall2016-04-242-7/+16
|\|
| * Fix GCC 6 -Wmisleading-indentation warnings.Mike Pall2016-04-241-5/+10
* | Merge branch 'master' into v2.1Mike Pall2016-04-214-28/+28
|\|
| * Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-214-28/+28
* | Merge branch 'master' into v2.1Mike Pall2016-04-181-11/+11
|\|
| * Whitespace.Mike Pall2016-04-181-11/+11
* | Merge branch 'master' into v2.1Mike Pall2016-04-181-9/+104
|\|
| * x86/x64: Search for exit jumps with instruction length decoder.Mike Pall2016-04-181-9/+104
* | Rewrite memory block allocator.Mike Pall2016-04-181-85/+170
* | Merge branch 'master' into v2.1Mike Pall2016-04-141-17/+17
|\|
| * MIPS: Fix BC_ISNEXT fallback path.Mike Pall2016-04-141-17/+17
* | x64/LJ_GC64: Fix BC_UCLO check for fast-path.Mike Pall2016-04-131-1/+1
* | x86: Improve disassembly of BMI2 instructions.Mike Pall2016-04-051-4/+4
* | Merge branch 'master' into v2.1Mike Pall2016-04-031-1/+4
|\|
| * Fix recording of select(n, ...) with off-trace varargsMike Pall2016-04-031-1/+4
* | Merge branch 'master' into v2.1Mike Pall2016-04-033-8/+11
|\|
| * Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-033-8/+11
* | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again).Mike Pall2016-03-311-5/+4
* | Merge branch 'master' into v2.1Mike Pall2016-03-301-3/+6
|\|
| * MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall2016-03-301-0/+5
* | x86: Generate BMI2 shifts and rotates, if available.Mike Pall2016-03-285-7/+51
* | x86: Detect BMI2 instruction support.Mike Pall2016-03-284-1/+10
* | x64/LJ_GC64: Fix JIT glue code in interpreter.Mike Pall2016-03-281-12/+12
* | Merge branch 'master' into v2.1Mike Pall2016-03-281-0/+2
|\|
| * Windows: Remove intermediate files at end of build.Mike Pall2016-03-281-0/+2
* | Fix compiler warnings.Mike Pall2016-03-282-3/+3
* | Merge branch 'master' into v2.1Mike Pall2016-03-281-1/+1
|\|
| * Fix display of NULL (light)userdata in -jdump.Mike Pall2016-03-281-1/+1
* | Fix formatting of some small denormals at low precision.Mike Pall2016-03-281-0/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-223-2/+3
|\|
| * Fix compiler warnings.Mike Pall2016-03-223-2/+3
* | ARM: Fix build problem with external frame unwinding.Mike Pall2016-03-151-1/+0
* | MIPS soft-float: Fix code generation for HREF.Mike Pall2016-03-101-2/+1
* | RELEASE LuaJIT-2.1.0-beta2v2.1.0-beta2Mike Pall2016-03-032-3/+3
* | Merge branch 'master' into v2.1Mike Pall2016-03-03158-159/+159
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-03146-149/+148
* | Fix Android/x86 build.Mike Pall2016-03-031-1/+1
* | Fix build with JIT disabled.Mike Pall2016-03-012-4/+0
* | Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-2611-121/+627
* | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().Mike Pall2016-02-221-0/+8
* | Merge branch 'master' into v2.1Mike Pall2016-02-103-3/+3
|\|
| * Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-104-4/+4
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-107-83/+418
* | Generalize LJ_SOFTFP dependencies in lj_asm.c.Mike Pall2016-02-092-15/+12