summaryrefslogtreecommitdiff
path: root/src/vm_arm.dasc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | ARM: Add external frame unwinding.Mike Pall2015-12-281-0/+11
* | Re-enable trace stitching.Mike Pall2015-08-291-8/+5
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-051-4/+3
|\|
| * ARM: Minor interpreter optimization.Mike Pall2015-01-051-3/+2
* | Merge branch 'master' into v2.1Mike Pall2014-12-271-4/+4
|\|
| * ARM: Fix write barrier check in BC_USETS.Mike Pall2014-12-271-2/+2
| * ARM: Fix excess stack growth in interpreter.Mike Pall2014-12-271-2/+2
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Fix KBASE for Lua functions below stitched fast functions.Mike Pall2014-01-161-2/+20
* | Add trace stitching.Mike Pall2013-12-251-0/+50
* | Merge branch 'master' into v2.1Mike Pall2013-12-021-1/+1
|\|
| * x64: Fix store to upvalue for lightuserdata values.Mike Pall2013-12-021-1/+1
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-0/+12
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-11/+15
* | Use g->jit_base for on/off-trace detection.Mike Pall2013-08-261-3/+4
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+1
* | Refactor string.rep().Mike Pall2013-04-261-27/+0
* | Replace string.len with bytecode builtin.Mike Pall2013-04-261-6/+0
* | Refactor string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-45/+19
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+1
* | String buffer refactoring, part 2.Mike Pall2013-02-271-9/+12
* | Replace table.getn/foreach/foreachi with bytecode builtins.Mike Pall2013-02-231-11/+0
* | Add special bytecodes for builtins.Mike Pall2013-02-231-0/+93
* | Replace math.deg/math.rad with builtin Lua function.Mike Pall2013-02-221-13/+0
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* ARM: Fix ordered comparisons for number <=> non-number.Mike Pall2012-11-071-0/+2
* ARM: Drop hard-fp variants of floor/ceil/trunc.Mike Pall2012-10-151-77/+38
* Don't use stack unwinding for lua_yield().Mike Pall2012-10-091-3/+5
* From Lua 5.2: Add string.rep(s, n, sep).Mike Pall2012-10-071-1/+1
* From Lua 5.2: Add math.log(x, base).Mike Pall2012-10-071-1/+22
* Fix despecialization of ITERN when already running.Mike Pall2012-09-121-1/+2
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-7/+7
* ARM: Fix hard-float lj_vm_trunc() (used by compiled math.modf).Mike Pall2012-08-191-2/+2
* ARM: Add hard-float ABI support to the FFI (interpreter).Mike Pall2012-07-301-7/+30
* ARM: Add VFP and hard-float ABI variants to interpreter.Mike Pall2012-07-301-24/+423
* ARM/PPC: Remove assembler code for lj_vm_foldarith().Mike Pall2012-06-121-43/+0
* ARM: Cleanup interpreter.Mike Pall2012-06-111-135/+135
* Reorganize build process.Mike Pall2012-06-091-0/+4121