OSDN Git Service

[GCOV] Flush counters before to avoid counting the execution before fork twice and...
[android-x86/external-llvm.git] / lib / ExecutionEngine /
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...
2018-07-11 Lang Hames[ORC] Add unit tests for the reexports utility that...
2018-07-10 Lang Hames[ORC] Generalize alias materialization to support re...
2018-07-09 Lang Hames[ORC] Rename MaterializationResponsibility::delegate...
2018-07-05 Heejin Ahn[ORC] Add BitReader/BitWriter to target_link_libraries
2018-07-05 Lang Hames[ORC] In CompileOnDemandLayer2, clone modules on to...
2018-07-02 Lang Hames[ORC] Verify modules when running LLLazyJIT in LLI...
2018-06-26 Lang Hames[ORC] Don't call isa<> on a null value.
2018-06-26 Lang Hames[ORC] Fix a missing return value.
2018-06-26 Lang Hames[ORC] Add a dependence on MC to LLVMBuild.txt
2018-06-26 Lang Hames[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT...
2018-06-26 Lang Hames[ORC] Reset AsynchronousSymbolQuery's NotifySymbolsReso...
2018-06-26 Lang Hames[ORC] Move the VSOList typedef out of VSO.
2018-06-26 Lang Hames[ORC] Fix a FIXME by moving MangleAndInterner to Core.h.
2018-06-26 Lang Hames[ORC] Add a symbolAliases function to the Core APIs.
2018-06-23 Lang Hames[ORC] Fix formatting and list pending queries in VSO...
2018-06-22 Reid Kleckner[RuntimeDyld] Implement the ELF PIC large code model...
2018-06-18 Lang Hames[ORC] Add an initial implementation of a replacement...
2018-06-18 Lang Hames[ORC] Keep weak flag on VSO symbol tables during materi...
2018-06-17 Lang Hames[ORC] Remove redundant condition
2018-06-17 Lang Hames[ORC] Only notify queries that they are resolved/ready...
next