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
/
lj_state.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
x86: Fix stack slot reservation for FP math functions.
Mike Pall
1
-23
/
+27
2014-12-16
Disable debug info for generated *.S to avoid confusing gdb.
Mike Pall
1
-3
/
+5
2014-12-15
Avoid dependency on frame layout for LJ_POST_FIXCOMP.
Mike Pall
2
-3
/
+2
2014-12-15
Cleanup of frame handling. No functional changes.
Mike Pall
11
-35
/
+28
2014-12-15
Gracefully handle lua_error() for a suspended coroutine.
Mike Pall
1
-2
/
+1
2014-12-08
Avoid error messages when building with Clang.
Mike Pall
1
-7
/
+3
2014-12-08
x86/x64: Drop internal x87 math functions. Use libm functions.
Mike Pall
7
-455
/
+114
2014-12-08
x86/x64: Call external symbols directly from interpreter code.
Mike Pall
7
-18
/
+43
2014-12-03
DynASM/ARM64: Initial commit of ARM64 module.
Mike Pall
2
-0
/
+1650
2014-12-03
DynASM/ARM: Fix description shown for multi-element templates.
Mike Pall
1
-1
/
+1
2014-11-28
Fix snapshot #0 handling for traces with a stack check on entry.
Mike Pall
1
-0
/
+5
2014-11-03
FFI: No meta fallback when indexing pointer to incomplete struct.
Mike Pall
1
-9
/
+9
2014-10-08
FFI: Add ffi.typeinfo().
Mike Pall
1
-0
/
+25
2014-10-08
Fix fused constant loads under high register pressure.
Mike Pall
2
-1
/
+10
2014-10-07
Fix DragonFly build (unsupported).
Mike Pall
4
-5
/
+8
2014-09-22
DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes.
Mike Pall
1
-0
/
+5
2014-09-21
DynASM/x86: Add shld/shrd opcodes.
Mike Pall
1
-0
/
+3
2014-09-17
Eliminate hmask guard for forwarded HREFK.
Mike Pall
1
-4
/
+11
2014-09-08
FFI: Fix initialization of unions of subtypes.
Mike Pall
1
-0
/
+1
2014-09-08
FFI: Fix for cdata vs. non-cdata arithmetic and comparisons.
Mike Pall
1
-0
/
+1
2014-08-05
FFI: Fix __index/__newindex metamethod resolution for ctypes.
Mike Pall
1
-0
/
+1
2014-07-24
Invalidate backpropagation cache after DCE.
Mike Pall
1
-0
/
+1
2014-07-04
FFI: Fix compilation of reference field access.
Mike Pall
1
-1
/
+4
2014-07-01
Fix ABC elimination.
Mike Pall
1
-1
/
+1
2014-06-18
Compile debug.getmetatable().
Mike Pall
2
-1
/
+23
2014-06-13
Typo.
Mike Pall
1
-1
/
+1
2014-06-12
FFI: Fix frame traversal for backtraces with FFI callbacks.
Mike Pall
2
-2
/
+4
2014-06-11
x86: lj_math_random_step() clobbers XMM regs on OSX Clang.
Mike Pall
1
-1
/
+7
2014-06-11
Fix debug info for main chunk of stripped bytecode.
Mike Pall
1
-1
/
+1
2014-05-28
Fix compatibility issues with Illumos.
Mike Pall
1
-1
/
+7
2014-05-27
PPC: Fix red zone overflow in machine code generation.
Mike Pall
1
-0
/
+2
2014-05-27
x86: Fix code generation for unused result of math.random().
Mike Pall
1
-1
/
+1
2014-05-20
Fix FOLD rule for string.sub(s, ...) == k.
Mike Pall
1
-1
/
+2
2014-05-15
FFI: Fix recording of indexing a struct pointer ctype object itself.
Mike Pall
1
-1
/
+2
2014-05-15
Fix FOLD rule for STRREF of SNEW.
Mike Pall
1
-7
/
+8
2014-05-12
Fix frame traversal while searching for error function.
Mike Pall
1
-1
/
+3
2014-05-06
x64: Workaround for MSVC build issue.
Mike Pall
1
-1
/
+1
2014-05-06
FFI: Another fix for cdata equality comparisons.
Mike Pall
1
-5
/
+9
2014-04-27
Add PS Vita port.
Mike Pall
8
-28
/
+158
2014-04-22
Prevent GC estimate miscalculation due to buffer growth.
Mike Pall
1
-2
/
+2
2014-04-22
Prevent adding side traces for stack checks.
Mike Pall
1
-0
/
+1
2014-04-21
x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND.
Mike Pall
3
-4
/
+6
2014-04-17
PPC: Don't use mcrxr on PPE.
Mike Pall
1
-6
/
+29
2014-04-15
Fix FOLD of string concatenations.
Mike Pall
1
-1
/
+2
2014-04-08
FFI: Fix cdata equality comparison against other Lua types.
Mike Pall
1
-1
/
+1
2014-04-08
FFI: Fix cdata equality comparison against strings.
Mike Pall
2
-3
/
+5
2014-04-03
Fix top slot calculation for snapshots with continuations.
Mike Pall
1
-2
/
+3
2014-04-01
Correct fix for reuse of SCEV results in FORL.
Mike Pall
1
-1
/
+1
2014-04-01
Fix alias analysis for table.len vs. table.clear.
Mike Pall
1
-9
/
+19
2014-04-01
FFI: Allow non-scalar cdata to be compared for equality by address.
Mike Pall
2
-29
/
+38
[prev]
[next]