summaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/OrcLazy
AgeCommit message (Expand)Author
2025-02-05Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes.Lang Hames
2025-02-04[ORC] Add minimal-throw-catch.ll regression test for lli -jit-mode=orc.Lang Hames
2024-11-05[ORC] Enable lli -jit-kind=orc-lazy tests on aarch64.Lang Hames
2024-01-22Reland "[lli] Revisit Orc debug output tests (#79055)"Stefan Gränitz
2024-01-22Revert "[lli] Revisit Orc debug output tests" (#79055)Mehdi Amini
2024-01-22[lli] Revisit Orc debug output tests (#76822)Stefan Gränitz
2024-01-02[Orc] Temporarily disable OrcLazy debug tests on macOSStefan Gränitz
2023-12-01Reland [X86] With large code model, put functions into .ltext with large sect...Arthur Eubanks
2023-12-01Revert "Reland [X86] With large code model, put functions into .ltext with la...Dmitri Gribenko
2023-11-30Reland [X86] With large code model, put functions into .ltext with large sect...Arthur Eubanks
2023-11-28Revert "[X86] With large code model, put functions into .ltext with large sec...Arthur Eubanks
2023-11-28[X86] With large code model, put functions into .ltext with large section fla...Arthur Eubanks
2023-10-12Fix minimal-throw-catch.ll on x86 macLeonard Chan
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-05-15Revert "[X86] Use the CFA as the DWARF frame base for better variable locatio...J. Ryan Stinnett
2023-05-15[X86] Use the CFA as the DWARF frame base for better variable locations aroun...Kyle Huey
2023-04-08Re-apply "[ORC] LLJIT updates: ExecutorNativePlatform, default ..." with fixes.Lang Hames
2023-04-07Revert "[ORC] LLJIT updates: ExecutorNativePlatform, default link order, ..."Lang Hames
2023-04-07[ORC] LLJIT updates: ExecutorNativePlatform, default link order, Process JD.Lang Hames
2023-03-19Revert "[ORC] Introduce SetUpExecutorNativePlatform utility."Lang Hames
2023-03-19[ORC] Introduce SetUpExecutorNativePlatform utility.Lang Hames
2023-02-02[ExecutionEngine] Enable ExecutionEngine regression tests on LoongArchwanglei
2023-01-24Teach RuntimeDyld about COFF weak references and to consider comdat symbols w...Vassil Vassilev
2022-12-05ExecutionEngine: Convert tests to opaque pointersMatt Arsenault
2022-06-26[ORC][LLJIT] Define atexit symbol in GenericLLVMIRPlatformSupport.Sunho Kim
2022-05-11[ORC] Fix sorting of contructors by priorityJonas Hahnfeld
2021-11-25[NFC][llvm] Inclusive language: reword uses of sanity test and checkZarko Todorovski
2021-11-04[NFC] Disabled few tests with MemoryWithOriginsVitaly Buka
2021-10-09[Orc] Fix global variable destructor function support when --jit-kind=orc-lazyluxufan
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan
2021-09-22[ORC] DebugObjectManagerPlugin tests can use lli in ORC greedy modeStefan Gränitz
2021-09-22[ORC] Re-enable ELF DebugObjectManagerPlugin testsStefan Gränitz
2021-08-11[Orc] Enable debug object tests only on x86_64 hostsStefan Gränitz
2021-07-17[ORC] Remove LLVM-side MachO Platform runtime support.Lang Hames
2021-03-09[Orc] Test DebugObjectManagerPlugin fills in load-address for .text section o...Stefan Gränitz
2021-03-02[Orc] Extend lli debug support tests to JITLinkStefan Gränitz
2021-03-02[lli] Test debug support in RuntimeDyld with built-in functionsStefan Gränitz
2020-06-15[ORC] Honor linker private global prefix on symbol names.Lang Hames
2020-04-05[ORC] Add MachO universal binary support to StaticLibraryDefinitionGenerator.Lang Hames
2020-04-02Re-apply 0071eaaf089, "[ORC] Export __cxa_atexit ...", with fixes.Lang Hames
2020-04-01Revert "[ORC] Export __cxa_atexit from the main JITDylib in LLJIT."Nico Weber
2020-04-01[ORC] Export __cxa_atexit from the main JITDylib in LLJIT.Lang Hames
2020-04-01[ORC] Don't require a null-terminator on MemoryBuffers for objects in archives.Lang Hames
2020-03-12[ORC] Enable exception handling in JIT'd code when using LLJIT on Darwin.Lang Hames
2020-02-26Disable memory leak checking in a test to work around a bot failureErik Pilkington
2020-02-22[ORC] Update LLJIT to automatically run specially named initializer functions.Lang Hames
2020-02-19[ORC] Add generic initializer/deinitializer support.Lang Hames
2020-01-21[ORC] Add support for emulated TLS to ORCv2.Lang Hames
2020-01-11[ORC] Fix argv handling in runAsMain / lli.Lang Hames
2019-08-13[ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames