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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-23
PPC: Add dispatch targets for instruction and return hooks.
Mike Pall
1
-3
/
+43
2010-09-23
PPC: Add lj_vm_resume().
Mike Pall
1
-2
/
+40
2010-09-23
Workaround for missing fseeko/ftello prototypes on ancient glibc.
Mike Pall
1
-1
/
+1
2010-09-22
x86/x64: Fix stack overflow handling for coroutine results.
Mike Pall
4
-2010
/
+2015
2010-09-22
Fix stack growth for coroutine.wrap().
Mike Pall
1
-1
/
+1
2010-09-21
PPC: Reschedule continuation dispatch.
Mike Pall
1
-1
/
+1
2010-09-21
Whitespace.
Mike Pall
1
-1
/
+1
2010-09-21
PPC: Add fixed register for TOBIT bias.
Mike Pall
1
-3
/
+8
2010-09-21
PPC: Add missing register setup after unwind to ff pcall.
Mike Pall
1
-2
/
+10
2010-09-21
PPC: Fix result copy for return to Lua.
Mike Pall
1
-2
/
+3
2010-09-21
PPC: Fix constant folding of modulo operator.
Mike Pall
1
-2
/
+2
2010-09-21
Consistently round int args of string functions on x64.
Mike Pall
4
-16
/
+16
2010-09-21
Improve AA for field accesses: disambiguate new allocations.
Mike Pall
1
-3
/
+6
2010-09-21
Drop redundant (UGE any +0).
Mike Pall
1
-0
/
+8
2010-09-21
Improve FOLD/CSE of field loads and array/hash refs across NEWREF.
Mike Pall
3
-15
/
+23
2010-09-21
Improve alias analysis: disambiguate new allocations.
Mike Pall
1
-26
/
+54
2010-09-18
Avoid fusing potentially negative indexes into AREF on x64.
Mike Pall
1
-2
/
+3
2010-09-17
PPC: Add metamethod handlers and continuations for comparisons.
Mike Pall
1
-18
/
+49
2010-09-17
PPC: Reschedule bytecode instruction fetch.
Mike Pall
1
-35
/
+66
2010-09-17
PPC: Add BC_CAT and lj_cont_cat.
Mike Pall
1
-3
/
+31
2010-09-16
PPC: Fix ordered comparisons for NaN operands.
Mike Pall
1
-7
/
+7
2010-09-16
PPC: Avoid comparison with NaN in BC_ISEQN/BC_ISNEN.
Mike Pall
1
-1
/
+12
2010-09-15
PPC: Add BC_TSETM.
Mike Pall
1
-1
/
+41
2010-09-15
PPC: Add BC_VARG.
Mike Pall
1
-1
/
+62
2010-09-15
Don't traverse inactive GCtrace objects.
Mike Pall
1
-2
/
+2
2010-09-15
Show names of IR calls in disassembler output.
Mike Pall
2
-3
/
+19
2010-09-14
Add IR_VLOAD for vararg loads.
Mike Pall
5
-9
/
+13
2010-09-14
Improve alias analysis for vararg loads.
Mike Pall
1
-8
/
+11
2010-09-14
Avoid unnecessary vararg loads.
Mike Pall
1
-1
/
+2
2010-09-14
PPC: Fix line number in stack overflow error.
Mike Pall
1
-0
/
+1
2010-09-14
PPC: Fix write barrier in BC_TSETV.
Mike Pall
1
-1
/
+1
2010-09-14
PPC: Fix KBASE restore in BC_CALLT.
Mike Pall
1
-1
/
+1
2010-09-14
PPC: Keep MULTRES in a register.
Mike Pall
1
-16
/
+14
2010-09-14
PPC: Add better diagnostics to DynASM for reg/imm mismatches.
Mike Pall
1
-1
/
+4
2010-09-13
x86/x64: Avoid unnecessary resize in BC_TSETM.
Mike Pall
4
-4
/
+4
2010-09-13
PPC: Add support for shifted MULTRES.
Mike Pall
2
-1
/
+6
2010-09-13
PPC: Add metamethod handlers for indexing instructions.
Mike Pall
1
-8
/
+94
2010-09-13
PPC: Add missing write barrier to BC_TSETV.
Mike Pall
1
-10
/
+18
2010-09-13
PPC: Fix write barrier and linkage for BC_USETV/BC_USETS.
Mike Pall
1
-7
/
+9
2010-09-13
PPC: Teach DynASM to reject r0 for some operands.
Mike Pall
1
-66
/
+70
2010-09-13
Release all memory when using the builtin allocator.
Mike Pall
1
-16
/
+11
2010-09-13
Record y = select(x, ...) idiom.
Mike Pall
3
-1
/
+61
2010-09-13
Record select().
Mike Pall
2
-1
/
+43
2010-09-13
Record vararg expressions with varargs defined off-trace.
Mike Pall
5
-48
/
+102
2010-09-13
Fix tailcalls from vararg functions.
Mike Pall
1
-1
/
+8
2010-09-12
Fix off-by-one errors in maxslot calculation of trace recorder.
Mike Pall
1
-2
/
+2
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
[next]