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
/
lj_ccall.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall
2011-10-27
1
-2
/
+2
*
FFI: Fix call argument and return handling for I8/U8/I16/U16 types.
Mike Pall
2011-10-13
1
-7
/
+15
*
Fix (harmless) typo.
Mike Pall
2011-09-21
1
-1
/
+1
*
FFI/x64: Fix struct-by-value calling conventions.
Mike Pall
2011-08-25
1
-1
/
+1
*
PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM.
Mike Pall
2011-08-10
1
-1
/
+1
*
PPC: Add machine-specific part of FFI.
Mike Pall
2011-08-01
1
-1
/
+52
*
Fix compiler warning.
Mike Pall
2011-05-16
1
-0
/
+2
*
ARM: Add partial support for FFI.
Mike Pall
2011-04-16
1
-0
/
+41
*
Avoid compiler warning.
Mike Pall
2011-03-28
1
-0
/
+2
*
DUALNUM: Handle integer type in FFI.
Mike Pall
2011-02-27
1
-1
/
+1
*
FFI: Improve conversion error messages.
Mike Pall
2011-02-19
1
-6
/
+7
*
FFI: Implement POSIX/x64 struct-by-value calling conventions.
Mike Pall
2011-01-29
1
-9
/
+126
*
FFI: Convert enum return value of C function to underlying type.
Mike Pall
2011-01-26
1
-0
/
+1
*
FFI: Add symbol name redirection.
Mike Pall
2011-01-26
1
-1
/
+9
*
FFI: Untangle and fix calling convention definitions.
Mike Pall
2011-01-12
1
-69
/
+129
*
FFI: Fix C calls with complex values on x64.
Mike Pall
2011-01-11
1
-13
/
+20
*
FFI: Auto-detect __stdcall and fix up C function declarations.
Mike Pall
2011-01-10
1
-1
/
+9
*
FFI: Fix function pointer lookup for calls.
Mike Pall
2011-01-10
1
-4
/
+5
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Add missing GC steps for C function calls.
Mike Pall
2011-01-09
1
-11
/
+23
*
FFI: Add support for calling C functions.
Mike Pall
2011-01-06
1
-0
/
+349
[prev]