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_x86.dasc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently round int args of string functions on x64.
Mike Pall
2010-09-21
1
-4
/
+4
*
x86/x64: Avoid unnecessary resize in BC_TSETM.
Mike Pall
2010-09-13
1
-1
/
+1
*
Optimize BC_VARG: use RC for numparams.
Mike Pall
2010-09-10
1
-5
/
+2
*
Use biased integer constant for TSETM array index.
Mike Pall
2010-09-09
1
-10
/
+2
*
Explicitly indicate tailcall from fast function fallback.
Mike Pall
2010-09-02
1
-14
/
+15
*
Minor tweaks to integration of assembler part.
Mike Pall
2010-08-29
1
-2
/
+3
*
Fix return from pcall within active hook.
Mike Pall
2010-08-07
1
-8
/
+14
*
Fix lua_cpcall(). Duplicate save corrupted C frame chain.
Mike Pall
2010-08-06
1
-1
/
+1
*
Untangle some target dependencies.
Mike Pall
2010-08-03
1
-1
/
+0
*
Fix arg check for two-arg SSE math functions in interpreter.
Mike Pall
2010-07-14
1
-1
/
+1
*
Fix frame setup for error handling in next().
Mike Pall
2010-06-28
1
-0
/
+1
*
Fix string.char() range check on x64.
Mike Pall
2010-05-30
1
-3
/
+3
*
Fix TNEW in x64 interpreter. Do not force a full GC (ouch).
Mike Pall
2010-04-25
1
-30
/
+17
*
Make metamethod names proper GC roots.
Mike Pall
2010-04-25
1
-1
/
+1
*
Turn traces into true GC objects (GCtrace).
Mike Pall
2010-04-25
1
-5
/
+1
*
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
2010-04-19
1
-0
/
+1
*
Refactor buildvm symbol generation.
Mike Pall
2010-04-14
1
-41
/
+24
*
Fix setup of RD when dispatching to function headers after exit.
Mike Pall
2010-04-09
1
-3
/
+17
*
Pass MULTRES or negated error code in RD to lj_vm_exit_interp.
Mike Pall
2010-03-23
1
-5
/
+5
*
Fix TSETM on x64/SSE builds when table is resized.
Mike Pall
2010-03-15
1
-8
/
+2
*
Fix unwind info for assembler part for OSX.
Mike Pall
2010-03-07
1
-36
/
+61
*
Fix generated 64 bit Mach-O assembler output.
Mike Pall
2010-03-05
1
-0
/
+8
*
Enable tracing of recursion.
Mike Pall
2010-03-01
1
-2
/
+1
*
Save/restore remaining callee-save regs on trace<->interp transitions.
Mike Pall
2010-02-27
1
-12
/
+67
*
Add trace exit helper for x64. Fix trace entry for x64.
Mike Pall
2010-02-24
1
-11
/
+39
*
Fix type() implementation for x64 lightuserdata.
Mike Pall
2010-02-24
1
-0
/
+12
*
Rethrow errors from trace exit handling from the right C frame.
Mike Pall
2010-02-19
1
-3
/
+11
*
Use a different marker for hot calls.
Mike Pall
2010-02-15
1
-3
/
+6
*
Implement return hooks for Lua functions (zero-cost if disabled).
Mike Pall
2010-02-14
1
-1
/
+7
*
Implement call hooks (zero-cost if disabled).
Mike Pall
2010-02-14
1
-12
/
+19
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-588
/
+593
*
Move dispatch tables out of GG_State struct.
Mike Pall
2010-02-11
1
-4
/
+4
*
Switch to pre-initialized stacks. Drop frame clearing in interpreter.
Mike Pall
2010-02-11
1
-28
/
+32
*
Replace GCproto reference with bytecode PC in GCfuncL.
Mike Pall
2010-02-10
1
-25
/
+26
*
Drop bc field in GCproto since the bytecode is colocated.
Mike Pall
2010-02-08
1
-3
/
+3
*
Integrate MinGW build with DWARF2 exception handling.
Mike Pall
2010-01-22
1
-0
/
+45
*
Bump all copyright dates to 2010.
Mike Pall
2010-01-09
1
-1
/
+1
*
Add support for WIN64 exception handling to external unwinder.
Mike Pall
2010-01-05
1
-17
/
+13
*
Fix PE object build for fastcall entry points into interpreter.
Mike Pall
2010-01-05
1
-2
/
+2
*
Major rewrite of error handling to allow external/internal unwinding.
Mike Pall
2010-01-02
1
-19
/
+11
*
Rename NRESULTS to MULTRES on the assembler side, too.
Mike Pall
2009-12-30
1
-33
/
+33
*
Implement yield from C hooks.
Mike Pall
2009-12-30
1
-17
/
+12
*
Minor fixes for x64 interpreter.
Mike Pall
2009-12-29
1
-4
/
+12
*
Add DWARF2 unwind info for x64 interpreter.
Mike Pall
2009-12-29
1
-23
/
+65
*
Fix various 32/64 bit issues in interpreter.
Mike Pall
2009-12-29
1
-10
/
+21
*
Fix x64 lj_vm_pow_sse().
Mike Pall
2009-12-29
1
-2
/
+2
*
Save all callee-saved x64 integer regs for unwinding.
Mike Pall
2009-12-29
1
-11
/
+19
*
Logical 'not' must be sign-extended for address operands.
Mike Pall
2009-12-29
1
-17
/
+25
*
Fix POSIX/x64 call argument order.
Mike Pall
2009-12-28
1
-4
/
+4
*
Change callee-save regs for x64 interpreter to shorten code.
Mike Pall
2009-12-28
1
-2
/
+4
[next]