OSDN Git Service

ReleaseNotes for PowerPC
[android-x86/external-llvm.git] / lib / ExecutionEngine /
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...
2018-06-17 Lang Hames[ORC] Suppress an unused variable warning for a debug...
2018-06-17 Lang Hames[ORC] Erase empty dependence sets when adding new symbo...
2018-06-17 Lang Hames[ORC] In MaterializationResponsibility, only maintain...
2018-06-15 Sean Fertile[PPC64] Support "symbol@high" and "symbol@higha" symbol...
2018-06-15 Andrew KaylorAdd debug info for OProfile profiling support
2018-06-14 Lang Hames[ORC] Strip weak flags from a symbol once it is selecte...
2018-06-14 Lang Hames[ORC] Filter out self-dependencies in VSO::addDependencies.
2018-06-14 Lang Hames[ORC] Assert that the query argument to VSO::lookup...
2018-06-14 Lang Hames[ORC] Add a WaitUntilReady argument to blockingLookup.
2018-06-14 Lang Hames[ORC] Strip the Materializing flag off finalized symbol...
2018-06-13 Hans WennborgFix -DLLVM_ENABLE_THREADS=OFF build after r334537
2018-06-12 Reid KlecknerRemove malloc.h include from Intel JIT events code
2018-06-12 Reid KlecknerAdd null check to Intel JIT event listener
2018-06-12 Lang Hames[ORC] Add a fallback definition generator for VSOs.
2018-06-12 Lang Hames[ORC] Refactor blocking lookup logic into the blockingL...
2018-06-12 Lang Hames[RuntimeDyld] Add an assert to catch misbehaving symbol...
2018-06-12 Lang Hames[MCJIT] Call materializeAll on modules before compiling...
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...
next