summaryrefslogtreecommitdiff
path: root/src/x86/ffitarget.h
Commit message (Expand)AuthorAgeFilesLines
* Debug x86Anthony Green2022-09-181-3/+5
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-051-2/+4
* x86: Add indirect branch tracking support (#540)hjl-tools2020-02-211-2/+15
* Add missing FFI_GNUW64 enumAnthony Green2018-03-181-0/+1
* Add FFI_GNUW64 ABI for GNU 80-bit long double supportAnthony Green2018-03-181-2/+7
* Support the WIN64/EFI64 calling convention on all X86_64 platformsJosh Triplett2015-07-261-0/+2
* x86: MSVC does not support Complex typeNobuyoshi Nakada2014-12-221-0/+2
* x86: Add support for Go closuresRichard Henderson2014-11-121-1/+1
* x86: Rewrite closuresRichard Henderson2014-11-121-5/+1
* x86: Rewrite ffi_callRichard Henderson2014-11-121-4/+0
* x86: Tidy ffi_abiRichard Henderson2014-11-121-30/+30
* win64: RewriteRichard Henderson2014-11-121-18/+11
* x86-64: Support go closuresRichard Henderson2014-11-121-0/+2
* Add complex type support. Mostly broken right nowAnthony Green2014-09-201-1/+2
* 2014-07-22 Dominik Vogt <vogt@linux.vnet.ibm.com>Dominik Vogt2014-09-201-0/+2
* Determine whether register arguments (THISCALL/FASTCALL/REGISTER) are really ...nielsAD2014-08-251-1/+1
* Support for calling functions with PASCAL and REGISTER calling conventions on...nielsAD2014-08-241-0/+4
* Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10Josh Triplett2014-04-051-2/+10
* Add support for stdcall, thiscall, and fastcall on non-Windows x86-32Josh Triplett2014-03-161-10/+5
* RebaseAnthony Green2012-10-111-1/+2
* Various MSVC-related changes.Peter Rosin2012-03-301-1/+6
* abi check fixes and Linux/x32 supportAnthony Green2012-03-031-0/+6
* Ensure that users don't include ffitarget.h directlyAnthony Green2012-02-231-0/+4
* Rebased from gccAnthony Green2012-02-101-1/+1
* Rebase from GCCAnthony Green2012-02-011-2/+5
* stdcall-x86-closure-fixAnthony Green2010-08-051-5/+5
* FFI_LAST_ABI fixAnthony Green2010-07-231-6/+7
* Remove warnings and add OS/2 supportAnthony Green2010-04-131-1/+1
* Add x86 Sun Studio compiler supportAnthony Green2010-01-151-3/+3
* Initial commitAnthony Green2009-10-041-0/+120