aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/lli
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[NFCI][LLVM] Remove `raw_string_ostream::flush` calls (#164086)Rahul Joshi1-1/+0
2025-12-18[lli] Honor --jit-linker-kind=rtdyld on platforms that default to jitlink (#1...Stefan Gränitz1-16/+17
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz1-1/+0
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata1-3/+3
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata1-1/+1
2025-10-15[NFC][LLVM] Namespace cleanup in llc/lli.cpp (#162936)Rahul Joshi1-200/+197
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar1-2/+5
2025-08-01[lli] Fix crash with --no-process-syms on MinGW (#151386)jeremyd20191-2/+6
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames1-1/+2
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames1-0/+1
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames1-2/+2
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-6/+5
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames1-4/+3
2025-03-06Revert "[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinking..."Lang Hames1-3/+4
2025-03-06[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinkingLayerCreator.Lang Hames1-4/+3
2025-01-29[ORC][LLI] Remove redundant eh-frame registration plugin construction from lli.Lang Hames1-10/+4
2025-01-20[ORC] Move EHFrameRegistrationPlugin into its own header + source file. NFC.Lang Hames1-0/+1
2024-11-11[ORC] Move absoluteSymbols from Core.h to new AbsoluteSymbols.h header. NFC.Lang Hames1-0/+1
2024-11-07[ORC] Switch to new visibility macros for JIT debug symbols (#113848)Thomas Fransham1-1/+2
2024-10-12[ORC] Introduce IRPartitionLayer for common partition functionality.Sunho Kim1-1/+2
2024-09-15[Instrumentation] Move out to Utils (NFC) (#108532)Antonio Frighetto1-1/+0
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov1-0/+1
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu2-4/+4
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu2-4/+4
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu2-4/+4
2024-06-29[llvm] Use std::make_unique (NFC) (#97165)Kazu Hirata1-2/+2
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov1-2/+1
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim1-1/+2
2024-01-29[lli] Use StringRef::consume_front (NFC)Kazu Hirata1-5/+3
2024-01-22Reland "[lli] Revisit Orc debug output tests (#79055)"Stefan Gränitz4-219/+99
2024-01-22Revert "[lli] Revisit Orc debug output tests" (#79055)Mehdi Amini4-99/+219
2024-01-22[lli] Revisit Orc debug output tests (#76822)Stefan Gränitz4-219/+99
2024-01-05[lli] Mimic default LLJIT logic with explicit --jit-linker option (#76964)Stefan Gränitz1-3/+6
2024-01-04[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (#76989)Ben Langmuir1-4/+5
2024-01-03[Orc] Deduplicate GDB JIT Interface declarations (NFC) (#76373)Stefan Gränitz1-28/+4
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-12-05Ensure `lli --force-interpreter` disables the OrcJIT too (#73717)Alex Light1-1/+1
2023-12-03[llvm] Stop including llvm/ADT/StringRef.h (NFC)Kazu Hirata1-1/+0
2023-09-28Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes.Lang Hames2-2/+3
2023-09-27Re-apply "[ORC][LLJIT] Move enable-debugger-support utility out of..."Lang Hames1-3/+15
2023-09-22Revert "[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder."Lang Hames1-15/+3
2023-09-22[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder.Lang Hames1-3/+15
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
2023-09-07[lli] Make sure the exported __chkstk functions are included when exporting themMartin Storsjö1-0/+14
2023-07-31[lli] Fix crash on empty entry-functionCullen Rhodes1-0/+6
2023-05-23[lli] Export the MinGW chkstk function from the lli executableMartin Storsjö1-0/+38
2023-05-10Revert "[lli] Honor -mtriple option in -jit-kind=orc mode."Nico Weber1-13/+6
2023-05-09[lli] Honor -mtriple option in -jit-kind=orc mode.Lang Hames1-6/+13
2023-05-09[lli] Improve support for MinGW by implementing __main as a no-op.Lang Hames1-0/+22
2023-04-16[ORC][LLJIT] Add LLJITBuilder convenience function to enable debugger support.Lang Hames1-6/+4