summaryrefslogtreecommitdiff
path: root/src/prep_cif.c
Commit message (Expand)AuthorAgeFilesLines
* Fix check for invalid varargs arguments. (#707)Roland Schatz2022-05-231-1/+2
* Bug #680. Don't accept floats or small ints as var args. (#628)Anthony Green2021-03-231-2/+21
* Fix building for aarch64 windows with mingw toolchains (#555)Martin Storsjö2020-04-251-1/+1
* fix mingw build and crashing bugs for Python Windows ARM64 (#496)Paul Monson2019-08-071-2/+2
* libffi: added ARM64 support for Windows (#486)ossdev072019-06-251-2/+4
* Prefix ALIGN macros with FFI_Gregory Pakosz2017-04-271-4/+4
* add ffi_get_struct_offsetsTom Tromey2016-02-221-4/+23
* sparc: Rewrite everythingRichard Henderson2014-11-121-11/+0
* 2014-07-22 Dominik Vogt <vogt@linux.vnet.ibm.com>Dominik Vogt2014-09-201-2/+10
* prep_cif.c: Remove unnecessary ifdef for X86_WIN32Josh Triplett2014-03-161-5/+0
* Darwin/x86_64: Fix 64-bit type shortening warningsZachary Waldowski2014-02-051-1/+1
* Undo iOS ARM64 changes.Anthony Green2013-12-051-1/+1
* Darwin: Misc size_t warningsZachary Waldowski2013-11-301-1/+1
* This separates the 32-bit sysv/linux/bsd code from the 64-bit linuxAlan Modra2013-11-211-0/+4
* Add nios2 port.Sandra Loosemore2013-10-151-1/+10
* Xtensa supportAnthony Green2013-01-211-0/+8
* TILE-Gx/TILEPro supportAnthony Green2012-10-121-0/+13
* abi check fixes and Linux/x32 supportAnthony Green2012-03-031-1/+1
* Fix ABI check regressionAnthony Green2012-02-151-2/+2
* Rebased from gccAnthony Green2012-02-101-2/+7
* Add David Gilbert's variadic function call supportAnthony Green2011-11-121-3/+37
* Fix bad_abi test. rc5.Anthony Green2011-02-131-10/+4
* Fix xfailsAnthony Green2011-02-091-3/+15
* stdcall-x86-closure-fixAnthony Green2010-08-051-2/+2
* FFI_LAST_ABI fixAnthony Green2010-07-231-1/+1
* Microsoft Visual C portAnthony Green2010-01-151-6/+3
* Initial commitAnthony Green2009-10-041-0/+174