Lines Matching +full:clang +full:- +full:cl +full:- +full:10 +full:- +full:x86
2 libffi-3.3 was released on November 23, 2019. Check the libffi web
19 told at run-time about the number and types of arguments used to call
46 | --------------- | ---------------- | ----------------------- |
47 | AArch64 (ARM64) | iOS | Clang |
59 | IA-64 | Linux | GCC |
73 | PowerPC 32-bit | AIX | IBM XL C |
74 | PowerPC 64-bit | AIX | IBM XL C |
79 | PowerPC 64-bit | FreeBSD | GCC |
80 | PowerPC 64-bit | Linux ELFv1 | GCC |
81 | PowerPC 64-bit | Linux ELFv2 | GCC |
82 | RISC-V 32-bit | Linux | GCC |
83 | RISC-V 64-bit | Linux | GCC |
92 | TILE-Gx/TILEPro | Linux | GCC |
94 | X86 | FreeBSD | GCC |
95 | X86 | GNU HURD | GCC |
96 | X86 | Interix | GCC |
97 | X86 | kFreeBSD | GCC |
98 | X86 | Linux | GCC |
99 | X86 | Mac OSX | GCC |
100 | X86 | OpenBSD | GCC |
101 | X86 | OS/2 | GCC |
102 | X86 | Solaris | GCC |
103 | X86 | Solaris | Oracle Solaris Studio C |
104 | X86 | Windows/Cygwin | GCC |
105 | X86 | Windows/MingW | GCC |
106 | X86-64 | FreeBSD | GCC |
107 | X86-64 | Linux | GCC |
108 | X86-64 | Linux/x32 | GCC |
109 | X86-64 | OpenBSD | GCC |
110 | X86-64 | Solaris | Oracle Solaris Studio C |
111 | X86-64 | Windows/Cygwin | GCC |
112 | X86-64 | Windows/MingW | GCC |
113 | X86-64 | Mac OSX | GCC |
117 libffi-discuss@sourceware.org.
133 header files. To do that, use the ``--prefix`` configure switch. Libffi
136 If you want to enable extra run-time debugging checks use the the
137 ``--enable-debug`` configure switch. This is useful when your program dies
140 Another useful configure switch is ``--enable-purify-safety``. Using this
145 If you don't want to build documentation, use the ``--disable-docs``
152 …onfigure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP" CPPFLAGS="-DFFI_BUI…
154 For 64-bit Windows builds, use ``CC="path/to/msvcc.sh -m64"`` and
155 ``CXX="path/to/msvcc.sh -m64"``. You may also need to specify
156 ``--build`` appropriately.
159 project's clang-cl compiler, like below:
161 …path/to/configure CC="path/to/msvcc.sh -clang-cl" CXX="path/to/msvcc.sh -clang-cl" LD=link CPP="cl…
166 using MingW-style paths.)
179 Configure has many other options. Use ``configure --help`` to see them all.
195 3.3 Nov-23-19
196 Add RISC-V support.
198 Add IEEE754 binary128 long double support for 64-bit Power
202 Add Windows 32-bit ARM support.
204 Add pre-built PDF documentation to source distribution.
207 3.2.1 Nov-12-14
208 Build fix for non-iOS AArch64 targets.
210 3.2 Nov-11-14
213 Add support for PASCAL and REGISTER calling conventions on x86
215 Add OpenRISC and Cygwin-64 support.
218 3.1 May-19-14
222 Add support for stdcall, thiscall, and fastcall on non-Windows
223 32-bit x86 targets such as Linux.
224 Various Android, MIPS N32, x86, FreeBSD and UltraSPARC IIi
231 3.0.13 Mar-17-13
234 Fix stack alignment bug on 32-bit x86.
236 Build fix for soft-float Power targets.
241 3.0.12 Feb-11-13
245 Add TILE-Gx/TILEPro support.
253 3.0.11 Apr-11-12
264 3.0.10 Aug-23-11
270 Fix the N64 build on mips-sgi-irix6.5.
272 Enable x86 builds with Oracle's Solaris compiler.
278 3.0.9 Dec-31-09
280 Many fixes for AIX, Solaris, HP-UX, *BSD.
281 Several PowerPC and x86-64 bug fixes.
284 3.0.8 Dec-19-08
285 Add *BSD, BeOS, and PA-Linux support.
287 3.0.7 Nov-11-08
291 3.0.6 Jul-17-08
293 Mark the sh/sh64 stack as non-executable.
296 3.0.5 Apr-3-08
299 Fix x86 closure bug.
301 3.0.4 Feb-24-08
302 Fix x86 OpenBSD configury.
304 3.0.3 Feb-22-08
305 Enable x86 OpenBSD thanks to Thomas Heller, and
306 x86-64 FreeBSD thanks to Björn König and Andreas Tobler.
309 3.0.2 Feb-21-08
310 Improved x86 FreeBSD support.
313 3.0.1 Feb-15-08
317 3.0.0 Feb-15-08
321 [10 years go by...]
323 1.20 Oct-5-98
326 1.19 Oct-5-98
327 Fixed x86 long double and long long return support.
332 1.18 Apr-17-98
335 1.17 Feb-24-98
337 Geoffrey Keating. Various bug x86, Sparc and MIPS bug fixes.
339 1.16 Feb-11-98
342 1.15 Dec-4-97
345 1.14 May-13-97
350 1.13 Dec-2-96
351 Added --enable-purify-safety to keep Purify from complaining
354 Linux x86 a.out fix.
356 1.12 Nov-22-96
361 1.11 Oct-30-96
364 1.10 Oct-29-96
367 1.09 Oct-29-96
368 Added --enable-debug configure switch. Clean-ups based on LCLint
372 1.08 Oct-15-96
373 Fixed n32 problem. Many clean-ups.
375 1.07 Oct-14-96
378 1.06 Oct-14-96
381 1.05 Oct-14-96
384 1.04 Oct-11-96
387 1.03 Oct-10-96
391 1.02 Oct-9-96
395 1.01 Oct-8-96
399 1.00 Oct-7-96
426 cris Simon Posnjak, Hans-Peter Nilsson
448 tile-gx/tilepro Walter Lee
450 x86 Anthony Green, Jon Beniston
451 x86-64 Bo Thorsen
472 libffi-discuss@sourceware.org.