aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-26[Orc] Use extensible RTTI for the orc::ObjectLayer class hierarchyStefan Gränitz1-3/+7
2020-09-11Re-apply "[ORC] Make MaterializationResponsibility immovable..." with fixes.Lang Hames1-3/+4
2020-09-11Revert "[ORC] Make MaterializationResponsibility immovable, pass by unique_ptr."Florian Hahn1-4/+3
2020-09-10[ORC] Make MaterializationResponsibility immovable, pass by unique_ptr.Lang Hames1-3/+4
2019-11-14[ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames1-5/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-16[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames1-2/+2
2018-10-15[ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames1-5/+5
2018-05-23[LKH] Add ObjectTransformLayer2.Lang Hames1-0/+34