aboutsummaryrefslogtreecommitdiff
path: root/libffi/src/x86/ffi64.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-20libffi: Sync with libffi 3.4.2H.J. Lu1-30/+134
2021-06-16libffi: Fix up x86_64 classify_argumentJakub Jelinek1-4/+5
2015-01-12Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16Richard Henderson1-110/+291
2012-12-26libffi mergeAnthony Green1-1/+7
2012-03-04Merge upstream libffiAnthony Green1-6/+16
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-10-01re PR libffi/45677 (Bad stack allocation for ffi function calls on x86-64)Jakub Jelinek1-2/+2
2010-08-06Improve libffi commentsMatthias Klose1-3/+4
2009-12-04re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak1-17/+71
2009-06-12[multiple changes]Andrew Haley1-2/+2
2009-06-04[multiple changes]Andrew Haley1-2/+3
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley1-7/+8
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-6/+7
2005-05-04ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags.Richard Henderson1-8/+15
2004-12-25ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson1-395/+249
2004-08-10ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley1-0/+2
2004-01-21ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert1-1/+1
2003-10-21[multiple changes]Andreas Tobler1-1/+1
2003-01-28ffi.h.in: Enable FFI_CLOSURES for x86_64.Andrew Haley1-0/+132
2003-01-14ffi64.c (ffi_prep_args): Check for void retval.Andrew Haley1-3/+4
2002-10-02* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.Andreas Jaeger1-2/+0
2002-07-19[multiple changes]Bo Thorsen1-0/+575