aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-22[Orc] Make usage of ResourceKeys thread-safe in DebugObjectManagerPluginStefan Gränitz1-36/+20
2021-03-22[Orc] Fix tracking of pending debug objects in DebugObjectManagerPluginStefan Gränitz1-41/+25
2021-03-13[Orc] Deallocate debug objects properly when removing resources from DebugObj...Stefan Gränitz1-33/+25
2021-03-12[JITLink][ORC] Make the LinkGraph available to modifyPassConfig.Lang Hames1-1/+1
2021-03-12[Orc] Fix race condition in DebugObjectManagerPluginStefan Gränitz1-4/+17
2021-03-11[Orc] Deallocate debug objects explicitly when destroying the DebugObjectMana...Stefan Gränitz1-2/+19
2021-03-09[Orc] Always check mapped sections for ELFDebugObject are in bounds of workin...Stefan Gränitz1-11/+39
2021-03-09[Orc] Fix working memory buffer for section mapping in ELFDebugObjectStefan Gränitz1-17/+20
2021-03-02[Orc] Fix MSVC error: conversion from 'initializer list' requires a narrowingStefan Gränitz1-1/+5
2021-03-02[Orc] Add JITLink debug support plugin for ELF x86-64Stefan Gränitz1-0/+482