summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-07[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames1-7/+19
2016-04-25[ORC] clang-format code that was touched in r267457. NFC.Lang Hames1-22/+23
2016-02-10[Orc] Add lazy-JITting support for i386.Lang Hames1-0/+11
2016-01-11[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion withLang Hames1-1/+1
2015-12-06[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames1-1/+2
2015-12-04[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames1-1/+1
2015-11-03Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola1-9/+4
2015-11-03Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola1-4/+9
2015-11-03[Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames1-9/+4
2015-10-28[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames1-0/+47
2015-10-28[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames1-47/+0
2015-10-28[Orc] Add experimental C bindings for Orc.Lang Hames1-0/+47