index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
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: Add fast assembler implementation of floor/ceil/trunc.
Mike Pall
2011-06-05
1
-13
/
+60
*
ARM: Fix __newindex metamethod handling for BC_TSETB.
Mike Pall
2011-05-31
1
-0
/
+1
*
ARM: Fix string.sub() argument checks.
Mike Pall
2011-05-31
1
-1
/
+1
*
ARM: Interpreter/JIT integration, part #2.
Mike Pall
2011-05-27
1
-13
/
+106
*
Simplify helper routines for soft-float targets. Add POW rejoin.
Mike Pall
2011-05-26
1
-10
/
+0
*
ARM: Fix table/userdata equality comparisons in interpreter.
Mike Pall
2011-05-09
1
-1
/
+3
*
ARM: Interpreter/JIT integration, part #1.
Mike Pall
2011-05-09
1
-13
/
+61
*
ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.
Mike Pall
2011-04-28
1
-6
/
+69
*
ARM: Add missing FFI functionality. Enable FFI for ARM.
Mike Pall
2011-04-18
1
-6
/
+55
*
ARM: Normalize results of math.floor()/ceil() fast functions.
Mike Pall
2011-04-17
1
-21
/
+75
*
ARM: Misc. fixes for interpreter.
Mike Pall
2011-04-16
1
-23
/
+26
*
ARM: Add integer variant of modulo operator.
Mike Pall
2011-04-16
1
-12
/
+50
*
ARM: Add partial support for FFI.
Mike Pall
2011-04-16
1
-2
/
+34
*
ARM: Add coroutine.resume/wrap_aux/yield() fast functions.
Mike Pall
2011-04-16
1
-3
/
+146
*
ARM: Add BC_VARG and BC_TSETM.
Mike Pall
2011-04-13
1
-2
/
+93
*
ARM: Add dispatch targets for hooks.
Mike Pall
2011-04-13
1
-5
/
+62
*
ARM: Add modulo subroutine and temp. math.floor()/math.ceil().
Mike Pall
2011-04-13
1
-3
/
+16
*
Add support for tailcalls from internal C functions.
Mike Pall
2011-04-12
1
-5
/
+14
*
ARM: Misc. fixes for interpreter.
Mike Pall
2011-04-10
1
-1
/
+2
*
ARM: Add string.* fast functions and GC steps.
Mike Pall
2011-04-10
1
-13
/
+159
*
ARM: Add rawget() fast function.
Mike Pall
2011-04-10
1
-1
/
+11
*
ARM: Add bit.* fast functions and lj_vm_tobit().
Mike Pall
2011-04-10
1
-15
/
+81
*
ARM: Misc. fixes for interpreter.
Mike Pall
2011-04-08
1
-27
/
+34
*
ARM: Add BC_CAT and lj_cont_cat.
Mike Pall
2011-04-08
1
-3
/
+35
*
ARM: Add missing metamethod handlers and continuations.
Mike Pall
2011-04-08
1
-11
/
+84
*
ARM: Add tailcall instructions.
Mike Pall
2011-04-08
1
-2
/
+53
*
ARM: Add table.getn() fast function.
Mike Pall
2011-04-08
1
-1
/
+5
*
ARM: Add upvalue get/set and closure-related instructions.
Mike Pall
2011-04-08
1
-7
/
+115
*
ARM: Add test/copy and comparison instructions.
Mike Pall
2011-04-08
1
-6
/
+207
*
ARM: Add math.* fast functions.
Mike Pall
2011-04-08
1
-19
/
+95
*
ARM: Add getmetatable(), setmetatable() and tonumber() fast functions.
Mike Pall
2011-04-08
1
-4
/
+58
*
ARM: Handle stack growth during function calls.
Mike Pall
2011-04-08
1
-2
/
+21
*
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
[next]