OSDN Git Service

[X86][SSE] Support v8i16/v16i16 rotations
[android-x86/external-llvm.git] / lib / ExecutionEngine /
2018-06-03 Lang Hames[ORC] Add a constructor to create an IRMaterializationU...
2018-05-31 Lang Hames[ORC] Add a getRequestedSymbols method to Materializati...
2018-05-31 Lang Hames[ORC] Rename IRMaterializationUnit's Discardable member...
2018-05-30 Hiroshi Inoue[PowerPC] fix broken JIT-compiled code with tail call...
2018-05-30 Lang Hames[ORC] Fix an ambiguous make_unique call.
2018-05-30 Lang Hames[ORC] Update JITCompileCallbackManager to support multi...
2018-05-24 Andres Freund[C-API] Add functions to create GDB, Intel, Oprofile...
2018-05-24 Andres Freund[ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListen...
2018-05-24 Andres Freund[ORC] Add ability [un]register JITEventListener on...
2018-05-24 Andres Freund[ORC] Extend object layer callbacks so JITEventListener...
2018-05-24 Lang HamesAdd handling for GlobalAliases in ExecutionEngine:...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
2018-05-24 Andres Freund[ORC] Perform name mangling in findSymbolIn(), as done...
2018-05-24 Andres FreundRevert r333147 "[ORC] Add findSymbolIn() wrapper to...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings.
2018-05-23 Lang Hames[RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC...
2018-05-23 Lang Hames[LKH] Add a new IRTransformLayer.
2018-05-23 Lang Hames[LKH] Add ObjectTransformLayer2.
2018-05-23 Lang Hames[LKH] Add a new IRCompileLayer.
2018-05-22 Lang Hames[ORC] Move symbol-scanning and discard from BasicIRLaye...
2018-05-21 Lang Hames[LKH] Add a replacement RTDyldLayer.
2018-05-21 Lang Hames[ORC] Preserve Materializing symbol flag during resolution.
2018-05-21 Lang Hames[ORC] Lookup now returns an error if any symbols are...
2018-05-21 Lang Hames[ORC] Remove the optional MaterializationResponsibility...
2018-05-21 Lang Hames[ORC] Add IRLayer and ObjectLayer interfaces and relate...
2018-05-17 Lang Hames[ORC] Consolidate materialization errors, and generate...
2018-05-16 Lang Hames[ORC] Rewrite the VSO symbol table yet again. Update...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-09 Lang Hames[RuntimeDyld][MachO] Properly handle thumb to thumb...
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-19 Lang Hames[ORC] Fix an assertion condition from r329934.
2018-04-19 Lang Hames[ORC] Make VSO symbol resolution/finalization operation...
2018-04-16 Lang Hames[ORC] Add a MaterializationResponsibility class to...
2018-04-16 Lang Hames[ORC] Merge VSO notifyResolutionFailed and notifyFinali...
2018-04-16 Weiming ZhaoRename ObjectMemoryBuffer to SmallVectorMemoryBuffer...
2018-04-15 Weiming ZhaoNFC: Move ObjectMemoryBuffer to support
2018-04-12 Lang Hames[ORC] Use insert rather than emplace.
2018-04-12 Lang Hames[ORC] Plumb error notifications through the VSO interface.
2018-04-12 Benjamin Kramer[MCJIT] Remove the anchor from mcjit.
2018-04-11 Weiming ZhaoAdd missing vtable anchors
2018-04-05 Lang Hames[RuntimeDyld][PowerPC] Use global entry points for...
2018-04-04 Lang HamesReapply r329133 with fix.
2018-04-04 Lang HamesRevert r329133 "[RuntimeDyld][AArch64] Add some error...
2018-04-03 Lang Hames[RuntimeDyld][AArch64] Add some error pluming / generat...
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-03-28 Lang Hames[ORC] Fix ORC on platforms without indirection support.
2018-03-26 David BlaikieRemove unused file, ExecutionEngine/MCJIT/ObjectBuffer.h
2018-03-23 David BlaikieFix layering by moving Support/CodeGenCWrappers.h to...
2018-03-20 Lang Hames[ORC] Don't fully qualify explicit destructor call...
2018-03-20 Lang Hames[ORC] Rename SymbolSource to MaterializationUnit, and...
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-03-14 Lang Hames[RuntimeDyld] Silence a compiler error.
2018-03-14 Lang Hames[ORC] Fix a data race in the lookup function.
2018-03-14 Lang Hames[ExecutionEngine] Add a getSymbolTable method to Runtim...
2018-03-14 Lang Hames[ORC] Silence a compiler error.
2018-03-14 Lang Hames[ORC] Add a 'lookup' convenience function for finding...
2018-03-01 Lang Hames[RuntimeDyld][MachO] Fix assertion in encodeAddend...
2018-02-28 Chih-Hung Hsieh[TLS] use emulated TLS if the target supports only...
2018-02-28 Lang Hames[RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for...
2018-02-21 Lang Hames[ORC] Switch to shared_ptr ownership for SymbolSources...
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-21 Frederich MunchHandle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-06 Lang Hames[ORC] Use explicit constructor calls to fix a builder...
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2018-01-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-25 Lang Hames[ORC] Refactor the various lookupFlags methods to retur...
2018-01-24 Rafael EspindolaHandle R_386_PLT32 in RuntimeDyldELF.
2018-01-22 Lang Hames[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop...
2018-01-21 Lang Hames[ORC] Add a lookupFlags method to VSO.
2018-01-21 Lang Hames[ORC] More cleanup. NFC.
2018-01-21 Lang Hames[ORC] Cleanup. NFC.
2018-01-19 Rui UeyamaFix -Wunused-variable.
2018-01-19 Lang Hames[ORC] Re-apply r322913 with a fix for a read-after...
2018-01-19 Lang Hames[ORC] Revert r322913 while I investigate an ASan failure.
2018-01-19 Lang Hames[ORC] Redesign the JITSymbolResolver interface to suppo...
2018-01-16 Lang Hames[ExecutionEngine] Rename JITSymbol::isStrongDefinition...
2018-01-12 Rui UeyamaRemove ELFDataTypeTypedefHelper class.
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-12 Lang Hames[ORC] Add a stub ExecutionSession and VModuleKey type.
2018-01-10 Lang Hames[ExecutionEngine] Remove an unused variable.
2018-01-10 Lang Hames[ORC] Re-apply r321838 again with a workaround for...
2018-01-06 Lang Hames[ORC] Remove AsynchronousSymbolQuery while I debug...
2018-01-06 Lang Hames[ORC] Yet more debugging output to diagnose test failures.
2018-01-06 Lang Hames[ORC] Temporarily adding some redundant asserts / debug...
2018-01-05 Lang Hames[ORC] Re-apply just the AsynchronousSymbolLookup class...
2018-01-05 Lang Hames[ORC] Re-revert r321838: Tests are still failing.
2018-01-05 Lang Hames[ORC] Re-apply r321838 - Addition of new ORC core APIs.
2018-01-05 Lang HamesRevert r321838 -- It broke some of the builders.
2018-01-05 Lang Hames[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO...
next