Age | Commit message (Expand) | Author | Files | Lines |
2011-09-04 | re PR libffi/49594 (bootstrap failure in libffi:darwin_closure for powerpc-da... | Iain Sandoe | 2 | -3/+10 |
2011-08-25 | ffi.c (FFI_INIT_TRAMPOLINE): Remove hard-coded assembly instructions. | Andrew Haley | 3 | -3/+14 |
2011-07-11 | ffi.c (FFI_INIT_TRAMPOLINE): Clear icache. | Andrew Haley | 2 | -1/+9 |
2011-06-29 | cls_double_va.c: Move PR number to comment. | Rainer Orth | 3 | -2/+7 |
2011-06-29 | re PR libffi/46660 (cls_double_va.c, cls_longdouble_va.c FAIL on IRIX 6.5) | Rainer Orth | 3 | -0/+9 |
2011-06-14 | huge_struct.c (test_large_fn): Use PRIu8, PRId8 instead of %hhu, %hhd. | Rainer Orth | 3 | -16/+28 |
2011-04-29 | osf.S (UA_SI, [...]): Define. | Rainer Orth | 2 | -18/+46 |
2011-02-13 | Remove freebsd1 from libtool.m4 macros and config.rpath. | Ralf Wildenhues | 2 | -10/+6 |
2011-02-09 | re PR libffi/46661 (32-bit cls_pointer.c, cls_pointer_stack.c FAIL on IRIX 6.5) | Rainer Orth | 3 | -2/+9 |
2011-02-08 | ffi.c: Add RTEMS support for cache flushing. | Joel Sherrill | 2 | -0/+46 |
2011-02-08 | ffi.c: Add RTEMS support for cache flushing. | Joel Sherrill | 1 | -0/+7 |
2011-02-08 | configure.ac: Add mips*-*-rtems* support. | Joel Sherrill | 4 | -2/+17 |
2011-02-07 | transpose_optimization_2.f90: Cleanup original dump. | Uros Bizjak | 1 | -2/+2 |
2011-01-26 | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 3 | -4/+24 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 3 | -3/+3 |
2010-12-18 | re PR libffi/29152 (64-bit darwin ppc port needed for libffi) | Iain Sandoe | 5 | -347/+1193 |
2010-12-06 | configure.ac (libffi_cv_as_ascii_pseudo_op): Use double backslashes. | Rainer Orth | 3 | -4/+11 |
2010-12-03 | sysv.S (ffi_closure_SYSV): Add UNWIND to .pad directive. | Chung-Lin Tang | 2 | -74/+85 |
2010-12-01 | ffitest.h [__sgi] (PRId64, PRIu64): Define. | Rainer Orth | 2 | -0/+25 |
2010-11-29 | sysv.S (FDE_ENCODING, FDE_ENCODE): Define. | Richard Henderson | 2 | -25/+33 |
2010-11-15 | libffi-dg.exp: Rename ... | Rainer Orth | 4 | -8/+9 |
2010-10-28 | Add ARM VFP ABI support to libffi. | Chung-Lin Tang | 7 | -30/+484 |
2010-10-01 | re PR libffi/45677 (Bad stack allocation for ffi function calls on x86-64) | Jakub Jelinek | 3 | -2/+63 |
2010-09-03 | closures.c (open_temp_exec_file_mnt): Check if getmntent_r returns NULL. | Mark Wielaard | 2 | -1/+6 |
2010-08-11 | Fix up a wrong ChangeLog entry: | Jakub Jelinek | 1 | -2/+1 |
2010-08-09 | configure.ac: Add target powerpc64-*-freebsd*. | Andreas Tobler | 7 | -4/+20 |
2010-08-06 | Remove warnings | Dan Witte | 5 | -14/+22 |
2010-08-06 | Add missing commit from patch earlier today | Anthony Green | 1 | -0/+182 |
2010-08-06 | Add OS/2 Support | Dan Witte | 7 | -10/+89 |
2010-08-06 | Define libffi macros carefully | Dan HorĂ¡k | 5 | -0/+19 |
2010-08-06 | Fix spelling errors | Michael Kohler | 5 | -4/+11 |
2010-08-06 | Fix SELinux test | Evan Phoenix | 2 | -1/+5 |
2010-08-06 | Improve libffi comments | Matthias Klose | 3 | -7/+13 |
2010-08-06 | Enable build with microsoft compiler | Anthony Green | 6 | -259/+457 |
2010-08-06 | Enable build with sun compiler | Oliver Kiddle | 2 | -3/+8 |
2010-08-06 | Add closure API example to documentation | Conrad Irwin | 2 | -3/+64 |
2010-07-07 | sysv.S (ffi_call_SYSV): Align the stack pointer to 16-bytes. | Neil Roberts | 2 | -0/+8 |
2010-07-02 | Makefile.am (AM_MAKEFLAGS): Pass also mandir to submakes. | Jakub Jelinek | 3 | -0/+7 |
2010-05-19 | configure.ac (libffi_cv_as_x86_pcrel): Check for illegal in as output, too. | Rainer Orth | 5 | -3/+125 |
2010-04-07 | tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var... | Jakub Jelinek | 2 | -2/+5 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 6 | -14/+23 |
2010-03-15 | configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test. | Rainer Orth | 5 | -0/+53 |
2010-02-24 | libffi.texi (The Closure API): Fix typo. | Rainer Orth | 3 | -534/+6 |
2010-02-15 | sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__. | Matthias Klose | 2 | -1/+7 |
2010-01-07 | re PR libffi/40701 (Many libffi tests fail to compile on Tru64 UNIX) | Rainer Orth | 8 | -1/+32 |
2010-01-06 | * src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__. | Rainer Orth | 2 | -4/+8 |
2010-01-01 | Update README for libffi 3.0.9. | Anthony Green | 2 | -87/+60 |
2010-01-01 | Define HAVE_LONG_DOUBLE appropriately for MIPS. | Matthias Klose | 3 | -0/+10 |
2010-01-01 | xfail tests for AVR32 | Anthony Green | 3 | -1/+8 |
2010-01-01 | Fixes for HPUX. | Andreas Tobler | 3 | -2/+21 |