OSDN Git Service

ReleaseNotes from Sam Parker
[android-x86/external-llvm.git] / unittests / ExecutionEngine /
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-06-13 Lang Hames[ORC] Rename MaterializationResponsibility resolve...
2019-06-07 Lang Hames[ORC] Update symbol lookup to use a single callback...
2019-04-30 Lang Hames[ORC] Fix an ambiguous call in a unit test.
2019-04-30 Lang Hames[ORC] Allow JITDylib definition generators to return...
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-21 Fangrui Song[JITLink] Add dependency on MCParser to unit test after...
2019-04-21 Lang Hames[JITLink] Add dependencies on MCDissassembler and Targe...
2019-04-20 Lang Hames[JITLink] Add check to JITLink unit test to bail out...
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-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-13 James Y KnightRemove TypeBuilder.h, and fix the few locations using it.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
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-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] Simplify naming for JITDylib definition generators.
2018-10-13 Lang Hames[ORC] During lookup, do not match against hidden symbol...
2018-10-07 Lang Hames[ORC] Consume unhandled errors in unit test.
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-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-28 Lang Hames[ORC] Fix the unit tests that were broken by r343323.
2018-09-28 Lang Hames[ORC] clang-format the ThreadSafeModule code.
2018-09-27 Lang HamesRe-reapply r343129 with more fixes.
2018-09-27 Lang HamesRevert "Re-revert r343129."
2018-09-26 Lang HamesRe-revert r343129.
2018-09-26 Lang HamesReapply r343129 with fix.
2018-09-26 Lang HamesRevert r343129 "[ORC] Change the field order of ThreadS...
2018-09-26 Lang Hames[ORC] Change the field order of ThreadSafeModule to...
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 ThreadSafeModule and ThreadSafeContext wrappe...
2018-09-12 Lang Hames[ORC] Add a special 'main' JITDylib that is created...
2018-09-06 Lang Hames[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory...
2018-09-05 Lang HamesRemove some unnecessary constructor arguments.
2018-09-02 Lang Hames[ORC] Tidy up JITSymbolFlags to remove the need for...
2018-08-31 Lang Hames[ORC] Remove a stray debugging output line left in...
2018-08-31 Lang Hames[ORC] Add utilities to RTDyldObjectLinkingLayer2 to...
2018-08-28 Lang Hames[ORC] Replace lookupFlags in JITSymbolResolver with...
2018-08-27 Lang Hames[ORC] Add unit tests for the new RTDyldObjectLinkingLay...
2018-08-26 Lang Hames[ORC] Remove a workaround for systems lacking 8-byte...
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-02 Lang Hames[ORC] Add a re-exports fallback definition generator.
2018-07-30 Lang Hames[ORC] Add SerializationTraits for std::set and std...
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-11 Lang HamesRevert r336760: "[ORC] Add unit tests for the reexports...
2018-07-11 Lang Hames[ORC] Remove a shadowing definition.
2018-07-11 Lang Hames[ORC] Add unit tests for the reexports utility that...
2018-07-11 Lang Hames[ORC] Drop constexpr in unit test to appease a bot.
2018-07-11 Lang Hames[ORC] Use a gtest fixture to remove a bunch of boilerpl...
2018-07-10 Lang Hames[ORC] Generalize alias materialization to support re...
2018-07-09 Lang Hames[ORC] Rename MaterializationResponsibility::delegate...
2018-06-26 Lang Hames[ORC] Add a symbolAliases function to the Core APIs.
2018-06-17 Lang Hames[ORC] Only notify queries that they are resolved/ready...
2018-06-17 Lang Hames[ORC] Erase empty dependence sets when adding new symbo...
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-12 Lang Hames[ORC] Add a fallback definition generator for VSOs.
2018-06-03 Lang Hames[ORC] Use JITEvaluatedSymbol for IndirectStubsManager...
2018-05-31 Lang Hames[ORC] Add a getRequestedSymbols method to Materializati...
2018-05-30 Lang Hames[ORC] Update JITCompileCallbackManager to support multi...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
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-21 Lang Hames[ORC] Remove the optional MaterializationResponsibility...
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-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-24 Roman LebedevLink to AggressiveInstCombine in a few places. Unbreaks...
2018-04-16 Lang Hames[ORC] Add a MaterializationResponsibility class to...
2018-04-16 Lang Hames[ORC] Merge VSO notifyResolutionFailed and notifyFinali...
2018-04-12 Lang Hames[ORC] Plumb error notifications through the VSO interface.
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-03-28 Lang Hames[ORC] Restore the narrower check from before r328687.
2018-03-28 Lang Hames[ORC] Re-add the Windows check that was dropped in...
2018-03-28 Lang Hames[ORC] Fix ORC on platforms without indirection support.
2018-03-23 Benjamin Kramer[ORC] Join materialization thread in unit test
2018-03-20 Lang Hames[ORC] Rename SymbolSource to MaterializationUnit, and...
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-03-14 Lang Hames[ORC] Add a 'lookup' convenience function for finding...
2018-02-21 Lang Hames[ORC] Switch to shared_ptr ownership for SymbolSources...
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
next