OSDN Git Service

[LLVM-C] Add DIBuilder bindings to create import declarations
[android-x86/external-llvm.git] / include / llvm-c / OrcBindings.h
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2017-09-17 Lang Hames[ORC] Hook up the LLVMOrcAddObjectFile function in...
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2016-04-25 Lang Hames[ORC] clang-format code that was touched in r267457...
2016-04-25 Lang Hames[ORC] Thread Error/Expected through the RPC library.
2016-03-07 Amaury SechetRemove unused import in Orc C API
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.