index
:
delta/libffi.git
android
appveyor
baserock/libffti-dev
baserock/morph
baserock/pedroalvarez/selinux-disabled-hack
circle
csky
fixmac
github-actions
ios
master
th2
travishacking
v3.3-rc1
github.com: atgreen/libffi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove compiler warning
Anthony Green
2014-06-12
1
-1
/
+4
*
Add missing GNU stack markings in win32.S
Samuli Suominen
2014-05-31
1
-1
/
+5
*
closures: Check for mkostemp(3)
Mickaël Salaün
2014-05-19
1
-1
/
+7
*
closures: Create temporary file with O_TMPFILE and O_CLOEXEC when available
Mickaël Salaün
2014-05-19
1
-5
/
+24
*
Check /proc/self/status for PaX status.
Magnus Granberg
2014-05-11
1
-3
/
+19
*
src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, too
Josh Triplett
2014-04-22
1
-0
/
+9
*
Support fastcall closures
Josh Triplett
2014-04-20
2
-14
/
+45
*
Merge pull request #116 from frida/fix/darwin-aarch64-variadic
Anthony Green
2014-04-12
2
-2
/
+41
|
\
|
*
Fix handling of variadic calls on Darwin/AArch64
Ole André Vadla Ravnås
2014-04-06
2
-2
/
+41
*
|
Merge pull request #115 from frida/fix/darwin-aarch64-alignment
Anthony Green
2014-04-12
1
-0
/
+6
|
\
\
|
*
|
Fix alignment of AArch64 assembler functions
Ole André Vadla Ravnås
2014-04-06
1
-0
/
+6
|
|
/
*
|
Fix Windows regression
Ole André Vadla Ravnås
2014-04-12
1
-1
/
+1
|
/
*
Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10
Josh Triplett
2014-04-05
3
-35
/
+67
*
Merge pull request #106 from joshtriplett/darwin-award
Anthony Green
2014-03-25
1
-1
/
+12
|
\
|
*
Always use configure to detect whether global symbols need underscores
Josh Triplett
2014-03-24
1
-1
/
+1
|
*
win32.S: Add handling for position-independent code on Darwin
Josh Triplett
2014-03-22
1
-0
/
+11
*
|
Merge pull request #110 from joshtriplett/w64
Anthony Green
2014-03-25
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix a warning on 64-bit Windows
Josh Triplett
2014-03-24
1
-1
/
+1
|
*
Avoid referencing undefined ABIs on 64-bit Windows builds
Josh Triplett
2014-03-24
1
-0
/
+2
*
|
win32.S: Use shifting for multiplication rather than repeated addition
Josh Triplett
2014-03-21
1
-8
/
+4
*
|
win32.S: Make the jump tables position-independent
Josh Triplett
2014-03-21
1
-79
/
+87
*
|
win32.S: Make calls to ffi_closure_SYSV_inner position-independent
Josh Triplett
2014-03-21
1
-0
/
+18
|
/
*
Add support for stdcall, thiscall, and fastcall on non-Windows x86-32
Josh Triplett
2014-03-16
3
-63
/
+74
*
prep_cif.c: Remove unnecessary ifdef for X86_WIN32
Josh Triplett
2014-03-16
1
-5
/
+0
*
Merge pull request #46 from makotokato/android-clang
Anthony Green
2014-02-28
1
-1
/
+1
|
\
|
*
Fix build failure when using clang for Android
Makoto Kato
2013-07-10
1
-1
/
+1
*
|
Merge pull request #66 from ppizarro/master
Anthony Green
2014-02-28
2
-20
/
+23
|
\
\
|
*
|
When the function called by the ffi called a function defined in a shared lib...
Paulo Pizarro
2014-01-02
2
-20
/
+23
*
|
|
Merge pull request #75 from joshtriplett/longdouble
Anthony Green
2014-02-28
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix build error on x86 without distinct long double
Josh Triplett
2014-02-17
1
-0
/
+2
*
|
|
|
When no VFP arguments are present the IP register is used
Anthony Green
2014-02-28
1
-0
/
+1
*
|
|
|
aarch64 fix
Anthony Green
2014-02-28
1
-4
/
+4
*
|
|
|
Fix ChangeLog merge
Anthony Green
2014-02-27
9
-91
/
+166
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
AArch64: Fix void fall-through case when assertions are enabled
Zachary Waldowski
2014-02-05
1
-0
/
+4
|
*
|
|
AArch64: Fix missing semicolons when assertions are enabled
Zachary Waldowski
2014-02-05
1
-4
/
+4
|
*
|
|
AArch64: Remove duplicitous element_count call.
Zachary Waldowski
2014-02-05
1
-1
/
+0
|
*
|
|
Darwin/aarch64: Respect iOS ABI re: stack argument alignment
Zachary Waldowski
2014-02-05
1
-0
/
+15
|
*
|
|
Darwin/aarch64: Fix size_t assumptions
Zachary Waldowski
2014-02-05
2
-9
/
+9
|
*
|
|
Darwin/aarch64: Fix "shadows declaration" warnings
Zachary Waldowski
2014-02-05
1
-3
/
+3
|
*
|
|
Darwin/aarch64: Use Clang cache invalidation builtin
Zachary Waldowski
2014-02-05
1
-1
/
+18
|
*
|
|
Darwin/aarch64: Account for long double being equal to double
Zachary Waldowski
2014-02-05
1
-0
/
+22
|
*
|
|
Darwin/aarch64: Use CNAME, restrict .size like ARM
Zachary Waldowski
2014-02-05
1
-8
/
+28
|
*
|
|
Darwin/aarch64: Fix invalid reference in assembly
Zachary Waldowski
2014-02-05
1
-2
/
+2
|
*
|
|
Darwin/x86_64: Fix 64-bit type shortening warnings
Zachary Waldowski
2014-02-05
3
-17
/
+17
|
*
|
|
Darwin/iOS: Improve unified syntax use for LLVM
Zachary Waldowski
2014-02-05
1
-38
/
+23
|
*
|
|
Fix dlmalloc warnings due to set_segment_flags, sizeof(size_t)
Zachary Waldowski
2014-02-05
1
-3
/
+3
|
*
|
|
Darwin/iOS: Fix mis-typing of vfp_reg_free
Zachary Waldowski
2014-02-05
1
-1
/
+1
|
*
|
|
Darwin/ARM: Assert on NULL dereference
Zachary Waldowski
2014-02-05
1
-2
/
+10
|
*
|
|
Darwin/i386: Inhibit Clang previous prototype warnings
Zachary Waldowski
2014-02-05
1
-0
/
+2
|
*
|
|
Darwin/ARM: Inhibit Clang previous prototype warnings
Zachary Waldowski
2014-02-05
1
-1
/
+4
[next]