summaryrefslogtreecommitdiff
path: root/dynasm/dasm_arm.lua
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* DynASM/ARM: Fix rollback for variant templates.Mike Pall2014-12-271-1/+4
* DynASM/ARM: Fix description shown for multi-element templates.Mike Pall2014-12-031-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* DynASM/ARM: Fix conditional VFP instruction encoding.Mike Pall2012-10-151-1/+4
* DynASM/ARM: Add VFP instructions.Mike Pall2012-07-291-44/+223
* Change DynASM bit operations to use Lua BitOp.Mike Pall2012-07-081-41/+32
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* ARM: Remove redundant parse_gpr() in DynASM.Mike Pall2011-05-161-1/+0
* RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7Mike Pall2011-05-051-3/+3
* ARM: Add GPR variants for shift aliases to DynASM.Mike Pall2011-04-101-4/+11
* ARM: Add pc-relative loads to DynASM.Mike Pall2011-04-081-32/+38
* ARM: Don't conditionalize non-opcodes in DynASM.Mike Pall2011-04-041-1/+1
* ARM: Fix escaping of opcodes in DynASM.Mike Pall2011-04-031-2/+6
* ARM: Add support for ARM relocations to buildvm.Mike Pall2011-03-261-1/+1
* ARM: Add DynASM ARM module and encoding engine.Mike Pall2011-03-231-0/+933