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