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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix OSX build to work with newer ld64 versions.
Mike Pall
2011-02-02
1
-0
/
+1
*
FFI: Add 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-13
1
-1109
/
+1141
*
FFI: Auto-detect __stdcall and fix up C function declarations.
Mike Pall
2011-01-10
1
-419
/
+428
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-2
/
+2
*
Fix Windows/x86 build and update pregenerated files.
Mike Pall
2011-01-06
1
-414
/
+425
*
FFI: Parse complex and 64 bit integer literals.
Mike Pall
2010-12-24
1
-0
/
+5
*
Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2010-11-19
1
-610
/
+617
*
Add support for __pairs and __ipairs metamethods (from Lua 5.2).
Mike Pall
2010-11-18
1
-513
/
+515
*
Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x.
Mike Pall
2010-09-30
1
-105
/
+148
*
x64: Use 64 bit slot copies in the interpreter.
Mike Pall
2010-09-30
1
-191
/
+192
*
x86/x64: Fix stack overflow handling for coroutine results.
Mike Pall
2010-09-22
1
-552
/
+552
*
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
-106
/
+105
*
Turn some lua_State fields into 32 bit pointers.
Mike Pall
2010-09-09
1
-143
/
+137
*
Explicitly indicate tailcall from fast function fallback.
Mike Pall
2010-09-02
1
-331
/
+331
*
Minor tweaks to integration of assembler part.
Mike Pall
2010-08-29
1
-843
/
+846
*
Fix return from pcall within active hook.
Mike Pall
2010-08-07
1
-705
/
+706
*
Fix lua_cpcall(). Duplicate save corrupted C frame chain.
Mike Pall
2010-08-06
1
-10
/
+10
*
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
-6
/
+6
*
Fix frame setup for error handling in next().
Mike Pall
2010-06-28
1
-1084
/
+1085
*
Fix string.char() range check on x64.
Mike Pall
2010-05-30
1
-847
/
+847
*
Fix TNEW in x64 interpreter. Do not force a full GC (ouch).
Mike Pall
2010-04-25
1
-224
/
+224
*
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
-1
/
+1
*
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
2010-04-19
1
-638
/
+639
*
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
[next]