提交歷史

作者 SHA1 備註 提交日期
  Jonas Devlieghere 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 年之前
  Lang Hames 883ef72f22 [ORC] Update symbol lookup to use a single callback with a required symbol state 6 年之前
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  James Y Knight 28a460d130 Remove TypeBuilder.h, and fix the few locations using it. 6 年之前
  Lang Hames 8b9cbda1b3 [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 6 年之前
  Reid Kleckner 1989ce13fd Revert r345077 "[ORC] Change how non-exported symbols are matched during lookup." 6 年之前
  Lang Hames e4c9c3925c [ORC] Change how non-exported symbols are matched during lookup. 6 年之前
  Lang Hames e87aaa1093 [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and 6 年之前
  Lang Hames 582b119624 [ORC] Rename ORC layers to make the "new" ORC layers the default. 6 年之前
  Lang Hames 1b5f73005f Remove some unnecessary constructor arguments. 7 年之前
  Lang Hames 702730fc21 [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. 7 年之前
  Lang Hames ec3e95710f [ORC] Simplify VSO::lookupFlags to return the flags map. 7 年之前
  Lang Hames bb60b65608 [ORC] Rewrite the VSO symbol table yet again. Update related utilities. 7 年之前
  Lang Hames 73bcd8b27c [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor. 7 年之前
  Lang Hames de6ad3a31f [ORC] Fix ORC on platforms without indirection support. 7 年之前
  Lang Hames fc8ba497cd [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather 7 年之前
  Lang Hames 8115e01f12 [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a 7 年之前
  Lang Hames d8d27ad50d [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. 7 年之前
  Lang Hames 8c824db15a [ORC] Remove Layer handles from the layer concept. 7 年之前
  Lang Hames 35ca32d346 [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. 7 年之前
  Lang Hames 6ec36e0d62 [ORC] Rename NullResolver to NullLegacyResolver. 7 年之前
  Lang Hames f49f1e15a7 [ORC] Replace decltype with a concrete type to make MSVC happy. 8 年之前
  Evgeniy Stepanov 9bdd09f11f Fix -Werror build. 8 年之前
  Lang Hames 5ed9e8f1fe [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor. 8 年之前
  Lang Hames a81793582b [ORC] Errorize the ORC APIs. 8 年之前
  Lang Hames 966d9ebd7f [Orc] Remove the memory manager argument to addModule, and de-templatize the 8 年之前
  Lang Hames 08ef6db991 [ORC] Switch the object layer API from addObjectSet to addObject (singular), and 8 年之前
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified 8 年之前
  Lang Hames ab3dba86f9 [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH 8 年之前
  Lang Hames e65aa1c44e [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag. 8 年之前