summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Orc
AgeCommit message (Expand)Author
2016-05-01[ORC] Save AArch64 NEON state in the JIT reentry block.Lang Hames
2016-04-29[Orc] Add ORC lazy-compilation support for AArch64.Lang Hames
2016-04-25[ORC] clang-format code that was touched in r267457. NFC.Lang Hames
2016-04-25[ORC] Thread Error/Expected through the RPC library.Lang Hames
2016-04-18[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames
2016-04-18Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-18[ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames
2016-02-21[Orc] Add stack-realignment code to the i386 resolver function.Lang Hames
2016-02-10[Orc] Add lazy-JITting support for i386.Lang Hames
2016-02-06[Orc] Slightly improve the x86-64 resolver block machine code.Lang Hames
2016-02-05[Orc] Fix a typo in the comments for the x86_64 resolver block.Lang Hames
2016-02-02[Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:Lang Hames
2016-01-26Remove autoconf supportChris Bieneman
2016-01-20Orc: Simplify lambda by using std::set's initializer_list ctorDavid Blaikie
2016-01-20Fix build warning.Evgeniy Stepanov
2016-01-20[Orc] Fix a use-after-move bug in the Orc C-bindings stack.Lang Hames
2016-01-19[Orc] #undef a MACRO after I'm done with it.Lang Hames
2016-01-19[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects untilLang Hames
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2016-01-15[Orc] Replace switch cases with a macro.Lang Hames
2016-01-14[Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames
2016-01-11[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames
2016-01-11[Orc] Add support for remote JITing to the ORC API.Lang Hames
2016-01-11[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion withLang Hames
2016-01-11[Orc] Add error codes and a new std::error_category for remote-jit errors.Lang Hames
2016-01-10[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method ofLang Hames
2016-01-09[Orc] Enable user-supplied memory managers in the CompileOnDemand layer.Lang Hames
2015-12-06[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames
2015-12-04[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames
2015-11-05Refactor: Simplify boolean conditional return statements in lib/llvm/Executio...Alexander Kornienko
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby
2015-11-03Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola
2015-11-03Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola
2015-11-03[Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames
2015-10-31Add a sys::OwningMemoryBlock class, which is a sys::MemoryBlock that owns itsLang Hames
2015-10-30[Orc] Expose the compile callback API through the C bindings.Lang Hames
2015-10-29[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, ratherLang Hames
2015-10-29[Orc] Add support for RuntimeDyld::setProcessAllSections.Lang Hames
2015-10-28[Orc] Remove the 'takeOwnershipOfBuffers' kludge.Lang Hames
2015-10-28[Orc] Remove unnecessary semicolon. NFC.Vasileios Kalintiris
2015-10-28[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames
2015-10-28[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames
2015-10-28[Orc] Add experimental C bindings for Orc.Lang Hames
2015-10-26[Orc] Add license header to OrcTargetSupport.Lang Hames
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby
2015-10-19[Orc] Add support for emitting indirect stubs directly into the JIT target'sLang Hames
2015-10-13OrcJIT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-10-06[Orc] Teach the CompileOnDemand layer to clone aliases.Lang Hames