aboutsummaryrefslogtreecommitdiffstats
path: root/src/arm
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to upstream v3.3 and add METADATA.Elliott Hughes2020-03-305-1096/+1249
|\
| * 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
| * move the hardfloat specific argument copying code to the helper functionDavid Schneider2013-03-281-12/+12
| * extract setting of arguments to be passed to a helper functionDavid Schneider2013-03-281-41/+49
| * extract code to align the argument storage pointer to a helper functionDavid Schneider2013-03-281-28/+27
| * More mac/ios build improvementsZachary Waldowski2012-04-111-1/+1
| * Fix building with Clang for Darwin (OS X 10.6+ and iOSZachary Waldowski2012-04-051-4/+4
| * ARM VFP fix for old toolchainsAnthony Green2012-03-302-1/+8
| * Ensure that users don't include ffitarget.h directlyAnthony Green2012-02-231-2/+7