1. d3d06f4 Fix powerpc breakage from 6e8a4460 by Alan Modra · 10 years ago
  2. 9ca4370 Merge pull request #148 from gpakosz/dlmalloc-preprocessor-fix by Anthony Green · 10 years ago
  3. 542e004 sparc: Define FFI_TARGET_SPECIFIC_VARIADIC for v9 by Richard Henderson · 10 years ago
  4. a9ed0c3 dlmalloc: change defined(i386) to defined(__i386__) by Gregory Pakosz · 10 years ago
  5. 5211c72 Merge pull request #147 from rth7680/go/alpha by Anthony Green · 10 years ago
  6. ccdd7bb testsuite: Fix alpha static chain register name by Richard Henderson · 10 years ago
  7. 3316b66 Merge pull request #145 from rth7680/master by Anthony Green · 10 years ago
  8. b698638 Merge pull request #144 from atrosinenko/testsuite-fp-comparison-fix by Anthony Green · 10 years ago
  9. a353d5b Merge pull request #143 from adamkaplan/patch-1 by Anthony Green · 10 years ago
  10. dea49e2 x86: Fix typo in ffi_prep_go_closure by Richard Henderson · 10 years ago
  11. c9f5b66 testsuite: Add trivial tests for Go closures by Richard Henderson · 10 years ago
  12. c952a92 testsuite: Move complex tests to their own subdirectory by Richard Henderson · 10 years ago
  13. f1301a5 testsuite: Use feature test rather than enumeration for complex by Richard Henderson · 10 years ago
  14. b5ade2f testsuite: Detect clang by Richard Henderson · 10 years ago
  15. 5d69d57 configure: Move target source selection into configure.host by Richard Henderson · 10 years ago
  16. 771fabc Take a float absolute value using fabs() instead of abs(). by Anatoly Trosinenko · 10 years ago
  17. 9622ede Fix floating point number comparisons in testsuite/libffi.call/float[123].c. by Anatoly Trosinenko · 10 years ago
  18. e029c70 Update i386 & armv7 minimum iOS version to 7.0 by Adam · 10 years ago
  19. 57f5248 configure: Split out configure.host by Richard Henderson · 10 years ago
  20. f863281 powerpc: Delete patch output by Richard Henderson · 10 years ago
  21. 4aa702a Merge branch 'rth7680-go-closure' by Anthony Green · 10 years ago
  22. 8d5debc Update in preparation for next release by Anthony Green · 10 years ago
  23. 56735e0 Merge branch 'go-closure' of https://github.com/rth7680/libffi into rth7680-go-closure by Richard Henderson · 10 years ago
  24. 20562ac Fix for AArch64. Release as 3.2.1. by Anthony Green · 10 years ago v3.2.1
  25. 0e303c0 x86: Work around clang bugs by Richard Henderson · 10 years ago
  26. 6eec410 sparc: Re-add abi compliant structure support by Richard Henderson · 10 years ago
  27. 9202249 sparc: Add support for Go closures by Richard Henderson · 10 years ago
  28. ad89c2d sparc: Add support for complex types by Richard Henderson · 10 years ago
  29. 20da5b4 sparc: Handle more cases of structure return directly by Richard Henderson · 10 years ago
  30. 0686c2e sparc: Preprocess float point struct return by Richard Henderson · 10 years ago
  31. 2b27890 sparc: Rewrite everything by Richard Henderson · 10 years ago
  32. 5d7b544 sparc: Tidy up symbols by Richard Henderson · 10 years ago
  33. fd4f7cc sparc: Eliminate long double ifdefs by Richard Henderson · 10 years ago
  34. ab83cbb arm: Add support for Go closures by Richard Henderson · 10 years ago
  35. 6fa617d arm: Add argument space for the hidden struct return pointer by Richard Henderson · 10 years ago
  36. a529bec arm: Add support for complex types by Richard Henderson · 10 years ago
  37. 5e88ebe arm: Remove internal FFI_TYPE constants by Richard Henderson · 10 years ago
  38. a4b785e arm: Rewrite ffi_closure by Richard Henderson · 10 years ago
  39. e7f15f6 arm: Rewrite ffi_call by Richard Henderson · 10 years ago
  40. a74a3aa arm: Rewrite vfp_type_p by Richard Henderson · 10 years ago
  41. 0d39b4b arm: Deref ffi_put_arg arguments by Richard Henderson · 10 years ago
  42. 57b24fb arm: Deref ffi_align argument by Richard Henderson · 10 years ago
  43. c129bea arm: Reindent arm/ffi.c by Richard Henderson · 10 years ago
  44. 9761b7b alpha: Add support for Go closures by Richard Henderson · 10 years ago
  45. f41bec3 alpha: Add support for complex types by Richard Henderson · 10 years ago
  46. 5f91737 alpha: Clean up conversion of float values by Richard Henderson · 10 years ago
  47. 32a26b7 alpha: Reorganize cif flags by Richard Henderson · 10 years ago
  48. c6352b6 aarch64: Add support for Go closures by Richard Henderson · 10 years ago
  49. 0e41c73 aarch64: Move x8 out of call_context by Richard Henderson · 10 years ago
  50. a992f87 aarch64: Add support for complex types by Richard Henderson · 10 years ago
  51. 658b2b5 aarch64: Remove aarch64_flags by Richard Henderson · 10 years ago
  52. 4a3cbca aarch64: Unify scalar fp and hfa handling by Richard Henderson · 10 years ago
  53. 12cf89e aarch64: Move return value handling into ffi_closure_SYSV by Richard Henderson · 10 years ago
  54. 4fe1aea aarch64: Move return value handling into ffi_call_SYSV by Richard Henderson · 10 years ago
  55. 325471e aarch64: Merge prep_args with ffi_call by Richard Henderson · 10 years ago
  56. 8c8161c aarch64: Tidy up abi manipulation by Richard Henderson · 10 years ago
  57. b55e036 aarch64: Treat void return as not passed in registers by Richard Henderson · 10 years ago
  58. 2e32f9b aarch64: Use correct return registers by Richard Henderson · 10 years ago
  59. 95a04af aarch64: Reduce the size of register_context by Richard Henderson · 10 years ago
  60. 77c4cdd aarch64: Simplify AARCH64_STACK_ALIGN by Richard Henderson · 10 years ago
  61. b5f147d aarch64: Always distinguish LONGDOUBLE by Richard Henderson · 10 years ago
  62. 38b54b9 aarch64: Improve is_hfa by Richard Henderson · 10 years ago
  63. 18b74ce aarch64: Fix non-apple compilation by Richard Henderson · 10 years ago
  64. 2650f47 x86: Use win32 name mangling for fastcall functions by Richard Henderson · 10 years ago
  65. f8c64e2 x86: Add support for Go closures by Richard Henderson · 10 years ago
  66. 198f469 x86: Add support for Complex by Richard Henderson · 10 years ago
  67. b21ec1c x86: Rewrite closures by Richard Henderson · 10 years ago
  68. b9ac94f x86: Rewrite ffi_call by Richard Henderson · 10 years ago
  69. 159d378 x86: Convert to gas generated unwind info by Richard Henderson · 10 years ago
  70. e7b0056 x86: Force FFI_TYPE_LONGDOUBLE different from FFI_TYPE_DOUBLE by Richard Henderson · 10 years ago
  71. 4b2fad8 x86: Remove some conditional compilation by Richard Henderson · 10 years ago
  72. ef76205 x86: Tidy ffi_abi by Richard Henderson · 10 years ago
  73. 7cf8413 testsuite: Add two dg-do run markers by Richard Henderson · 10 years ago
  74. fc50175 testsuite: Fix return_complex2 vs excessive precision by Richard Henderson · 10 years ago
  75. 610c90b x86_64: Add support for complex types by Richard Henderson · 10 years ago
  76. 32c5683 x86_64: Decouple return types from FFI_TYPE constants by Richard Henderson · 10 years ago
  77. 2e9dc16 x86_64: Fixups for x32 by Richard Henderson · 10 years ago
  78. ebd8276 win64: Remove support from ffi.c by Richard Henderson · 10 years ago
  79. 99db4d4 win64: Rewrite by Richard Henderson · 10 years ago
  80. 6b62fb4 x86-64: Support go closures by Richard Henderson · 10 years ago
  81. 89bbde8 Add ffi_cfi.h by Richard Henderson · 10 years ago
  82. e951d64 Add entry points for interacting with Go by Richard Henderson · 10 years ago
  83. a0bdc52 Fix typo by Anthony Green · 10 years ago
  84. 67c0c07 Final 3.2 changes by Anthony Green · 10 years ago v3.2
  85. ee826b9 Final 3.2 changes by Anthony Green · 10 years ago
  86. c81a705 Mention OpenRISC by Anthony Green · 10 years ago
  87. 6a17ad5 Merge pull request #134 from s-macke/openrisc by Anthony Green · 10 years ago
  88. 990eb9d Only run the complex type tests on supported platforms. by Anthony Green · 10 years ago
  89. 0f316ab Add OpenRISC support by Sebastian Macke · 10 years ago
  90. 6695983 Add complex type support. Mostly broken right now by Anthony Green · 10 years ago
  91. fbbf48f Compile tests with -Wno-psabi when using GCC by Anthony Green · 10 years ago
  92. ae8d255 Update version to 3.2 by Anthony Green · 10 years ago
  93. b2ca59d More README updates for 3.2 by Anthony Green · 10 years ago
  94. f920a01 Update release notes. by Anthony Green · 10 years ago
  95. bfcbf32 2014-05-11 Bernd Edlinger <bernd.edlinger@hotmail.de> by Bernd Edlinger · 10 years ago
  96. 32cb2ce 2014-09-10 Jakub Jelinek <jakub@redhat.com> by Jakub Jelinek · 10 years ago
  97. aaf3101 Fix -Werror=declaration-after-statement problem by Matthias Klose · 10 years ago
  98. 6e8a446 2014-07-22 Dominik Vogt <vogt@linux.vnet.ibm.com> by Dominik Vogt · 10 years ago
  99. 4c5c408 Merge pull request #132 from nielsAD/master by Anthony Green · 10 years ago
  100. 862f53d Merge pull request #130 from frida/fix/darwin-aarch64-float-alignment by Anthony Green · 10 years ago