summaryrefslogtreecommitdiff
path: root/src/arm/sysv.S
Commit message (Expand)AuthorAgeFilesLines
* Fix building for arm windows with mingw toolchains (#631)Martin Storsjö2021-04-061-9/+63
* Add some missing #if conditionals from Apple's code drop (#620)Jeremy Huddleston Sequoia2021-03-201-0/+3
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-051-0/+47
* arm: Fix the clang specific version of the assembly (#556)Martin Storsjö2020-04-251-4/+4
* Cleanup symbol exports on darwin and add architecture preprocessor checks to ...Jeremy Huddleston Sequoia2019-02-191-0/+2
* 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
* Update XcodeprojJohannes Goslar2017-03-301-1/+1
* Fixed #181 -- Corrected problems with ARMv7 build under iOS.Russell Keith-Magee2015-12-211-19/+22
* 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-121-22/+41
* arm: Rewrite ffi_closureRichard Henderson2014-11-121-121/+110
* arm: Rewrite ffi_callRichard Henderson2014-11-121-302/+138
* 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
* Undo iOS ARM64 changes.Anthony Green2013-12-051-38/+61
* 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
* create separated versions of ffi_prep_incoming_args_* for SYSV and VFP ABIs.David Schneider2013-03-281-3/+3
* separate ARM ffi_prepare_args in a version implementing the simple SYSV calli...David Schneider2013-03-281-2/+2
* 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-301-1/+4
* RebaseAnthony Green2011-11-121-0/+5
* More AIX fixes. rc9.Anthony Green2011-02-281-18/+21
* Fix symbol prefixes on Darwin.Landon Fuller2011-02-121-3/+3
* Apple assembler support; fixed most gas/ELF-isms.Landon Fuller2011-02-121-0/+9
* Replace RETLDM macro.Landon Fuller2011-02-121-18/+6
* Add ChangeLog entry. Fix copyright headers.Anthony Green2011-02-091-0/+1
* Add iOS supportAnthony Green2011-02-081-7/+37
|\
| * Fix symbol prefix for ffi_closure_SYSV_inner on Darwin.Landon Fuller2010-09-191-1/+1
| * Add missing UNWIND entry; disables .pad on non-EABI targets.Landon Fuller2010-09-181-1/+1
| * Apple assembler support; fixed most gas/ELF-isms.Landon Fuller2010-09-181-20/+27
| * Fix placement of the __APPLE__ macro.Landon Fuller2010-09-181-6/+6
| * Work-around libffi's FP ABI detection.Landon Fuller2010-09-181-0/+6
* | Refresh from GCCAnthony Green2011-02-081-74/+78
* | RebaseAnthony Green2010-11-211-9/+164
|/
* Rebase to latest GCC sourcesAnthony Green2010-04-131-1/+2
* Initial commitAnthony Green2009-10-041-0/+306