index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buildvm_x86.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-633
/
+633
*
Pass MULTRES or negated error code in RD to lj_vm_exit_interp.
Mike Pall
2010-03-23
1
-635
/
+636
*
Fix TSETM on x64/SSE builds when table is resized.
Mike Pall
2010-03-15
1
-145
/
+138
*
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
-31
/
+33
*
Save/restore remaining callee-save regs on trace<->interp transitions.
Mike Pall
2010-02-27
1
-328
/
+328
*
Add trace exit helper for x64. Fix trace entry for x64.
Mike Pall
2010-02-24
1
-960
/
+958
*
Rethrow errors from trace exit handling from the right C frame.
Mike Pall
2010-02-19
1
-485
/
+488
*
Use a different marker for hot calls.
Mike Pall
2010-02-15
1
-342
/
+346
*
Implement return hooks for Lua functions (zero-cost if disabled).
Mike Pall
2010-02-14
1
-511
/
+514
*
Implement call hooks (zero-cost if disabled).
Mike Pall
2010-02-14
1
-651
/
+659
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-1164
/
+1197
*
Move dispatch tables out of GG_State struct.
Mike Pall
2010-02-11
1
-2
/
+2
*
Switch to pre-initialized stacks. Drop frame clearing in interpreter.
Mike Pall
2010-02-11
1
-1226
/
+1230
*
Drop bc field in GCproto since the bytecode is colocated.
Mike Pall
2010-02-08
1
-6
/
+6
*
Integrate MinGW build with DWARF2 exception handling.
Mike Pall
2010-01-22
1
-0
/
+45
*
Add support for WIN64 exception handling to external unwinder.
Mike Pall
2010-01-05
1
-1
/
+1
*
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
-819
/
+817
*
Implement yield from C hooks.
Mike Pall
2009-12-30
1
-898
/
+901
*
Add DWARF2 unwind info for x64 interpreter.
Mike Pall
2009-12-29
1
-23
/
+65
*
Final calling convention cleanup for x64 interpreter.
Mike Pall
2009-12-28
1
-430
/
+430
*
More calling convention cleanups for x64 interpreter.
Mike Pall
2009-12-27
1
-190
/
+190
*
Use fastcall for remaining 1-arg/2-arg calls from interpreter.
Mike Pall
2009-12-27
1
-1168
/
+1168
*
Add SSE variant of pow/powi to interpreter.
Mike Pall
2009-12-25
1
-571
/
+568
*
Add build infrastructure for the SSE2-enabled interpreter.
Mike Pall
2009-12-22
1
-1
/
+1
*
Fix last commit.
Mike Pall
2009-12-22
1
-1
/
+1
*
Miscellaneous cleanups for x64 interpreter.
Mike Pall
2009-12-22
1
-11
/
+11
*
Add SSE2 variants for all FP ops (except vm_pow*) in interpreter.
Mike Pall
2009-12-22
1
-900
/
+1333
*
Add SSE2 variants of basic arithmetic ops in interpreter.
Mike Pall
2009-12-21
1
-412
/
+661
*
Adapt most outbound calls in interpreter to x64 calling conventions.
Mike Pall
2009-12-19
1
-756
/
+757
*
Adapt primary inbound calls in x64 interpreter.
Mike Pall
2009-12-17
1
-278
/
+278
*
Cleanup DynASM action list flushes.
Mike Pall
2009-12-16
1
-772
/
+784
*
Change some misuses of esp in x64 interpreter.
Mike Pall
2009-12-16
1
-2
/
+2
*
Define x64 interpreter frame and cleanup use of stack temps.
Mike Pall
2009-12-16
1
-18
/
+18
*
Unify interpreter reg saves/restores for WIN64 prolog/epilog req.
Mike Pall
2009-12-15
1
-795
/
+795
*
Add DynASM-built files to public repo.
Mike Pall
2009-12-08
1
-0
/
+1730