aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-29osf.S (UA_SI, [...]): Define.Rainer Orth1-18/+39
2011-02-08ffi.c: Add RTEMS support for cache flushing.Joel Sherrill2-0/+46
2011-02-08configure.ac: Add mips*-*-rtems* support.Joel Sherrill1-0/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek3-3/+3
2010-12-18re PR libffi/29152 (64-bit darwin ppc port needed for libffi)Iain Sandoe4-347/+1181
2010-12-03sysv.S (ffi_closure_SYSV): Add UNWIND to .pad directive.Chung-Lin Tang1-74/+78
2010-11-29sysv.S (FDE_ENCODING, FDE_ENCODE): Define.Richard Henderson1-25/+26
2010-10-28Add ARM VFP ABI support to libffi.Chung-Lin Tang3-30/+392
2010-10-01re PR libffi/45677 (Bad stack allocation for ffi function calls on x86-64)Jakub Jelinek1-2/+2
2010-09-03closures.c (open_temp_exec_file_mnt): Check if getmntent_r returns NULL.Mark Wielaard1-1/+1
2010-08-06Remove warningsDan Witte3-12/+12
2010-08-06Add OS/2 SupportDan Witte3-8/+77
2010-08-06Define libffi macros carefullyDan HorĂ¡k3-0/+10
2010-08-06Fix spelling errorsMichael Kohler2-2/+2
2010-08-06Fix SELinux testEvan Phoenix1-1/+1
2010-08-06Improve libffi commentsMatthias Klose2-7/+8
2010-08-06Enable build with microsoft compilerAnthony Green3-259/+417
2010-08-06Enable build with sun compilerOliver Kiddle1-3/+3
2010-07-07sysv.S (ffi_call_SYSV): Align the stack pointer to 16-bytes.Neil Roberts1-0/+3
2010-05-19configure.ac (libffi_cv_as_x86_pcrel): Check for illegal in as output, too.Rainer Orth1-1/+11
2010-03-15configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test.Rainer Orth1-0/+4
2010-02-15sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.Matthias Klose1-1/+2
2010-01-06* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.Rainer Orth1-4/+4
2009-12-28ffi_darwin.c (ffi_prep_args): Copy abi and nargs to local variables.David Edelsohn1-13/+62
2009-12-26configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets.Andreas Tobler1-5/+0
2009-12-26ffi.c (ffi_prep_args_SYSV): Advance intarg_count when a float arguments is pa...Andreas Schwab1-0/+3
2009-12-26IRIX supportFrank Everdij3-9/+34
2009-12-26avr32 libffi portBradley Smith3-0/+679
2009-12-14ffi.c (ffi_closure_inner_pa32): Handle FFI_TYPE_LONGDOUBLE type on HP-UX.John David Anglin1-0/+7
2009-12-11ffi.c (ffi_closure_sparc_inner_v9): Properly align 'long double' arguments.Eric Botcazou1-0/+5
2009-12-10re PR libffi/40700 (All amd64 libffi execution tests fail on Solaris 10/x86)Rainer Orth1-1/+6
2009-12-07aix_closure.S (libffi_closure_ASM): Fix tablejump typo.David Edelsohn1-1/+1
2009-12-05aix.S: Update AIX32 code to be consistent with AIX64 code.David Edelsohn2-174/+185
2009-12-04aix_closure.S: Reorganize 64-bit code to match linux64_closure.S.David Edelsohn1-86/+105
2009-12-04re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak1-17/+71
2009-12-04ffi_darwin.c (ffi_closure_helper_DARWIN): Increment pfr for long double split...David Edelsohn1-1/+2
2009-12-03ffi_darwin.c (ffi_prep_args): Increment next_arg and fparg_count twice for lo...David Edelsohn1-0/+2
2009-12-03re PR libffi/42243 (powerpc-apple-darwin9 libffi failures)David Edelsohn1-14/+12
2009-12-02ffi_darwin.c (ffi_prep_args): Fix typo in INT64 case.David Edelsohn1-1/+1
2009-12-01aix.S (ffi_call_AIX): Convert to more standard register usage.David Edelsohn3-115/+85
2009-11-30re PR libffi/35484 (libffi doesn't support AIX 64bit)David Edelsohn4-77/+454
2009-09-29win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch...Kai Tietz1-2/+0
2009-09-23PR libffi/40242, PR libffi/41443Matthias Klose1-8/+15
2009-09-17PR testsuite/32843 (strikes again)Loren J. Rittle1-1/+1
2009-09-15java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE...David Daney4-34/+199
2009-07-24re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn3-134/+370
2009-06-16ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved.Wim Lewis2-29/+19
2009-06-12[multiple changes]Andrew Haley7-94/+818
2009-06-09freebsd.S: Add missing file.Andrew Haley1-0/+458
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley2-9/+45