aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-18[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames1-35/+25
2016-04-18Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber1-25/+35
2016-04-18[ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames1-35/+25
2016-01-19[Orc] #undef a MACRO after I'm done with it.Lang Hames1-7/+10
2016-01-15[Orc] Replace switch cases with a macro.Lang Hames1-62/+35
2016-01-14[Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames1-0/+4
2016-01-11[Orc] Add support for remote JITing to the ORC API.Lang Hames1-0/+83