summaryrefslogtreecommitdiff
path: root/src/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Add MSYS configuration files (#728)Hans2022-09-171-9/+11
* Fix ILP32 for aarch64Anthony Green2022-06-251-0/+9
* Fix building on aarch64 after e409225b41b60c490a094bb068e639a2364202fd (#716)Martin Storsjö2022-05-291-1/+1
* Pass large structs by value for Linux x86_64 and Aarch64.Anthony Green2022-05-281-8/+31
* arm64e: Pull in pointer authentication code from Apple's arm64e libffi port (...Jeremy Huddleston Sequoia2021-03-243-44/+78
* aarch64: Fix closures for win64 (#606)AndreRH2021-03-231-9/+11
* Add some missing #if conditionals from Apple's code drop (#620)Jeremy Huddleston Sequoia2021-03-202-0/+9
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-053-1/+113
* aarch64: Allow FFI_WIN64 for winelib (#593)AndreRH2020-11-103-31/+47
* aarch64: Fix typoJakub Wilk2020-06-301-1/+1
* win64_armasm: Fix the spelling of ALIGN (#553)Martin Storsjö2020-04-251-1/+1
* Fix building for aarch64 windows with mingw toolchains (#555)Martin Storsjö2020-04-252-11/+11
* Port to iOS/arm64e (#548)Ole André Vadla Ravnås2020-03-092-2/+19
* Clean up line endings (#509)John Ericson2019-10-081-505/+505
* fix mingw build and crashing bugs for Python Windows ARM64 (#496)Paul Monson2019-08-073-11/+23
* libffi: added ARM64 support for Windows (#486)ossdev072019-06-253-56/+622
* fix check for Linux/aarch64Dan Horák2019-03-292-2/+2
* Cleanup symbol exports on darwin and add architecture preprocessor checks to ...Jeremy Huddleston Sequoia2019-02-192-10/+15
* aarch64: Flush code mapping in addition to data mapping (#471)Florian Weimer2019-02-191-0/+4
* Fix Q registers parameter passing on ARM64Martin Bektchiev2018-10-311-2/+2
* Revert "Remove some symbol exports and cleanup newline warnings (#433)"Anthony Green2018-05-051-6/+0
* Remove some symbol exports and cleanup newline warnings (#433)Jeremy Huddleston Sequoia2018-05-051-0/+6
* Revert "Fix passing struct by value on aarch64"Andreas Schwab2018-02-201-31/+8
* Fix passing struct by value on aarch64Andreas Schwab2018-02-071-8/+31
* aarch64: fix index base register for AArch64Saleem Abdulrasool2017-10-261-1/+1
* Merge branch 'master' based on ksjogo/libffiJean-Luc Jumpertz2017-10-231-2/+2
|\
| * Fix macOS build target in Xcode project.Jean-Luc Jumpertz2017-09-041-2/+2
* | Merge pull request #263 from ksjogo/masterAnthony Green2017-09-271-1/+1
|\ \ | |/
| * Update XcodeprojJohannes Goslar2017-03-301-1/+1
* | Prefix ALIGN macros with FFI_Gregory Pakosz2017-04-271-2/+2
|/
* Merge pull request #269 from frida/fix/aarch64-variadic-closures-on-iosTom Tromey2016-08-101-0/+9
|\
| * aarch64: Fix handling of variadic closures on iOSOle André Vadla Ravnås2016-08-101-0/+9
* | Merge pull request #268 from frida/fix/aarch64-large-aggregatesTom Tromey2016-08-101-0/+1
|\ \
| * | aarch64: Fix handling of aggregates larger than 16 bytesOle André Vadla Ravnås2016-08-101-0/+1
| |/
* | aarch64: Fix warning about unused function on iOSOle André Vadla Ravnås2016-08-101-6/+8
* | aarch64: Fix operand size warning reported by ClangOle André Vadla Ravnås2016-08-101-1/+1
|/
* Define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32Andreas Schwab2016-03-161-0/+1
* Fixed #181 -- Corrected problems with ARMv7 build under iOS.Russell Keith-Magee2015-12-213-246/+34
* aarch64: Handle ILP32 ABIAndrew Pinski2015-02-112-3/+21
* aarch64: implement the trampoline table workaround for ffi closures on Apple ...Yavor Georgiev2015-01-163-15/+282
* aarch64: rewrite range syntax into list to appease ClangYavor Georgiev2015-01-161-4/+4
* Fix for https://github.com/atgreen/libffi/issues/141James Greenhalgh2014-12-061-0/+5
* aarch64: Add support for Go closuresRichard Henderson2014-11-123-6/+112
* aarch64: Move x8 out of call_contextRichard Henderson2014-11-123-5/+4
* aarch64: Add support for complex typesRichard Henderson2014-11-122-9/+27
* aarch64: Remove aarch64_flagsRichard Henderson2014-11-122-7/+2
* aarch64: Unify scalar fp and hfa handlingRichard Henderson2014-11-121-134/+91
* aarch64: Move return value handling into ffi_closure_SYSVRichard Henderson2014-11-123-271/+176
* aarch64: Move return value handling into ffi_call_SYSVRichard Henderson2014-11-123-114/+258
* aarch64: Merge prep_args with ffi_callRichard Henderson2014-11-122-241/+144