summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/orc/coff_platform.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-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[compiler-rt] Silence warning with MSVC 19.38 (Visual Studio 2022 17.8.3)Alexandre Ganea
2023-02-21[ORC-RT] Remove the '__' prefix from the ORC runtime's public API.Lang Hames
2022-09-15[ORC-RT] Update COFF, ELF support after ExecutorAddrDiff change in 4c434831865.Lang Hames
2022-09-10[ORC][ORC_RT][COFF] Support dynamic VC runtime.sunho
2022-08-14[ORC_RT][COFF] Fix cross compilation with mingw headersMartin Storsjö
2022-08-13[ORC_RT][COFF] Initial platform support for COFF/x86_64.Sunho Kim