summaryrefslogtreecommitdiff
path: root/src/moxie
Commit message (Expand)AuthorAgeFilesLines
* moxie: All struct args are passed in memoryAnthony Green2022-09-241-1/+1
* Fix moxie struct passingAnthony Green2022-05-281-1/+1
* moxie: structs > 8 go on stackAnthony Green2022-05-281-1/+1
* Pass copies of large structs on the stackAnthony Green2022-05-281-1/+17
* Revert "Don't dereference beyond the last array entry. (#667)" (#715)Anthony Green2022-05-231-1/+1
* Don't dereference beyond the last array entry. (#667)Anthony Green2022-05-231-1/+1
* Fix 'type'-oAnthony Green2021-07-291-3/+3
* Fix struct arg passingAnthony Green2021-07-291-22/+31
* Prefix ALIGN_DOWN macro with FFI_Gregory Pakosz2018-09-181-1/+1
* Fix case where callback arg value is split across regs and stackAnthony Green2018-04-081-3/+14
* Fix closure case where 8-byte value is partially passed in register. Fixes c...Anthony Green2018-03-161-3/+5
* Update moxie sub opcodeAnthony Green2018-03-131-1/+1
* Prefix ALIGN macros with FFI_Gregory Pakosz2017-04-271-1/+1
* Add moxie support. Release 3.0.12.v3.0.12Anthony Green2013-02-113-43/+88
* Add missing aarch64 configury bitsAnthony Green2012-11-063-108/+28
* Rebase post GCC mergeAnthony Green2012-03-191-7/+7
* Ensure that users don't include ffitarget.h directlyAnthony Green2012-02-231-1/+5
* FFI_LAST_ABI fixAnthony Green2010-07-231-6/+2
* Initial commitAnthony Green2009-10-043-0/+460