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
/
etc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-12
Record vararg expressions with known fixed number of results.
Mike Pall
1
-1
/
+27
2010-09-12
Record calls to vararg functions.
Mike Pall
4
-16
/
+56
2010-09-12
Fix broken MSVC build.
Mike Pall
2
-8
/
+8
2010-09-11
PPC: Add argument coercion for BC_FORI.
Mike Pall
1
-1
/
+18
2010-09-11
PPC: Add continuation dispatch and RA/nop continuations.
Mike Pall
1
-5
/
+25
2010-09-11
PPC: Add metamethod handlers for arithmetic instructions.
Mike Pall
1
-6
/
+36
2010-09-11
PPC: Add metamethod handlers for call instructions.
Mike Pall
1
-5
/
+23
2010-09-10
Reduce minimum Lua frame size to 1.
Mike Pall
1
-1
/
+1
2010-09-10
Optimize BC_VARG: use RC for numparams.
Mike Pall
6
-339
/
+333
2010-09-09
Turn some lua_State fields into 32 bit pointers.
Mike Pall
13
-483
/
+473
2010-09-09
Use biased integer constant for TSETM array index.
Mike Pall
3
-12
/
+7
2010-09-09
PPC: Use unsigned compares for pointer comparisons.
Mike Pall
1
-11
/
+11
2010-09-09
PPC: Add upvalue get/set instructions.
Mike Pall
1
-5
/
+83
2010-09-09
PPC: Add closure-related instructions.
Mike Pall
1
-2
/
+28
2010-09-08
PPC: Add helper function for folding arithmetic ops.
Mike Pall
1
-1
/
+27
2010-09-08
PPC: Add modulo instructions.
Mike Pall
1
-2
/
+10
2010-09-08
PPC: Add heavily optimized floor/ceil/trunc functions.
Mike Pall
1
-3
/
+69
2010-09-07
PPC: Add binary arithmetic instructions (except MOD).
Mike Pall
1
-5
/
+47
2010-09-07
PPC: Add unary instructions.
Mike Pall
1
-3
/
+31
2010-09-06
PPC: Add table constructors.
Mike Pall
1
-3
/
+34
2010-09-04
PPC: Add tailcall instructions.
Mike Pall
1
-2
/
+55
2010-09-03
PPC: Add call and iterator call instructions.
Mike Pall
1
-3
/
+28
2010-09-03
PPC: Add table indexing with variable keys or uint8_t.
Mike Pall
1
-4
/
+132
2010-09-03
PPC: Add table indexing with string keys. Add get/set global.
Mike Pall
1
-3
/
+142
2010-09-02
Explicitly indicate tailcall from fast function fallback.
Mike Pall
6
-965
/
+967
2010-09-01
PPC: Add unary test and copy instructions.
Mike Pall
1
-1
/
+28
2010-09-01
PPC: Add comparison instructions.
Mike Pall
1
-5
/
+128
2010-09-01
PPC: Add loop instructions.
Mike Pall
1
-6
/
+77
2010-09-01
PPC: Unwind the stack after an error is thrown.
Mike Pall
1
-4
/
+22
2010-09-01
PPC: Handle stack growth on return to C.
Mike Pall
1
-1
/
+14
2010-09-01
PPC: Add move and constant instructions.
Mike Pall
1
-6
/
+35
2010-09-01
Improve coalescing of multiple KPRI instructions to KNIL.
Mike Pall
1
-39
/
+42
2010-08-31
PPC: Add return instructions.
Mike Pall
1
-4
/
+85
2010-08-31
PPC: Handle stack growth during function calls.
Mike Pall
1
-2
/
+19
2010-08-31
PPC: Add support to call Lua functions.
Mike Pall
1
-2
/
+53
2010-08-31
PPC: Clean up JIT/non-JIT symbol declarations in assembler part.
Mike Pall
1
-14
/
+10
2010-08-31
PPC: Add support to call C functions and to return back to C.
Mike Pall
1
-4
/
+100
2010-08-31
PPC: Add entry and exit points into VM. Add type check macros.
Mike Pall
1
-7
/
+85
2010-08-31
PPC: Add instruction/call decode + dispatch macros.
Mike Pall
1
-0
/
+67
2010-08-31
PPC: Add register assignments and type definitions.
Mike Pall
2
-0
/
+75
2010-08-29
Minor tweaks to integration of assembler part.
Mike Pall
6
-2580
/
+2600
2010-08-29
PPC: Add missing PowerPC subtract mnemonics.
Mike Pall
1
-0
/
+4
2010-08-29
PPC: Clean up masked shift/rotate target settings.
Mike Pall
3
-17
/
+14
2010-08-28
PPC: Amend DynASM PowerPC conditional branch instructions.
Mike Pall
1
-9
/
+11
2010-08-27
PPC: Add stack frame layout for PPCSPE target.
Mike Pall
4
-3
/
+69
2010-08-27
Improve target architecture detection in src/Makefile.
Mike Pall
1
-3
/
+14
2010-08-27
PPC: Add build rules and preprocessed skeleton for PPCSPE target.
Mike Pall
4
-21
/
+1122