summaryrefslogtreecommitdiff
path: root/dynasm/dasm_arm.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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