kc3-lang/libffi/include/ffi_common.h

Branch :


Log

Author Commit Date CI Message
44a6c285 2019-02-19 12:55:11 aarch64: Flush code mapping in addition to data mapping (#471) This needs a new function, ffi_data_to_code_pointer, to translate from data pointers to code pointers. Fixes issue #470.
e6eac786 2018-09-18 15:19:53 Prefix ALIGN_DOWN macro with FFI_
3840d49a 2018-03-11 05:55:15 New RISC-V port (#281) * Add RISC-V support This patch adds support for the RISC-V architecture (https://riscv.org). This patch has been tested using QEMU user-mode emulation and GCC 7.2.0 in the following configurations: * -march=rv32imac -mabi=ilp32 * -march=rv32g -mabi=ilp32d * -march=rv64imac -mabi=lp64 * -march=rv64g -mabi=lp64d The ABI currently can be found at https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md . * Add RISC-V to README * RISC-V: fix configure.host
bd72848c 2017-04-27 13:20:36 Prefix ALIGN macros with FFI_
2fbc0369 2015-11-19 16:38:35 move ffi_prep_cif_core to ffi_common.h
8bec5ca2 2015-11-11 21:34:43 ffi_prep_types is internal-only
3dc3f32c 2013-12-05 16:23:25 Undo iOS ARM64 changes.
cb719a5c 2013-11-30 04:09:18 Darwin/iOS: Fix LLVM 3.3 warning re: memcpy.
8af42f99 2013-11-13 16:40:28 Respect HAVE_ALLOCA_H
6a028cae 2013-01-10 01:19:43 Don't use GCCisms to define types when + building with the SUNPRO compiler.
8efc0b1f 2012-01-23 13:47:38 Unlikely fixes
ff9454da 2011-11-12 17:18:51 Add David Gilbert's variadic function call support
1fbf9dc4 2011-02-13 08:06:39 Fix bad_abi test. rc5.
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
c6dddbd0 2009-10-04 08:11:33 Initial commit