OSDN Git Service

[DebugInfo] add SectionedAddress to DebugInfo interfaces.
[android-x86/external-llvm.git] / lib / ExecutionEngine /
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-31 Richard TrieuAdd namespace to some types.
2019-01-30 Zachary Turner[RuntimeDyld] Don't try to allocate sections with align 0.
2019-01-28 Yonghong Song[RuntimeDyld] load all sections with ProcessAllSections
2019-01-23 Rui UeyamaMemoryBlock: Do not automatically extend a given size...
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...
2019-01-10 James Y Knight[opaque pointer types] Remove some calls to generic...
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-12 Nathan LanzaImplement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
2018-12-04 Lang Hames[ExecutionEngine] Change NotifyObjectEmitted/NotifyObje...
2018-11-20 Lang Hames[ExecutionEngine][Interpreter] Fix out-of-bounds array...
2018-11-13 Lang Hames[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
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[RuntimeDyld][COFF] Skip non-loaded sections when calcu...
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 HamesRemove 'orc' namespace from MSVCErrorWorkarounds.h...
2018-09-25 Lang HamesFix a missing includes and a use of the MSVC promise...
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[RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl...
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-15 Lang Hames[MCJIT] Fix a case of Error::success() being passed...
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.
2018-07-30 Fangrui SongRemove trailing space
2018-07-25 Andres FreundMove JIT listener C binding fallbackks to ExecutionEngi...
2018-07-24 Andres FreundAdd PerfJITEventListener for perf profiling support.
2018-07-21 Lang Hames[ORC] Re-apply r336760 with fixes.
2018-07-20 Lang HamesRe-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
2018-07-20 Reid KlecknerRevert r337595 "[ORC] Add new symbol lookup methods...
2018-07-20 Lang Hames[ORC] Add new symbol lookup methods to ExecutionSession...
2018-07-20 Lang Hames[ORC] Simplify VSO::lookupFlags to return the flags...
2018-07-20 Lang Hames[ORC] Replace SymbolResolvers in the new ORC layers...
2018-07-12 Stefan GranitzFix few typos in comments (write access test commit)
2018-07-11 Lang HamesRevert r336760: "[ORC] Add unit tests for the reexports...
next