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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x.
Mike Pall
2010-09-30
9
-354
/
+634
*
x64: Use 64 bit slot copies in the interpreter.
Mike Pall
2010-09-30
4
-2351
/
+2492
*
PPC: Add dispatch to fast function fallback handlers.
Mike Pall
2010-09-30
1
-1
/
+44
*
PPC: Add bit.* fast functions.
Mike Pall
2010-09-30
1
-30
/
+53
*
PPC: Add basic infrastructure for fast functions.
Mike Pall
2010-09-30
1
-6
/
+39
*
PPC: Add frame unwind info for assembler part.
Mike Pall
2010-09-28
3
-15
/
+96
*
PPC: Don't use callee-save registers when folding '%' operator.
Mike Pall
2010-09-28
1
-1
/
+1
*
Fix checks for minimum required compiler versions.
Mike Pall
2010-09-28
2
-5
/
+18
*
PPC: Add dispatch target for call hook.
Mike Pall
2010-09-23
1
-2
/
+22
*
PPC: Add dispatch targets for instruction and return hooks.
Mike Pall
2010-09-23
1
-3
/
+43
*
PPC: Add lj_vm_resume().
Mike Pall
2010-09-23
1
-2
/
+40
*
Workaround for missing fseeko/ftello prototypes on ancient glibc.
Mike Pall
2010-09-23
1
-1
/
+1
*
x86/x64: Fix stack overflow handling for coroutine results.
Mike Pall
2010-09-22
4
-2010
/
+2015
*
Fix stack growth for coroutine.wrap().
Mike Pall
2010-09-22
1
-1
/
+1
*
PPC: Reschedule continuation dispatch.
Mike Pall
2010-09-21
1
-1
/
+1
*
Whitespace.
Mike Pall
2010-09-21
1
-1
/
+1
*
PPC: Add fixed register for TOBIT bias.
Mike Pall
2010-09-21
1
-3
/
+8
*
PPC: Add missing register setup after unwind to ff pcall.
Mike Pall
2010-09-21
1
-2
/
+10
*
PPC: Fix result copy for return to Lua.
Mike Pall
2010-09-21
1
-2
/
+3
*
PPC: Fix constant folding of modulo operator.
Mike Pall
2010-09-21
1
-2
/
+2
*
Consistently round int args of string functions on x64.
Mike Pall
2010-09-21
4
-16
/
+16
*
Improve AA for field accesses: disambiguate new allocations.
Mike Pall
2010-09-21
1
-3
/
+6
*
Drop redundant (UGE any +0).
Mike Pall
2010-09-21
1
-0
/
+8
*
Improve FOLD/CSE of field loads and array/hash refs across NEWREF.
Mike Pall
2010-09-21
3
-15
/
+23
*
Improve alias analysis: disambiguate new allocations.
Mike Pall
2010-09-21
1
-26
/
+54
*
Avoid fusing potentially negative indexes into AREF on x64.
Mike Pall
2010-09-18
1
-2
/
+3
*
PPC: Add metamethod handlers and continuations for comparisons.
Mike Pall
2010-09-17
1
-18
/
+49
*
PPC: Reschedule bytecode instruction fetch.
Mike Pall
2010-09-17
1
-35
/
+66
*
PPC: Add BC_CAT and lj_cont_cat.
Mike Pall
2010-09-17
1
-3
/
+31
*
PPC: Fix ordered comparisons for NaN operands.
Mike Pall
2010-09-16
1
-7
/
+7
*
PPC: Avoid comparison with NaN in BC_ISEQN/BC_ISNEN.
Mike Pall
2010-09-16
1
-1
/
+12
*
PPC: Add BC_TSETM.
Mike Pall
2010-09-15
1
-1
/
+41
*
PPC: Add BC_VARG.
Mike Pall
2010-09-15
1
-1
/
+62
*
Don't traverse inactive GCtrace objects.
Mike Pall
2010-09-15
1
-2
/
+2
*
Show names of IR calls in disassembler output.
Mike Pall
2010-09-15
2
-3
/
+19
*
Add IR_VLOAD for vararg loads.
Mike Pall
2010-09-14
5
-9
/
+13
*
Improve alias analysis for vararg loads.
Mike Pall
2010-09-14
1
-8
/
+11
*
Avoid unnecessary vararg loads.
Mike Pall
2010-09-14
1
-1
/
+2
*
PPC: Fix line number in stack overflow error.
Mike Pall
2010-09-14
1
-0
/
+1
*
PPC: Fix write barrier in BC_TSETV.
Mike Pall
2010-09-14
1
-1
/
+1
*
PPC: Fix KBASE restore in BC_CALLT.
Mike Pall
2010-09-14
1
-1
/
+1
*
PPC: Keep MULTRES in a register.
Mike Pall
2010-09-14
1
-16
/
+14
*
PPC: Add better diagnostics to DynASM for reg/imm mismatches.
Mike Pall
2010-09-14
1
-1
/
+4
*
x86/x64: Avoid unnecessary resize in BC_TSETM.
Mike Pall
2010-09-13
4
-4
/
+4
*
PPC: Add support for shifted MULTRES.
Mike Pall
2010-09-13
2
-1
/
+6
*
PPC: Add metamethod handlers for indexing instructions.
Mike Pall
2010-09-13
1
-8
/
+94
*
PPC: Add missing write barrier to BC_TSETV.
Mike Pall
2010-09-13
1
-10
/
+18
*
PPC: Fix write barrier and linkage for BC_USETV/BC_USETS.
Mike Pall
2010-09-13
1
-7
/
+9
*
PPC: Teach DynASM to reject r0 for some operands.
Mike Pall
2010-09-13
1
-66
/
+70
*
Release all memory when using the builtin allocator.
Mike Pall
2010-09-13
1
-16
/
+11
[next]