1. 20c7c31 Merge pull request #225 from ehsan/safeseh by Anthony Green · 8 years ago
  2. 89b7605 Fix dejagnu test support for --tool_opts by Filipe Brandenburger · 9 years ago
  3. 9c14cbf Don't clobber safeseh for msvcc.sh -clang-cl in 32-bit mode by Ehsan Akhgari · 8 years ago
  4. 6ba2a49 Merge pull request #222 from freakboy3742/t181 by Anthony Green · 8 years ago
  5. 8005600 Merge pull request #224 from plicease/travis by Anthony Green · 8 years ago
  6. 5e2b18a update apt-get in travis by Graham Ollis · 8 years ago
  7. 6a3a6ac Merge branch 'master' into t181 by Russell Keith-Magee · 8 years ago
  8. bc4fc07 Fixed #181 -- Corrected problems with ARMv7 build under iOS. by Russell Keith-Magee · 8 years ago
  9. 70594f7 Merge pull request #221 from tromey/document-closure-ffi_arg by Anthony Green · 8 years ago
  10. 6affad7 correctly document closure return promotion by Tom Tromey · 8 years ago
  11. 8a7cdeb fix formatting of ffi_prep_closure_loc arguments by Tom Tromey · 8 years ago
  12. f45e9e3 document (lack of) enum handling in libffi by Tom Tromey · 8 years ago
  13. 4805bf9 remove FFI_TYPE typedef by Tom Tromey · 8 years ago
  14. 8bec5ca ffi_prep_types is internal-only by Tom Tromey · 8 years ago
  15. 88deacd speling fix by Anthony Green · 8 years ago
  16. 5973dca Merge pull request #209 from tromey/documentation-updates by Anthony Green · 8 years ago
  17. 2a988c4 Merge pull request #207 from tromey/deprecate-ffi-prep-closure by Anthony Green · 8 years ago
  18. 473bcbc documentation fixes by Tom Tromey · 8 years ago
  19. ff33ddd mark ffi_prep_closure as deprecated by Tom Tromey · 8 years ago
  20. 877ea9b Add configure flag to disable multi-os-directory support by Carl Perry · 9 years ago
  21. 4cdedc2 Tidy call.exp test collection by Richard Henderson · 9 years ago
  22. 609db2f Test case from Issue #70 by Richard Henderson · 9 years ago
  23. e9de7e3 Merge pull request #202 from tromey/note-prep-cif-var-usage by Anthony Green · 9 years ago
  24. d19b6cc Merge pull request #201 from tromey/fix-texinfo-buglet by Anthony Green · 9 years ago
  25. 0ebde2d document that there must be ntotalargs types by Tom Tromey · 9 years ago
  26. 36f3fb9 Add missing "@" to @var{} by Tom Tromey · 9 years ago
  27. e061243 Fix configuring msvc compiler by Pan7 · 9 years ago
  28. 505346e fix type error in unwind code by Zhang Fuxin · 9 years ago
  29. 5953c66 add unwind infor for *go_closure; reorder the labels to make thing more clear by foxsen · 9 years ago
  30. f0ecd5d fix O32 stack unwind code add missing 1: label by Zhang Fuxin · 9 years ago
  31. 6f0201c various fixes for go closure support. Now all n64 tests passed. by foxsen · 9 years ago
  32. 697dd4e add support for go closure support on mips by foxsen · 9 years ago
  33. 43fc5bc Correct powerpc sysv stack argument accounting by Alan Modra · 9 years ago
  34. 1f6b5a9 Support the WIN64/EFI64 calling convention on all X86_64 platforms by Josh Triplett · 9 years ago
  35. 6de51f3 src/x86/ffiw64.c: Don't assign a "char *" to an "unsigned char *" by Josh Triplett · 9 years ago
  36. eaa5975 src/x86/win64.S: Handle name mangling and PIC by Josh Triplett · 9 years ago
  37. c8e82d9 src/x86/win64.S: Support compiling on non-WIN64 platforms by Josh Triplett · 9 years ago
  38. fa7a257 Add configure-option to disable building docs by Havard Graff · 9 years ago
  39. e3d2812 Modified arm/sysv.S to remove directives not allowed by clang. by Russell Keith-Magee · 9 years ago
  40. 17ffc36 Merge pull request #185 from freakboy3742/t184 by Anthony Green · 9 years ago
  41. 173757c Merge pull request #186 from freakboy3742/gitignore by Anthony Green · 9 years ago
  42. dd9e4c8 Added generated source file to .gitignore. by Russell Keith-Magee · 9 years ago
  43. a5b3eaa Fixed #184 -- Corrected file references in Darwin source generator tool. by Russell Keith-Magee · 9 years ago
  44. f5ec627 Merge pull request #178 from rth7680/aa64-ilp32 by Anthony Green · 9 years ago
  45. 95df379 aarch64: Handle ILP32 ABI by Andrew Pinski · 9 years ago
  46. 06747d3 Merge pull request #176 from 0-wiz-0/master by Anthony Green · 9 years ago
  47. 6c53577 Handle NetBSD/powerpc the same as FreeBSD and OpenBSD. by Thomas Klausner · 9 years ago
  48. db1b34b Remove incomplete sentence by Anthony Green · 9 years ago
  49. 56036a6 Merge pull request #175 from rth7680/sparc by Anthony Green · 9 years ago
  50. 035715b Merge pull request #174 from rth7680/fbsd by Anthony Green · 9 years ago
  51. 2104b2a sparc: Re-introduce hand-written unwind info by Richard Henderson · 9 years ago
  52. b0e9796 configure: Run HAVE_AS_X86_PCREL for all X86 targets by Richard Henderson · 9 years ago
  53. 31a6185 Merge pull request #170 from fealebenpae/aarch64-trampoline-table by Anthony Green · 9 years ago
  54. d6675c1 Merge pull request #172 from rth7680/fixes by Anthony Green · 9 years ago
  55. 3ac1610 x86: Fix cygwin32 build by Richard Henderson · 9 years ago
  56. a25a46a Merge pull request #171 from rth7680/fixes by Anthony Green · 9 years ago
  57. 1ad0b17 sparc: Also mark the return address in unwind info by Richard Henderson · 9 years ago
  58. d68c8ae sparc: Solaris fixes, part 2 by Richard Henderson · 9 years ago
  59. b740ab7 sparc: Solaris fixes by Rainer Orth · 9 years ago
  60. f1560b7 x86: Solaris fixes by Rainer Orth · 9 years ago
  61. 5363663 aarch64: implement the trampoline table workaround for ffi closures on Apple systems by Yavor Georgiev · 9 years ago
  62. 05e65b4 aarch64: rewrite range syntax into list to appease Clang by Yavor Georgiev · 9 years ago
  63. 5cd411a New test case for old aarch64 bug by Anthony Green · 9 years ago
  64. e46842b Remove extra brackets in configure.host by Richard Henderson · 9 years ago
  65. f27c4e4 x86: Fix thinko in ffi_raw_call by Richard Henderson · 9 years ago
  66. c82cc15 Merge pull request #166 from chevah/master by Anthony Green · 9 years ago
  67. 1c61e73 Merge pull request #165 from rth7680/pcc by Anthony Green · 9 years ago
  68. dd0b59a Merge pull request #164 from rth7680/darwin by Anthony Green · 9 years ago
  69. 9131039 Merge pull request #160 from nobu/msvc-no-complex by Anthony Green · 9 years ago
  70. 4ca2262 Merge pull request #159 from nobu/fix-void-arith by Anthony Green · 9 years ago
  71. e1a5ddb Fix expr error in Solaris 10 when using gcc. by Mișu Moldovan · 9 years ago
  72. 3fa5d70 x86: Avoid fastcall when building with pcc by Richard Henderson · 9 years ago
  73. a03d231 x86: Load structure return address into eax by Richard Henderson · 9 years ago
  74. b7f6d7a x86: Reinstate hand-written unwind info for sysv.S by Richard Henderson · 9 years ago
  75. 6cedf81 x86: Expand FFI_GO_CLOSURE by Richard Henderson · 9 years ago
  76. ae842a5 x86: More Darwin unwind fixups by Iain Sandoe · 9 years ago
  77. 8fa3c9f x86: Reinstate hand-written unwind info for unix64.S by Richard Henderson · 9 years ago
  78. 5f35e0f x86: Avoid using gas local labels by Richard Henderson · 9 years ago
  79. ed1ca27 x86: Remove use of .cfi_escape by Richard Henderson · 9 years ago
  80. 1b12593 x86: Honor alignment of arguments by Richard Henderson · 9 years ago
  81. 042b8da x86: Use .balign not .align by Richard Henderson · 9 years ago
  82. 0172bc0 x86: Disable .org for Darwin by Richard Henderson · 9 years ago
  83. 9f11261 x86: Best guess at update for Darwin by Richard Henderson · 9 years ago
  84. 7282d32 x86: MSVC does not support Complex type by Nobuyoshi Nakada · 9 years ago
  85. 5f8881a x86: Fix void pointer arithmetic by Nobuyoshi Nakada · 9 years ago
  86. 58bf7d6 Merge pull request #158 from rth7680/s390 by Anthony Green · 9 years ago
  87. 7ba30b1 s390: Inline and tidy ffi_prep_args by Richard Henderson · 9 years ago
  88. f69ec6f s390: Use pc-relative insns in 31-bit mode by Richard Henderson · 9 years ago
  89. 2f530de s390: Reorganize assembly by Richard Henderson · 9 years ago
  90. 97512de s390: Avoid aliasing warnings by Richard Henderson · 9 years ago
  91. c860ca9 s390: Kill trailing whitespace by Richard Henderson · 9 years ago
  92. 02b7c89 s390: Go closure support by Dominik Vogt · 9 years ago
  93. 75b2199 Merge pull request #157 from rth7680/x86 by Anthony Green · 9 years ago
  94. 8a3a272 Merge pull request #156 from rth7680/sparc by Anthony Green · 9 years ago
  95. 2f65246 x86: Handle void arguments as if an empty structure by Richard Henderson · 9 years ago
  96. 097ccfd x86: Fix some unwind errors by Richard Henderson · 9 years ago
  97. 9ae3bc8 Fix for https://github.com/atgreen/libffi/issues/141 by James Greenhalgh · 9 years ago
  98. a5a4096 Merge pull request #151 from amodra/master by Anthony Green · 9 years ago
  99. 590663b powerpc: Fix ffi_go_closure_linux64 by Richard Henderson · 9 years ago
  100. fa1040c GO closures for powerpc linux by Alan Modra · 9 years ago