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
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
2021-06-15 Jakub Jelinek <jakub@redhat.com>
Jakub Jelinek
2021-06-15
1
-3
/
+5
*
x86: Fix thiscall and fastcall stack cleanup behavior (#611)
Ole André Vadla Ravnås
2021-03-24
1
-6
/
+13
*
x86: Fix MSVC runtime checks interop (#612)
Ole André Vadla Ravnås
2021-03-24
2
-0
/
+20
*
Static tramp v5 (#624)
Madhavan T. Venkataraman
2021-03-05
9
-2
/
+293
*
Allow to build with mingw-clang (#579)
Mike Hommey
2020-11-10
1
-2
/
+2
*
Don't use FFI_TYPE_LONGDOUBLE in the jump table in win64*.S (#580)
Mike Hommey
2020-11-10
2
-4
/
+6
*
Support building x86 and arm64 without FFI_GO_CLOSURES (#586)
Jeremy Huddleston Sequoia
2020-10-27
3
-0
/
+18
*
Removing unnecessary instruction from ffi_call_unix64 (#588)
petersn
2020-10-27
1
-2
/
+1
*
docs: fix simple typo, paramters -> parameters (#589)
Tim Gates
2020-10-11
1
-2
/
+2
*
x86: Fix ffi_prep_closure_loc (#542)
hjl-tools
2020-02-22
1
-1
/
+1
*
x86: Add indirect branch tracking support (#540)
hjl-tools
2020-02-21
7
-29
/
+117
*
Fix FFI_STDCALL ABI (#514)
Andreas Schwab
2019-10-26
1
-8
/
+10
*
Add long double test (#492)
zhanhb
2019-10-09
1
-0
/
+2
*
fix x86/x64 MSVC build (#487)
driver1998
2019-04-27
2
-2
/
+2
*
Cleanup symbol exports on darwin and add architecture preprocessor checks to ...
Jeremy Huddleston Sequoia
2019-02-19
5
-9
/
+17
*
changes for win32 on windows (#468)
Paul Monson
2019-02-19
2
-0
/
+1000
*
Update FFI_HIDDEN() to use .private_extern on Apple platforms and use the mac...
Jeremy Huddleston Sequoia
2018-07-21
1
-1
/
+1
*
Add compact unwind for darwin/i386 (#440)
Jeremy Huddleston Sequoia
2018-06-25
2
-2
/
+79
*
Mark sysv.S as SafeSEH compatible (#438)
Shoaib Meenai
2018-06-17
1
-0
/
+9
*
i386: Fix missing break; in case statement leading to incorrectly returned FF...
Jeremy Huddleston Sequoia
2018-06-17
2
-0
/
+42
*
Handle FFI_GNUW64 on non-Windows systems (EFI)
Anthony Green
2018-05-09
1
-7
/
+7
*
Revert "Remove some symbol exports and cleanup newline warnings (#433)"
Anthony Green
2018-05-05
3
-17
/
+0
*
Remove some symbol exports and cleanup newline warnings (#433)
Jeremy Huddleston Sequoia
2018-05-05
3
-0
/
+17
*
Re-enable msabi testing (#436)
hjl-tools
2018-05-02
1
-0
/
+18
*
Fix two "return" issues in x86/ffi64.c (#431)
Tom Tromey
2018-04-28
1
-2
/
+8
*
Add missing FFI_GNUW64 enum
Anthony Green
2018-03-18
1
-0
/
+1
*
Add FFI_GNUW64 ABI for GNU 80-bit long double support
Anthony Green
2018-03-18
2
-11
/
+37
*
Fix x86 SysV closure in PIC mode
Ole André Vadla Ravnås
2018-01-21
1
-2
/
+2
*
Updating calls to ffi_closure_unix64_inner and ffi_closure_win64_inner to use...
jon
2017-12-01
2
-2
/
+2
*
Merge pull request #323 from compnerd/x86-alloca-alignment
Anthony Green
2017-10-25
1
-1
/
+3
|
\
|
*
x86: align alloca to 16-byte boundary
Saleem Abdulrasool
2017-10-22
1
-1
/
+3
*
|
Merge pull request #379 from jlj/master
Anthony Green
2017-10-25
1
-3
/
+4
|
\
\
|
*
\
Merge branch 'master' based on ksjogo/libffi
Jean-Luc Jumpertz
2017-10-23
1
-3
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix macOS build target in Xcode project.
Jean-Luc Jumpertz
2017-09-04
1
-3
/
+4
*
|
|
Skip WIN64/EFI64 support for x32
H.J. Lu
2017-10-25
1
-0
/
+20
|
/
/
*
|
Fix misaligned memory access in ffi_call_int
Francis Ricci
2017-08-03
1
-2
/
+2
*
|
Prefix ALIGN macros with FFI_
Gregory Pakosz
2017-04-27
2
-14
/
+14
|
/
*
Handle fastcall declaration differently for some Microsoft compilers
Anthony Green
2017-03-19
2
-11
/
+18
*
Modify configure.host to detect compilation with Microsoft Visual C++ and use...
Ramón García Fernández
2017-01-08
1
-0
/
+237
*
Mark win64.S with GNU-stack note
Richard Henderson
2016-06-05
1
-0
/
+4
*
[Darwin-x86, build] Fix up label prefixes, remove .purgem
Iain Sandoe
2016-05-26
1
-8
/
+8
*
Fix -Wsign-compare warnings in x86/ffi64.c
Berker Peksag
2016-05-18
1
-4
/
+5
*
x86: Fix calling convention for ffi_closure_win64_inner
Richard Henderson
2016-04-29
2
-8
/
+12
*
x86: Copy fix for clang .org from unix64.S
Richard Henderson
2016-04-15
1
-23
/
+28
*
Support the WIN64/EFI64 calling convention on all X86_64 platforms
Josh Triplett
2015-07-26
3
-7
/
+43
*
src/x86/ffiw64.c: Don't assign a "char *" to an "unsigned char *"
Josh Triplett
2015-07-26
1
-1
/
+1
*
src/x86/win64.S: Handle name mangling and PIC
Josh Triplett
2015-07-26
3
-31
/
+35
*
src/x86/win64.S: Support compiling on non-WIN64 platforms
Josh Triplett
2015-07-26
1
-19
/
+28
*
x86: Fix cygwin32 build
Richard Henderson
2015-01-19
1
-0
/
+2
*
x86: Solaris fixes
Rainer Orth
2015-01-16
2
-5
/
+5
[next]