summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/orc/dlfcn_wrapper.cpp
AgeCommit message (Expand)Author
2025-10-08[ORC][Runtime] Add dlupdate for coff (#115448)SahilPatidar
2025-03-07[ORC-RT] Rename 'orc_rt_*CWrapper*' types and functions to 'orc_rt_*Wrapper*'.Lang Hames
2024-11-06[ORC][Runtime] Add `dlupdate` for elf (#110406)SahilPatidar
2024-10-17[Orc][Runtime] Refactor `dlupdate` to remove the `mode` argument (#110491)SahilPatidar
2024-09-11[ORC][Runtime] Add `dlupdate` for MachO (#97441)SahilPatidar
2024-09-09[ORC-RT] Remove double underscore from the orc_rt namespace.Lang Hames
2023-02-21[ORC-RT] Remove the '__' prefix from the ORC runtime's public API.Lang Hames
2022-06-09[ORC][ORC_RT] Integrate ORC platforms with LLJIT and lliPeter S. Housel