summaryrefslogtreecommitdiff
path: root/src/x86/ffiw64.c
Commit message (Expand)AuthorAgeFilesLines
* Add MSYS configuration files (#728)Hans2022-09-171-0/+2
* Fix windows arg passingAnthony Green2022-05-291-2/+1
* 64-bit cygwin: fix struct args. Document change.Anthony Green2022-05-291-0/+17
* x86: Fix MSVC runtime checks interop (#612)Ole André Vadla Ravnås2021-03-241-0/+10
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-051-0/+15
* Support building x86 and arm64 without FFI_GO_CLOSURES (#586)Jeremy Huddleston Sequoia2020-10-271-0/+5
* x86: Add indirect branch tracking support (#540)hjl-tools2020-02-211-8/+10
* fix x86/x64 MSVC build (#487)driver19982019-04-271-1/+1
* Cleanup symbol exports on darwin and add architecture preprocessor checks to ...Jeremy Huddleston Sequoia2019-02-191-2/+5
* Add FFI_GNUW64 ABI for GNU 80-bit long double supportAnthony Green2018-03-181-9/+30
* x86: Fix calling convention for ffi_closure_win64_innerRichard Henderson2016-04-291-1/+5
* Support the WIN64/EFI64 calling convention on all X86_64 platformsJosh Triplett2015-07-261-7/+9
* src/x86/ffiw64.c: Don't assign a "char *" to an "unsigned char *"Josh Triplett2015-07-261-1/+1
* x86: Fix void pointer arithmeticNobuyoshi Nakada2014-12-221-1/+1
* win64: RewriteRichard Henderson2014-11-121-0/+281