aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_arm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize build process.Mike Pall2012-06-091-7494/+0
| | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-61/+61
|
* ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).Mike Pall2012-05-101-421/+428
|
* ARM: Fix tonumber() argument check.Mike Pall2012-05-101-1/+1
|
* ARM: Reorder type/value tests to silence Valgrind.Mike Pall2012-04-261-6/+6
|
* ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments.Mike Pall2012-01-231-1/+1
|
* FFI: Add callback support for ARM.Mike Pall2011-12-121-930/+1027
|
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-121-3/+21
| | | | | Adds exception interoperability for C/C++ functions called via FFI from the interpreter.
* ARM: Fix GC barrier for TSETM.Mike Pall2011-09-141-4/+4
|
* Prefer recording loops over calls.Mike Pall2011-06-291-62/+66
| | | | Hotcounts are decremented by 2 for loops and by 1 for calls.
* From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-06-201-799/+840
|
* ARM: Add fast assembler implementation of floor/ceil/trunc.Mike Pall2011-06-051-633/+666
|
* ARM: Fix __newindex metamethod handling for BC_TSETB.Mike Pall2011-05-311-74/+75
|
* ARM: Fix string.sub() argument checks.Mike Pall2011-05-311-1/+1
|
* ARM: Interpreter/JIT integration, part #2.Mike Pall2011-05-271-551/+663
|
* ARM: Fix table/userdata equality comparisons in interpreter.Mike Pall2011-05-091-357/+461
|
* RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7Mike Pall2011-05-051-2/+2
|
* ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall2011-04-281-908/+1372
|
* ARM: Add missing FFI functionality. Enable FFI for ARM.Mike Pall2011-04-181-780/+865
|
* ARM: Enable ARM port.Mike Pall2011-04-171-0/+6528