summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
AgeCommit message (Expand)Author
2024-12-04[ORC] Merge ostream operators for SymbolStringPtrs into SymbolStringPool.h. NFC.Lang Hames
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2024-01-31[ORC] Merge MaterializationResponsibility notifyEmitted and addDependencieslhames
2023-07-22[ORC] Stabilize output stream orderFangrui Song
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2022-06-08[ORC] Add an output stream operator for SymbolStringPool.Lang Hames
2021-02-22[llvm] Use llvm::drop_begin (NFC)Kazu Hirata
2020-03-27[ORC] Introduce JITSymbolFlags::HasMaterializeSideEffectsOnly flag.Lang Hames
2020-03-21[ORC] Move ostream operators for debugging output out of Core.h.Lang Hames
2020-02-29Avoid including FileSystem.h from MemoryBuffer.hReid Kleckner
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-11-15Fix GCC -Wcast-qual warningsHans Wennborg
2019-11-15GCC 5.3 build fixHans Wennborg
2019-11-14[ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames