summaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Expand)AuthorAgeFilesLines
* Add MSYS configuration files (#728)Hans2022-09-171-12/+14
* Clean up the QNX ARM bits (#699)Ole André Vadla Ravnås2022-03-311-3/+7
* Fix building for arm windows with mingw toolchains (#631)Martin Storsjö2021-04-063-20/+77
* Add some missing #if conditionals from Apple's code drop (#620)Jeremy Huddleston Sequoia2021-03-202-0/+7
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-053-0/+89
* Support building x86 and arm64 without FFI_GO_CLOSURES (#586)Jeremy Huddleston Sequoia2020-10-271-0/+7
* Upstream local FreeBSD patches (#567)Niclas Zeising2020-08-071-0/+15
* arm: Fix the clang specific version of the assembly (#556)Martin Storsjö2020-04-251-4/+4
* add support for 32-bit ARM on Windows (#477)Paul Monson2019-04-263-6/+356
* Cleanup symbol exports on darwin and add architecture preprocessor checks to ...Jeremy Huddleston Sequoia2019-02-192-2/+7
* Update FFI_HIDDEN() to use .private_extern on Apple platforms and use the mac...Jeremy Huddleston Sequoia2018-07-211-1/+0
* i386: Fix missing break; in case statement leading to incorrectly returned FF...Jeremy Huddleston Sequoia2018-06-171-0/+1
* arm: fix a level of indirection issueSaleem Abdulrasool2017-10-241-1/+2
* arm: zext return value parametersSaleem Abdulrasool2017-10-101-0/+5
* Merge pull request #263 from ksjogo/masterAnthony Green2017-09-272-2/+2
|\
| * Update XcodeprojJohannes Goslar2017-03-302-2/+2
* | Merge pull request #271 from frida/fix/qnx-cache-flushingAnthony Green2017-09-271-0/+5
|\ \
| * | arm: Fix cache flushing on QNXs13412016-08-101-0/+5
| |/
* | Prefix ALIGN macros with FFI_Gregory Pakosz2017-04-271-3/+3
|/
* Fixed #181 -- Corrected problems with ARMv7 build under iOS.Russell Keith-Magee2015-12-213-267/+48
* Modified arm/sysv.S to remove directives not allowed by clang.Russell Keith-Magee2015-04-251-46/+91
* arm: Add support for Go closuresRichard Henderson2014-11-123-35/+105
* arm: Add argument space for the hidden struct return pointerRichard Henderson2014-11-121-12/+19
* arm: Add support for complex typesRichard Henderson2014-11-122-7/+22
* arm: Remove internal FFI_TYPE constantsRichard Henderson2014-11-121-4/+0
* arm: Rewrite ffi_closureRichard Henderson2014-11-125-4832/+189
* arm: Rewrite ffi_callRichard Henderson2014-11-124-440/+294
* arm: Rewrite vfp_type_pRichard Henderson2014-11-121-71/+147
* arm: Deref ffi_put_arg argumentsRichard Henderson2014-11-121-50/+38
* arm: Deref ffi_align argumentRichard Henderson2014-11-121-26/+15
* arm: Reindent arm/ffi.cRichard Henderson2014-11-121-351/+392
* Fix -Werror=declaration-after-statement problemMatthias Klose2014-09-201-3/+3
* When no VFP arguments are present the IP register is usedAnthony Green2014-02-281-0/+1
* Darwin/iOS: Improve unified syntax use for LLVMZachary Waldowski2014-02-051-38/+23
* Darwin/iOS: Fix mis-typing of vfp_reg_freeZachary Waldowski2014-02-051-1/+1
* Darwin/ARM: Assert on NULL dereferenceZachary Waldowski2014-02-051-2/+10
* Darwin/ARM: Inhibit Clang previous prototype warningsZachary Waldowski2014-02-051-1/+4
* Undo iOS ARM64 changes.Anthony Green2013-12-052-71/+91
* Darwin/iOS: More unified syntax support w/ Clang.Zachary Waldowski2013-11-301-49/+34
* Darwin/iOS: Simplify RETLDM arguments for LLVM 3.1Zachary Waldowski2013-11-301-12/+4
* Darwin: Silence Clang warnings.Zachary Waldowski2013-11-301-30/+33
* Clean up code to appease modern GCC compiler.Anthony Green2013-11-181-7/+4
* stop trying to assing vfp regs once we are done with the registersDavid Schneider2013-11-131-7/+10
* mark all vfp registers as used when done.David Schneider2013-11-121-0/+3
* Merge pull request #45 from foss-for-synopsys-dwc-arc-processors/arc_supportAnthony Green2013-11-021-13/+18
|\
* | Fix spelling errorsAnthony Green2013-10-082-3/+3
|/
* folow the ARM hard-float ABI in ffi_prep_incoming_args_VFPDavid Schneider2013-03-281-18/+55
* create separated versions of ffi_prep_incoming_args_* for SYSV and VFP ABIs.David Schneider2013-03-282-6/+52
* extend ffi_prepare_args for FFI_VFP (hard-float ABI), fixing an issue with pa...David Schneider2013-03-281-0/+70
* separate ARM ffi_prepare_args in a version implementing the simple SYSV calli...David Schneider2013-03-282-17/+13