summaryrefslogtreecommitdiff
path: root/src/vm_x64.dasc (follow)
Commit message (Expand)AuthorAgeFilesLines
* x64/LJ_GC64: Fix warning for DUALNUM build.Mike Pall2017-02-201-1/+1
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
* x64/LJ_GC64: Fix __call metamethod for tailcall.Mike Pall2016-05-281-1/+1
* x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-231-2/+1
* x64/LJ_GC64: Fix BC_UCLO check for fast-path.Mike Pall2016-04-131-1/+1
* Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again).Mike Pall2016-03-311-5/+4
* x86: Detect BMI2 instruction support.Mike Pall2016-03-281-0/+1
* x64/LJ_GC64: Fix JIT glue code in interpreter.Mike Pall2016-03-281-12/+12
* Fix compiler warnings.Mike Pall2016-03-281-2/+2
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
* Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().Mike Pall2016-02-221-0/+8
* x64/LJ_GC64: Fix stack growth in vararg function setup.Mike Pall2015-11-181-1/+1
* x64/LJ_GC64: Fix ipairs().Mike Pall2015-06-101-0/+7
* Merge branch 'master' into v2.1Mike Pall2015-06-091-0/+24
* x64/LJ_GC64: Fix upvalue write barrier.Mike Pall2015-05-291-5/+8
* x64/LJ_GC64: Fix setmetatable().Mike Pall2015-05-251-3/+3
* x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-041-0/+4868