[all-commits] [llvm/llvm-project] 0207de: [ORC] Prefer preincrement on iterator.
lhames via All-commits
all-commits at lists.llvm.org
Sun Dec 13 17:34:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0207de0bfe77b6444443adb27605e9f0fdfb8929
https://github.com/llvm/llvm-project/commit/0207de0bfe77b6444443adb27605e9f0fdfb8929
Author: Lang Hames <lhames at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
Log Message:
-----------
[ORC] Prefer preincrement on iterator.
Commit: 77bb3c1ac200079abf4eec57a81a2f6cb14a6eae
https://github.com/llvm/llvm-project/commit/77bb3c1ac200079abf4eec57a81a2f6cb14a6eae
Author: Lang Hames <lhames at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
Log Message:
-----------
[JITLink] Fix include guard end comment.
Commit: 8904ee8ac7ebcc50a60de0914abc6862e28b6664
https://github.com/llvm/llvm-project/commit/8904ee8ac7ebcc50a60de0914abc6862e28b6664
Author: Lang Hames <lhames at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/OrcRPCTargetProcessControl.h
M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
M llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
M llvm/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[JITLink] Add JITLinkDylib type, thread through JITLinkMemoryManager APIs.
JITLinkDylib represents a target dylib for a JITLink link. By representing this
explicitly we can:
- Enable JITLinkMemoryManagers to manage allocations on a per-dylib basis
(e.g by maintaining a seperate allocation pool for each JITLinkDylib).
- Enable new features and diagnostics that require information about the
target dylib (not implemented in this patch).
Compare: https://github.com/llvm/llvm-project/compare/fef242c32e83...8904ee8ac7eb
More information about the All-commits
mailing list