Merging r258416 and r258428:
[oota-llvm.git] / include / llvm / ExecutionEngine /
2016-01-13 Lang Hames[ORC] Add extra debugging output to OrcRemoteTargetServer.
2016-01-13 Lang Hames[ORC] Fix typo in debugging output.
2016-01-12 Lang Hames[ORC] More cleanup, partially aimed at working around...
2016-01-12 Lang Hames[Orc] Replace lambda with a helper method.
2016-01-12 Lang Hames[Orc] Clang-format.
2016-01-12 Lang Hames[Orc] Take another shot at working around the GCC 4...
2016-01-12 Lang Hames[Orc] Comment out debugging output in OrcRemoteTargetCl...
2016-01-12 Lang Hames[ORC] Remove extraneous '&'.
2016-01-12 Lang Hames[ORC] Replace some more 'auto' uses with std::error_code.
2016-01-12 Lang Hames[Orc] Add overloads of RPC::handle and RPC::expect...
2016-01-12 NAKAMURA TakumiOrcRemoteTargetServer.h: Suppress a warning. [-Wunused...
2016-01-11 Lang Hames[ORC] Add explicit move construction/assignment to
2016-01-11 Lang Hames[ORC] More MSVC error wrangling.
2016-01-11 Lang Hames[Orc] Fix missing return.
2016-01-11 Lang Hames[Orc] Add explicit move construction/assignment to...
2016-01-11 David BlaikieFix some GCC 4.7 issues with the new Orc remote JIT...
2016-01-11 Lang Hames[ORC] Explicitly delete copy constructors for RCMemoryM...
2016-01-11 Lang Hames[Orc] Include <system_error> in OrcTargetClient.
2016-01-11 Lang Hames[Orc] More explicit move construction/assignment to...
2016-01-11 Lang Hames[ORC] Pacify MSVC by adding explicit move construction...
2016-01-11 Lang Hames[ORC] Change 'auto' to 'std::error_code' to try to...
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2016-01-11 Lang Hames[ORC] Move ORC RPC helper classes that rely on partial...
2016-01-11 Lang Hames[Orc] Remove the empty class definitions in RPCUtils...
2016-01-11 Lang HamesOrc] Drop PageSize member from Orc architecture support...
2016-01-11 Lang Hames[Orc] Remove the FPRPCChannel class from RPCChannel...
2016-01-11 Lang Hames[Orc] Include the IndirectionUtils header in OrcRemoteT...
2016-01-11 Lang Hames[Orc] Remote the <unistd> include introduced in r257305...
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-11 Lang Hames[Orc] Add error codes and a new std::error_category...
2016-01-10 Lang Hames[RuntimeDyld] Add a notifyObjectLoaded method to Runtim...
2016-01-10 Lang Hames[RuntimeDyld] Add alignment arguments to the reserveAll...
2016-01-09 Lang Hames[Orc] Fix MSVC build errors due to r257265 by adding...
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2016-01-09 Lang Hames[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
2015-12-16 Keno Fischer[SectionMemoryManager] Make better use of virtual memory
2015-12-14 NAKAMURA TakumiReformat to untabify.
2015-12-07 Mehdi AminiRemove useless hack that avoids calling LLVMLinkInInter...
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-05 Lang HamesWhitespace.
2015-12-04 Lang Hames[Orc] Move some code up into the JITCompileCallbackMana...
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
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-11-02 David BlaikieFix the build I just broke
2015-11-02 David BlaikieOrc: Drop some else-after-return, reflow a few spots...
2015-10-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-30 NAKAMURA Takumillvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules.
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Lang Hames[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
2015-10-26 Lang Hames[Orc] In the CompileOnDemand layer, wrap module ownersh...
2015-10-21 Lang Hames[Orc] Clean up a comment.
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-10-19 Lang Hames[Orc] Fix MSVC bugs introduced in r250749.
2015-10-19 Lang Hames[Orc] Use '= default' for move constructor/assignment...
2015-10-19 David BlaikieFix -Wdeprecated regarding ORC copying ValueMaterializers
2015-10-19 Lang Hames[Orc] Add explicit move constructor and assignment...
2015-10-19 Lang Hames[Orc] Lambda needs to capture 'this'.
2015-10-19 Lang Hames[Orc] Remove extraneous semicolon that found its way...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-07 Lang Hames[Orc] Enable user supplied partitioning functors in...
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-10-01 Keno FischerFix performance problem in long-running SectionMemoryMa...
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-08-27 Lang HamesAdd a global mapping layer for Orc. Adapted from a...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 Yaron KerenProvide move constructor to appease Visual C++.
2015-07-31 David BlaikieFix an MSVC build break since it can't synthesize move...
2015-07-31 David BlaikieFix some formatting from a recent commit.
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Michael KupersteinRevert "Make ExecutionEngine owning a DataLayout"
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-14 Lang Hames[ExecutionEngine] Re-apply r241962 with fixes for ARM.
2015-07-11 Renato GolinRevert "[ExecutionEngine] Use std::function rather...
2015-07-10 Lang Hames[ExecutionEngine] Use std::function rather than a funct...
2015-07-05 Lang Hames[RuntimeDyld] Add comment documenting the behavior...
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Joseph TremouletFix line endings (NFC)
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-12 Lang Hames[Orc] Tidy up the CompileOnDemand layer based on commit...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-11 Lang Hames[Orc] Attempted fix for GCC ICE on Polly builder.
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
next