summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/orc
AgeCommit message (Expand)Author
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre
2025-10-08[ORC][Runtime] Add dlupdate for coff (#115448)SahilPatidar
2025-04-11[cpp23] Remove usage of std::aligned_union<> in llvm (#135146)Victor Vianna
2025-03-24[ORC-RT] Add unique_function utility to the ORC runtime.Lang Hames
2025-03-24[ORC-RT] Rename extensible_rtti.{h,cpp} to rtti.{h,cpp}. NFCI.Lang Hames
2025-03-24[ORC-RT] Fix typos in file comments. NFC.Lang Hames
2025-03-07[ORC-RT] Rename 'orc_rt_*CWrapper*' types and functions to 'orc_rt_*Wrapper*'.Lang Hames
2025-02-05Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes.Lang Hames
2025-01-30Revert "Reapply "[ORC] Enable JIT support for the compact-unwind frame..." wi...Ben Langmuir
2025-01-30Reapply "[ORC] Enable JIT support for the compact-unwind frame..." with fixes.Lang Hames
2025-01-24Revert "[ORC] Enable JIT support for the compact-unwind frame info format..."Lang Hames
2025-01-23[ORC] Enable JIT support for the compact-unwind frame info format on Darwin.Lang Hames
2024-12-15[ORC][ORC-RT] Add ORC-RT based lazy compilation support for x86-64.Lang Hames
2024-12-13[ORC-RT] Fix comments. NFC.Lang Hames
2024-12-09Reapply "[ORC] Introduce LazyReexportsManager, ... (#118923)" with fixes.Lang Hames
2024-12-09[ORC-RT] Fix unit tests on Linux.Lang Hames
2024-12-09Revert "Reapply "[ORC] Introduce LazyReexportsManager, … (#118923)" with fi...Lang Hames
2024-12-09Reapply "[ORC] Introduce LazyReexportsManager, … (#118923)" with fixesLang Hames
2024-12-07Revert "[ORC] Introduce LazyReexportsManager, JITLinkTrampolines, … (#118923)"Lang Hames
2024-12-07[ORC] Introduce LazyReexportsManager, JITLinkTrampolines, ORC-RT base… (#11...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-10-12[ORC] Implement basic reoptimization.Sunho Kim
2024-09-30[ORC-RT] Rename sections_tracker.h to record_section_tracker.h.Lang Hames
2024-09-28[compiler-rt] Fix a warningKazu Hirata
2024-09-28[ORC][Runtime] Enhancing ELF Platform with Push-Request Model for Initializer...SahilPatidar
2024-09-11[ORC][Runtime] Add `dlupdate` for MachO (#97441)SahilPatidar
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] Fix typo in 462251b80b7.Lang Hames
2024-09-10[ORC-RT] Replace FnTag arg of WrapperFunction::call with generic dispatch arg.Lang Hames
2024-09-09complete rename of __orc_rt namespaceMikhail Goncharov
2024-09-09[ORC-RT] Remove double underscore from the orc_rt namespace.Lang Hames
2024-08-23[orc][mach-o] Unlock the JITDylib state mutex during +load (#105333)Ben Langmuir
2024-07-08[ORC-RT] Fix typo in comment.Lang Hames
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-05-14[compiler-rt][ORC] Remove unused cmake variables (NFC) (#87742)Keith Smiley
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson
2024-01-17[compiler-rt][ORC] Silence warning when building on MSVC/WindowsAlexandre Ganea
2024-01-17[ORC-RT] Silence warning when building with Clang ToT on WindowsAlexandre Ganea
2024-01-17[compiler-rt] Silence warning with MSVC 19.38 (Visual Studio 2022 17.8.3)Alexandre Ganea
2024-01-04[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (#76989)Ben Langmuir
2023-12-19[ORC-RT] Fix ptrauth signing for dlsym return value (#75972)Ben Langmuir
2023-12-14[orc-rt] Add ORC_ENABLE_OSX to control whether to build the orc runtime (#75536)Ben Langmuir
2023-12-08[ORC-RT][ORC][MachO] Fix build after 437b4f1cJan Svoboda
2023-12-08[ORC-RT][ORC][MachO] Refactor dlsym to extract a reusable bulk-lookup API.Lang Hames
2023-12-07[ORC-RT][ORC][MachO] Fix some issues with executor-side symbol tables.Lang Hames