summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/orc/wrapper_function_utils.h
AgeCommit message (Expand)Author
2025-03-07[ORC-RT] Rename 'orc_rt_*CWrapper*' types and functions to 'orc_rt_*Wrapper*'.Lang Hames
2024-09-10Re-apply "[ORC-RT] Replace FnTag arg of WrapperFunction::call..." with fixes.Lang Hames
2024-09-10Revert "[ORC-RT] Replace FnTag arg of WrapperFunction::call with generic disp...Mikhail Goncharov
2024-09-10[ORC-RT] Replace FnTag arg of WrapperFunction::call with generic dispatch arg.Lang Hames
2024-09-09[ORC-RT] Remove double underscore from the orc_rt namespace.Lang Hames
2024-01-17[ORC-RT] Silence warning when building with Clang ToT on WindowsAlexandre Ganea
2023-02-21[ORC-RT] Remove the '__' prefix from the ORC runtime's public API.Lang Hames
2022-09-18[ORC][ORC-RT] Make WrapperFunctionCall::Create support void functions.Lang Hames
2022-09-12[ORC-RT] Update headers for rename of include/orc in a85e4aa37de.Lang Hames
2022-06-16[ORC-RT] Make the ORC runtime C API public.Lang Hames
2022-01-16[ORC-RT] Update WrapperFunctionCall for 089acf25223.Lang Hames
2021-10-28[ORC-RT] Add a WrapperFunctionCall utility.Lang Hames
2021-10-19[ORC-RT] Add MethodWrapperHandler utility for WrapperFunction.Lang Hames
2021-10-19[ORC-RT] Use function pointer type (rather than reference) for traits class.Lang Hames
2021-10-19[ORC-RT] Avoid switching out-of-band error value into __orc_rt::Error and back.Lang Hames
2021-08-24[ORC-RT] Add non-const WrapperFunctionResult data access, simplify allocate.Lang Hames
2021-07-19[ORC-RT] Fix missing std::move.Lang Hames
2021-07-19[ORC][ORC-RT] Introduce ORC-runtime based MachO-Platform.Lang Hames
2021-06-15[ORC-RT] Fix void function handling in the WrapperFunction utility.Lang Hames
2021-06-14[ORC-RT] Fix an error check.Lang Hames
2021-06-13[ORC-RT] Fix a comment.Lang Hames
2021-06-13[ORC-RT] Split Simple-Packed-Serialization code into its own header.Lang Hames
2021-06-08Rename compiler-rt/lib/orc/endian.h to endianness.h to avoid conflict with sy...David Blaikie
2021-06-01[ORC-RT] Add WrapperFunctionResult, Simple Packed Serialization (SPS) system.Lang Hames