re PR rtl-optimization/45570 (ICE: in cfg_preds_1, at sel-sched-ir.c:4584)
[gcc.git] / libffi / src / x86 /
2010-10-01 Jakub Jelinekre PR libffi/45677 (Bad stack allocation for ffi functi...
2010-08-06 Dan WitteRemove warnings
2010-08-06 Dan WitteAdd OS/2 Support
2010-08-06 Matthias KloseImprove libffi comments
2010-08-06 Anthony GreenEnable build with microsoft compiler
2010-08-06 Oliver KiddleEnable build with sun compiler
2010-07-07 Neil Robertssysv.S (ffi_call_SYSV): Align the stack pointer to...
2010-05-19 Rainer Orthconfigure.ac (libffi_cv_as_x86_pcrel): Check for illega...
2010-03-15 Rainer Orthconfigure.ac (libffi_cv_as_x86_64_unwind_section_type...
2009-12-04 Uros Bizjakre PR libffi/41908 (closures fail for some structure...
2009-09-28 Kai Tietzwin64.S (_ffi_call_win64 stack): Remove for gnu assembl...
2009-09-17 Loren J. RittlePR testsuite/32843 (strikes again)
2009-07-24 Dave Kornre PR libffi/40807 (libffi.call/return_sc.c)
2009-06-12 Andrew Haley[multiple changes]
2009-06-09 Andrew Haleyfreebsd.S: Add missing file.
2009-06-05 Andrew Haleyffitarget.h, ffi.c: Merge stdcall changes from libffi.
2009-06-04 Andrew Haleyffitarget.h, [...]: Back out stdcall changes.
2009-06-04 Andrew Haley[multiple changes]
2009-06-04 Andrew Haleyffi.h.in: Change void (*)() to void (*)(void).
2009-06-04 Andrew Haley[multiple changes]
2009-06-04 Andrew Haley2009-06-04 Andrew Haley <aph@redhat.com>
2009-05-22 Dave Kornwin32.S (_ffi_closure_STDCALL): New function.
2009-05-22 Dave Kornconfigure.ac: Also check if assembler supports pc-relat...
2008-12-19 Rainer Orthre PR libffi/26048 (libffi doesn't build on Solaris...
2008-03-26 Matthias Klose[multiple changes]
2008-01-30 H.J. Lure PR libffi/34612 ([4.1/4.2] libffi doesn't work with...
2008-01-06 Andreas Toblerffi.c (ffi_prep_cif_machdep): Fix thinko.
2008-01-05 Andreas Toblerre PR testsuite/32843 (libffi.call/return_sc.c)
2007-08-07 Andrew Haleysysv.S (ffi_closure_raw_SYSV): Fix typo in previous...
2007-08-06 Andrew Haleyre PR testsuite/32843 (libffi.call/return_sc.c)
2007-07-31 Andrew Haleyre PR testsuite/32843 (libffi.call/return_sc.c)
2007-03-07 Alexandre Olivaffi.h.in (ffi_closure_alloc, [...]): New.
2006-12-14 Andreas Toblerconfigure.ac: Add TARGET for x86_64-*-darwin*.
2006-10-10 Paolo Bonziniconfigure.ac [...]: Set X86_DARWIN symbol and conditional.
2006-04-22 Andreas ToblerREADME: Remove notice about 'Crazy Comments'.
2005-08-11 Jakub Jelinekconfigure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New...
2005-05-05 Richard Hendersonffi64.c (ffi_prep_cif_machdep): Save sse-used flag...
2004-12-27 Richard Henderson* src/x86/unix64.S: Fix typo in unwind info.
2004-12-25 Richard Hendersonffi64.c (struct register_args): Rename from stackLayout.
2004-08-10 Andrew Haleyffi64.c (ffi_prep_args ): 8-align all stack arguments.
2004-03-16 Hosaka Yujitypes.c: Fix alignment size of X86_WIN32 case int64...
2004-01-21 Michael Ritzertffi64.c (ffi_prep_args): Cast the RHS of an assignment...
2003-12-02 Hosaka Yujire PR libffi/13221 (libffi's closure couldn't pass...
2003-10-21 Andreas Toblercommit missing adds.
2003-10-21 Andreas Tobler[multiple changes]
2003-06-13 Rainer Orthsysv.S: Avoid gas-only .uleb128/.sleb128 directives.
2003-05-16 Jakub Jelinekconfigure.in (HAVE_RO_EH_FRAME): Check whether .eh_fram...
2003-03-21 Zdenek Dvorakffi.h.in: Define X86 instead of X86_64 in 32 bit mode.
2003-01-28 Andrew Haleyffi.h.in: Enable FFI_CLOSURES for x86_64.
2003-01-14 Andrew Haleyffi64.c (ffi_prep_args): Check for void retval.
2002-12-06 Ranjit Mathewffi.h.in: Added FFI_STDCALL ffi_type enumeration for...
2002-10-02 Andreas Jaeger* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug...
2002-07-19 Bo ThorsenForgot this file.
2002-07-18 Bo Thorsen[multiple changes]
2002-05-28 Bo ThorsenFix last commit. Sorry about that.
2002-05-28 Roger Sayle* src/x86/ffi.c (ffi_prep_args): Remove reference to...
2002-05-27 Bo Thorsenffi.c (ffi_prep_args): Remove unused variable and fix...
2001-10-07 Joseph Myersacinclude.m4: Fix spelling error of "separate" as ...
2001-07-16 Rainer Orthsysv.S: Avoid gas-only .balign directive.
2001-03-27 Jon Benistonconfigure.in: Added X86_WIN32 target (Win32, CygWin...
2001-03-02 Nick CliftonRemove RCS ident strings to allow comparisions with...
1999-08-08 Anthony GreenMakefile.in: Rebuilt.
1999-08-08 Anthony GreenInitial revision