1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/ExecutionEngine
Lang Hames 4713d7a998 [JITLink] Fix edge removal iterator invalidation.
This patch changes Block::removeEdge to return a valid iterator to the new next
element, and uses this to update the edge removal algorithm in
LinkGraph::splitBlock.
2020-04-22 14:16:46 -07:00
..
JITLink [JITLink] Fix edge removal iterator invalidation. 2020-04-22 14:16:46 -07:00
Orc [ORC] Replace LLJIT::defineAbsolute with an LLJIT::define convenience method. 2020-04-18 14:16:54 -07:00
ExecutionEngine.h
GenericValue.h
Interpreter.h
JITEventListener.h
JITSymbol.h [ORC] Add a convenience method to create a JITEvaluatedSymbol from a pointer. 2020-04-18 14:16:54 -07:00
MCJIT.h
ObjectCache.h
OProfileWrapper.h
OrcMCJITReplacement.h
OrcV1Deprecation.h
RTDyldMemoryManager.h
RuntimeDyld.h
RuntimeDyldChecker.h
SectionMemoryManager.h SectionMemoryManager.h - remove unnecessary StringRef.h include. NFC. 2020-04-19 21:25:10 +01:00