summaryrefslogtreecommitdiff
path: root/libffi/src/x86
AgeCommit message (Expand)Author
2022-12-21libffi: Fix X86 32b Darwin build and EH frames.Iain Sandoe
2021-11-15libffi: Use #define instead of .macro in src/x86/win64.S [PR102874]Rainer Orth
2021-10-20libffi: Sync with libffi 3.4.2H.J. Lu
2021-06-16libffi: Fix up x86_64 classify_argumentJakub Jelinek
2015-01-19Merge with upstream libffi 3ac1610aa33c887ea9b14935208943925714a33eRichard Henderson
2015-01-13re PR libffi/64572 (r219477 breaks bootstrap on x86_64 darwin)Richard Henderson
2015-01-12Fix libjava failures on i686-linuxRichard Henderson
2015-01-12Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16Richard Henderson
2014-05-13Enable Java on Cygwin-64Bernd Edlinger
2013-03-22win64.S: Make use of ffi_closure_win64_inner symbol pc-relative.Kai Tietz
2012-12-26libffi mergeAnthony Green
2012-07-18Define FFI_SIZEOF_JAVA_RAW to 4 for x32H.J. Lu
2012-03-29Restore trampled commitsAnthony Green
2012-03-04Merge upstream libffiAnthony Green
2012-02-23re PR libffi/52221 ([libffi] r183675,r184021 needs to be fixed.)Kai Tietz
2012-02-13re PR libffi/52221 ([libffi] r183675,r184021 needs to be fixed.)Kai Tietz
2012-02-08prep_cif.c (ffi_prep_cif): Allow for X86_WIN32 also FFI_THISCALL.Kai Tietz
2012-01-29ffi.c (ffi_call_win32): Add new argument to prototype for specify calling-con...Kai Tietz
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-29sysv.S (FDE_ENCODING, FDE_ENCODE): Define.Richard Henderson
2010-10-01re PR libffi/45677 (Bad stack allocation for ffi function calls on x86-64)Jakub Jelinek
2010-08-06Remove warningsDan Witte
2010-08-06Add OS/2 SupportDan Witte
2010-08-06Improve libffi commentsMatthias Klose
2010-08-06Enable build with microsoft compilerAnthony Green
2010-08-06Enable build with sun compilerOliver Kiddle
2010-07-07sysv.S (ffi_call_SYSV): Align the stack pointer to 16-bytes.Neil Roberts
2010-05-19configure.ac (libffi_cv_as_x86_pcrel): Check for illegal in as output, too.Rainer Orth
2010-03-15configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test.Rainer Orth
2009-12-04re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak
2009-09-29win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch...Kai Tietz
2009-09-17PR testsuite/32843 (strikes again)Loren J. Rittle
2009-07-24re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn
2009-06-12[multiple changes]Andrew Haley
2009-06-09freebsd.S: Add missing file.Andrew Haley
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley
2009-06-04ffitarget.h, [...]: Back out stdcall changes.Andrew Haley
2009-06-04[multiple changes]Andrew Haley
2009-06-04ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley
2009-06-04[multiple changes]Andrew Haley
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley
2009-05-22win32.S (_ffi_closure_STDCALL): New function.Dave Korn
2009-05-22configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN3...Dave Korn
2008-12-19re PR libffi/26048 (libffi doesn't build on Solaris 10/x86 with native assemb...Rainer Orth
2008-03-26[multiple changes]Matthias Klose
2008-01-30re PR libffi/34612 ([4.1/4.2] libffi doesn't work with -fomit-frame-pointer o...H.J. Lu
2008-01-06ffi.c (ffi_prep_cif_machdep): Fix thinko.Andreas Tobler
2008-01-05re PR testsuite/32843 (libffi.call/return_sc.c)Andreas Tobler
2007-08-07sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin.Andrew Haley
2007-08-06re PR testsuite/32843 (libffi.call/return_sc.c)Andrew Haley