summaryrefslogtreecommitdiff
path: root/libffi/src/x86
Commit message (Expand)AuthorAgeFilesLines
...
* README: Remove notice about 'Crazy Comments'.Andreas Tobler2006-04-221-64/+23
* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek2005-08-113-100/+320
* ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags.Richard Henderson2005-05-042-51/+95
* * src/x86/unix64.S: Fix typo in unwind info.Richard Henderson2004-12-271-1/+1
* ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson2004-12-252-640/+566
* ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley2004-08-101-0/+2
* types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji2004-03-162-5/+74
* ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert2004-01-211-1/+1
* re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji2003-12-021-4/+4
* commit missing adds.Andreas Tobler2003-10-211-0/+81
* [multiple changes]Andreas Tobler2003-10-214-2/+5
* sysv.S: Avoid gas-only .uleb128/.sleb128 directives.Rainer Orth2003-06-131-30/+30
* configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be re...Jakub Jelinek2003-05-172-31/+45
* ffi.h.in: Define X86 instead of X86_64 in 32 bit mode.Zdenek Dvorak2003-03-211-29/+16
* ffi.h.in: Enable FFI_CLOSURES for x86_64.Andrew Haley2003-01-282-1/+227
* ffi64.c (ffi_prep_args): Check for void retval.Andrew Haley2003-01-142-3/+46
* ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32.Ranjit Mathew2002-12-062-3/+144
* * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.Andreas Jaeger2002-10-021-2/+0
* Forgot this file.Bo Thorsen2002-07-191-4/+0
* [multiple changes]Bo Thorsen2002-07-194-1/+750
* Fix last commit. Sorry about that.Bo Thorsen2002-05-281-15/+6
* * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.Roger Sayle2002-05-281-1/+1
* ffi.c (ffi_prep_args): Remove unused variable and fix formatting.Bo Thorsen2002-05-271-52/+46
* acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers2001-10-071-1/+1
* sysv.S: Avoid gas-only .balign directive.Rainer Orth2001-07-161-17/+16
* configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).Jon Beniston2001-03-271-0/+125
* Remove RCS ident strings to allow comparisions with multiple source checkouts...Nick Clifton2001-03-022-4/+0
* Makefile.in: Rebuilt.Anthony Green1999-08-081-1/+40
* Initial revisionAnthony Green1999-08-082-0/+639