[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
[oota-llvm.git] / lib / ExecutionEngine / Orc /
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-11-05 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
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-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Lang Hames[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
2015-10-28 Vasileios Kalintiris[Orc] Remove unnecessary semicolon. NFC.
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.
2015-10-26 Lang Hames[Orc] Add license header to OrcTargetSupport.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-13 Duncan P. N. Exon... OrcJIT: Remove implicit ilist iterator conversions...
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
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-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-22 Joseph TremouletFix line endings (NFC)
2015-06-22 Joseph Tremoulet[ORC] Add NullResolver
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-04-20 Lang Hames[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for...
2015-04-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-04-07 Lang Hames[Orc] Save all the x86-64 GPRs before re-entering the...
2015-04-06 Lang Hames[Orc] Tidy up the assembly for the x86-64 resolver...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-24 Lang Hames[Orc] Move delta-handling for trampoline sizes into...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-22 Lang Hames[Orc] Remove redundant using directive.
2015-02-22 Lang Hames[Orc] Add header comment to IndirectionUtils.cpp.
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-17 NAKAMURA TakumiOrcJIT: Appease msc18 not to be confused on executeComp...
2015-02-17 NAKAMURA TakumiReformat.
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-02 Lang Hames[Orc] Make OrcMCJITReplacement::addObject calls transfe...
2015-02-02 Lang Hames[Orc] Remove the OwnedModules list from OrcMCJITReplace...
2015-01-27 Eric ChristopherRemove some extraneous includes.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 NAKAMURA TakumiOrcJIT: Avoid non-static initializers.
2015-01-25 NAKAMURA TakumiOrc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
2015-01-24 Lang Hames[Orc] Add TransformUtils to Orc's dependency list.
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Lang Hames[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
2015-01-23 Lang Hames[Orc] New JIT APIs.