index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buildvm_arm.dasc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Finish basic table indexing and add metamethod handlers.
Mike Pall
2011-04-05
1
-16
/
+335
*
ARM: Add assert() and type() fast functions.
Mike Pall
2011-04-05
1
-3
/
+24
*
ARM: Add pcall() and xpcall() fast functions and unwinders.
Mike Pall
2011-04-05
1
-6
/
+45
*
ARM: Add fast functions pairs()/next() and ipairs() + iterator.
Mike Pall
2011-04-04
1
-5
/
+82
*
ARM: Add tostring() fast function.
Mike Pall
2011-04-04
1
-1
/
+18
*
ARM: Add basic infrastructure for fast functions.
Mike Pall
2011-04-04
1
-8
/
+75
*
ARM: Add table indexing with string keys. Add get global.
Mike Pall
2011-04-04
1
-2
/
+58
*
ARM: Add table constructors.
Mike Pall
2011-04-04
1
-1
/
+35
*
ARM: Add call and iterator call instructions.
Mike Pall
2011-04-04
1
-6
/
+118
*
ARM: Add missing parts of return handling.
Mike Pall
2011-04-04
1
-3
/
+37
*
ARM: Minor fixes and cleanups for type checks.
Mike Pall
2011-04-04
1
-10
/
+11
*
ARM: Add binary arithmetic instructions.
Mike Pall
2011-03-30
1
-15
/
+155
*
ARM: Add basic loop and branch instructions.
Mike Pall
2011-03-30
1
-5
/
+134
*
ARM: Add basic unary bytecode instructions.
Mike Pall
2011-03-29
1
-10
/
+97
*
ARM: Add support to call Lua functions and return from them.
Mike Pall
2011-03-29
1
-3
/
+107
*
ARM: Add support to call C functions.
Mike Pall
2011-03-29
1
-1
/
+29
*
ARM: Add entry and exit points into VM. Add type check macros.
Mike Pall
2011-03-29
1
-10
/
+141
*
ARM: Add frame unwind info for assembler part.
Mike Pall
2011-03-29
1
-1
/
+37
*
ARM: Add instruction/call decode + dispatch macros.
Mike Pall
2011-03-29
1
-0
/
+79
*
ARM: Add register assignments, type definitions and stack layout.
Mike Pall
2011-03-29
1
-0
/
+64
*
ARM: Add skeleton for ARM interpreter.
Mike Pall
2011-03-26
1
-0
/
+866