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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
Mike Pall
2011-02-02
14
-116
/
+795
*
Add SSE3 CPU feature detection.
Mike Pall
2011-02-01
2
-8
/
+10
*
FFI: Limit index range for complex numbers.
Mike Pall
2011-01-29
2
-3
/
+8
*
FFI: Implement POSIX/x64 struct-by-value calling conventions.
Mike Pall
2011-01-29
2
-9
/
+127
*
Fix 64 bit case of (SUB x x) and (BXOR x x) FOLD rules.
Mike Pall
2011-01-28
1
-2
/
+2
*
FFI: Split up 64 bit x^k helper into signed/unsigned.
Mike Pall
2011-01-28
4
-20
/
+34
*
FFI: Fix various issues with C type table reallocations.
Mike Pall
2011-01-27
1
-9
/
+13
*
FFI: Fix symbol name redirection.
Mike Pall
2011-01-27
1
-0
/
+1
*
FFI: Move code for cdata arithmetic to lj_carith.c.
Mike Pall
2011-01-26
11
-260
/
+308
*
FFI: Record cdata indexing with integer cdata.
Mike Pall
2011-01-26
1
-0
/
+13
*
FFI: Allow cdata indexing with integer cdata.
Mike Pall
2011-01-26
1
-2
/
+12
*
Fix comments for BC_ITERN.
Mike Pall
2011-01-26
2
-2
/
+2
*
FFI: Convert enum return value of C function to underlying type.
Mike Pall
2011-01-26
1
-0
/
+1
*
One more fix for the trace flush logic. Sigh.
Mike Pall
2011-01-26
1
-1
/
+1
*
FFI: Add symbol name redirection.
Mike Pall
2011-01-26
4
-21
/
+58
*
ARM: Add ARM target architecture selection (disabled).
Mike Pall
2011-01-25
7
-10
/
+70
*
FFI: Don't force zero terminator on string to array conversion.
Mike Pall
2011-01-24
1
-4
/
+2
*
Clear bytecode penalty cache in jit.flush().
Mike Pall
2011-01-23
1
-0
/
+2
*
FFI: Fix ffi.load() error message on Windows.
Mike Pall
2011-01-23
1
-1
/
+1
*
FFI: Simplify initializer rules. Clarify docs.
Mike Pall
2011-01-23
3
-10
/
+4
*
Another fix for the trace flush logic. I'll get this right someday.
Mike Pall
2011-01-22
1
-6
/
+9
*
PPC: Fix ipairs() for keys in the hash part.
Mike Pall
2011-01-20
2
-2
/
+2
*
Add compile-time option LUAJIT_ENABLE_CHECKHOOK. Disabled by default.
Mike Pall
2011-01-19
1
-0
/
+21
*
Combine i8/u8 XLOAD with BAND+comparison into test byte mrm, imm8.
Mike Pall
2011-01-19
1
-0
/
+20
*
Add volatile XLOADs.
Mike Pall
2011-01-19
2
-2
/
+6
*
Differentiate between IR_KPTR and IR_KKPTR.
Mike Pall
2011-01-19
6
-23
/
+32
*
Fix for the fix for the trace flush logic.
Mike Pall
2011-01-18
1
-5
/
+5
*
Cleanup and fix trace flush logic.
Mike Pall
2011-01-18
4
-28
/
+29
*
FFI: Record 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-17
4
-28
/
+49
*
FFI: Record conversions from bool ctype.
Mike Pall
2011-01-17
2
-3
/
+8
*
Add trace recorder infrastructure for instruction post-processing.
Mike Pall
2011-01-17
3
-1
/
+32
*
FFI: Don't swap operands for cdata __eq metamethod call.
Mike Pall
2011-01-17
1
-7
/
+4
*
FFI: Record conversions to bool ctype.
Mike Pall
2011-01-16
1
-9
/
+53
*
Fix assertion.
Mike Pall
2011-01-16
1
-1
/
+4
*
FFI: Allow indexing a struct constructor to get constants.
Mike Pall
2011-01-16
2
-1
/
+26
*
FFI: Record conversions from strings to enums or pointers.
Mike Pall
2011-01-13
1
-3
/
+22
*
Add FOLD rule for CONV.num.u32 KINT.
Mike Pall
2011-01-13
1
-0
/
+6
*
Fix recording of select() with multi-char string as 1st argument.
Mike Pall
2011-01-13
1
-1
/
+1
*
FFI: Cleanup some type conversions.
Mike Pall
2011-01-13
2
-33
/
+17
*
FFI: Add 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-13
11
-3021
/
+3309
*
FFI: Simplify logic for pointer arithmetic.
Mike Pall
2011-01-12
1
-13
/
+5
*
FFI: Rearrange code in lib_ffi.c.
Mike Pall
2011-01-12
1
-48
/
+50
*
FFI: Untangle and fix calling convention definitions.
Mike Pall
2011-01-12
2
-92
/
+129
*
Avoid compiler warnings.
Mike Pall
2011-01-12
1
-1
/
+1
*
FFI: Fix C calls with complex values on x64.
Mike Pall
2011-01-11
1
-13
/
+20
*
FFI: Lookup decorated name for fastcall/stdcall functions.
Mike Pall
2011-01-11
1
-30
/
+63
*
FFI: Auto-detect __stdcall and fix up C function declarations.
Mike Pall
2011-01-10
7
-1244
/
+1281
*
FFI: Add ffi.load() and ffi.C default namespace.
Mike Pall
2011-01-10
11
-15
/
+435
*
FFI: Fix function pointer lookup for calls.
Mike Pall
2011-01-10
1
-4
/
+5
*
FFI: Preserve stack top across implicit load of FFI library in lexer.
Mike Pall
2011-01-09
2
-2
/
+4
[next]