OSDN Git Service

android: AMDGPU/GlobalISel: fix tablegen rules (llvm90)
[android-x86/external-llvm.git] / lib / ExecutionEngine / Orc /
2019-10-05 Mauro RossiDO NOT MERGE: android: translate soong build rules...
2019-09-22 Mauro Rossiandroid: add soong building rules
2019-09-05 Hans WennborgMerging r369310:
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-07-10 Lang Hames[ORC] Add custom IR compiler configuration to LLJITBuil...
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-06-13 Lang Hames[ORC] Rename MaterializationResponsibility resolve...
2019-06-07 Lang Hames[ORC] Update symbol lookup to use a single callback...
2019-05-28 Lang Hames[ORC] Track JIT symbol states more explicitly.
2019-05-21 Lang Hames[ORC] Assert that JITDylibs have unique names.
2019-05-20 Nick Desaulniers[ORC] fix use-after-move. NFC
2019-05-20 Lang Hames[ORC] Remove some unreachable code.
2019-05-16 Lang Hames[ORC] Change handling for SymbolStringPtr tombstones...
2019-05-09 Lang Hames[ORC] Fix a formatting bug.
2019-05-08 Lang Hames[Support] Add error handling to sys::Process::getPageSi...
2019-05-01 Lang Hames[ORC] Pass object buffer ownership back in NotifyEmitted.
2019-04-30 Lang Hames[ORC] Move SimpleCompiler/ConcurrentIRCompiler definiti...
2019-04-30 Lang Hames[ORC] Allow JITDylib definition generators to return...
2019-04-29 Lang Hames[ORC] Replace the LLJIT/LLLazyJIT Create methods with...
2019-04-26 Lang Hames[ORC] Add a 'plugin' interface to ObjectLinkingLayer...
2019-04-25 Lang Hames[ORC] Remove symbols from dependency lists when failing...
2019-04-22 Lang Hames[JITLink] Remove a lot of reduntant 'JITLink_' prefixes...
2019-04-20 Lang Hames[JITLink][ORC] Add JITLink to the list of dependencies...
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to CallInst...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-15 Lang HamesRevert r351138 "[ORC] Move ORC Core symbol map and...
2019-01-14 Lang Hames[ORC] Move ORC Core symbol map and set types into their...
2019-01-12 Simon Atanasyan[ORC][MIPS] Fill delay-slot after `jr` instruction
2019-01-12 Simon Atanasyan[ORC][MIPS] Setup t9 register and call function through...
2018-12-23 Simon Atanasyan[ORC] Rename register in the OrcMips64 resolver code...
2018-12-23 Simon Atanasyan[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
2018-12-23 Simon Atanasyan[ORC] Remove redundant instruction from MIPS resolver...
2018-12-04 Lang Hames[ExecutionEngine] Change NotifyObjectEmitted/NotifyObje...
2018-11-13 Lang Hames[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
2018-10-31 Lang Hames[ORC] Fix hex printing of uint64_t values.
2018-10-31 Matthias BraunADT/STLExtras: Introduce llvm::empty; NFC
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Reid KlecknerRevert r345077 "[ORC] Change how non-exported symbols...
2018-10-23 Lang Hames[ORC] Change how non-exported symbols are matched durin...
2018-10-23 Lang Hames[ORC] Show JITDylib search order in JITDylib::dump.
2018-10-23 Lang Hames[ORC] Dump flags for JITDylib symbol table entries.
2018-10-22 Lang Hames[ORC] Guard access to the MemMgrs vector in RTDyldObjec...
2018-10-16 Lang Hames[ORC] Make the VModuleKey optional, propagate it via...
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Lang Hames[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentI...
2018-10-15 Lang Hames[ORC] Switch to DenseMap/DenseSet for ORC symbol map...
2018-10-15 Lang Hames[ORC] Simplify naming for JITDylib definition generators.
2018-10-13 Lang Hames[ORC] During lookup, do not match against hidden symbol...
2018-10-09 Lang Hames[ORC] Promote and rename private symbols inside the...
2018-10-06 Lang Hames[ORC] Add a 'remove' method to JITDylib to remove symbols.
2018-10-06 Lang Hames[ORC] Pass symbol name to discard by const reference.
2018-10-01 Lang Hames[ORC] Pass Symbols to ExecutionSession::lookup by value...
2018-10-01 Lang Hames[ORC] Add convenience methods for creating DynamicLibra...
2018-09-30 Lang Hames[ORC] Add an 'intern' method to ExecutionEngine for...
2018-09-30 Lang Hames[ORC] Extract and tidy up JITTargetMachineBuilder,...
2018-09-29 Lang Hames[ORC] Add partitioning support to CompileOnDemandLayer2.
2018-09-29 Lang Hames[ORC] Clear SymbolToDefinitionMap when materializing...
2018-09-28 Lang Hames[ORC] Make MaterializationResponsibility::getRequestedS...
2018-09-28 Lang Hames[ORC] Add more utilities to aid debugging output.
2018-09-28 Lang Hames[ORC] Narrow a cast: the block guarded by the condition...
2018-09-28 Lang Hames[ORC] Remove some dead code.
2018-09-28 Lang Hames[ORC] Improve debugging output for ORC.
2018-09-28 Lang Hames[ORC] clang-format the ThreadSafeModule code.
2018-09-27 Lang Hames[ORC] Add definition for IRLayer::setCloneToNewContextO...
2018-09-27 Lang Hames[ORC] Coalesce all of ORC's symbol renaming / linkage...
2018-09-27 Lang Hames[ORC] Use ExecutionSession's pre-constructed main JITDy...
2018-09-26 Lang HamesReapply r343058 with a fix for -DLLVM_ENABLE_THREADS...
2018-09-26 Hans WennborgRevert r343058 "[ORC] Add support for multithreaded...
2018-09-26 Lang Hames[ORC] Update CompileOnDemandLayer2 to use the new lazyR...
2018-09-26 Lang Hames[ORC] Add a "lazy call-through" utility based on the...
2018-09-26 Lang Hames[ORC] Refactor trampoline pool management out of JITCom...
2018-09-26 Lang Hames[ORC] Add support for multithreaded compiles to LLJIT...
2018-09-26 Lang Hames[ORC] Add ThreadSafeModule and ThreadSafeContext wrappe...
2018-09-25 Lang Hames[ORC] Add an asynchronous jit-link function, jitLinkFor...
2018-09-25 Lang Hames[ORC] Reapply r342939 with a fix for MSVC's promise...
2018-09-25 Lang HamesRevert "[ORC] Switch to asynchronous resolution in...
2018-09-25 Lang Hames[ORC] Switch to asynchronous resolution in JITSymbolRes...
2018-09-23 Lang Hames[ORC] Add some debugging output to Core.h/Core.cpp
2018-09-23 Lang Hames[ORC] Update ORC C bindings to use the new llvm::Error...
2018-09-12 Lang Hames[ORC] Merge ExecutionSessionBase with ExecutionSession...
2018-09-12 Lang Hames[ORC] Add a special 'main' JITDylib that is created...
2018-09-11 Petar Jovanovic[MIPS] ORC JIT support
2018-09-10 Lang Hames[ORC] Render unresolved symbol addresses as "<not resol...
2018-09-10 Lang Hames[ORC] Simplify LLJIT::Create by removing the ExecutionS...
2018-09-06 Lang Hames[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory...
2018-09-06 Lang Hames[ORC] Remove the mapSectionAddress method from RuntimeD...
2018-09-02 Lang Hamesclang-format r341282.
2018-09-02 Lang Hames[ORC] Tidy up JITSymbolFlags to remove the need for...
2018-08-31 Lang Hames[ORC] Add utilities to RTDyldObjectLinkingLayer2 to...
2018-08-28 Lang Hames[ORC] Replace lookupFlags in JITSymbolResolver with...
2018-08-28 Lang Hames[ORC] Add an addObjectFile method to LLJIT.
2018-08-26 Lang Hames[ORC] Do not include non-global symbols in getObjectSym...
2018-08-18 Lang Hames[ORC] Rename 'finalize' to 'emit' to avoid potential...
2018-08-17 Lang Hames[ORC] Rename VSO to JITDylib.
2018-08-05 Lang Hames[ORC] Remove an incorrect use of 'cantFail'.
2018-08-05 Lang Hames[ORC] Change JITSymbolFlags debug output, add a functio...
2018-08-02 Lang Hames[ORC] Add a re-exports fallback definition generator.
2018-08-01 Lang Hames[ORC] Add a 'Callable' flag to JITSymbolFlags.
next