summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1919-76/+57
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-136-30/+50
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-12/+9
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-232-34/+48
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-232-37/+32
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-232-32/+37
* [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames2018-10-162-8/+7
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-156-437/+437
* [ORC] Simplify naming for JITDylib definition generators.Lang Hames2018-10-151-11/+8
* [ORC] During lookup, do not match against hidden symbols in other JITDylibs.Lang Hames2018-10-131-26/+34
* [ORC] Consume unhandled errors in unit test.Lang Hames2018-10-071-0/+2
* [ORC] Add a 'remove' method to JITDylib to remove symbols.Lang Hames2018-10-061-0/+86
* [ORC] Pass symbol name to discard by const reference.Lang Hames2018-10-061-1/+2
* [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.Lang Hames2018-09-303-8/+8
* [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames2018-09-303-1/+54
* [ORC] Fix the unit tests that were broken by r343323.Lang Hames2018-09-281-0/+2
* [ORC] clang-format the ThreadSafeModule code.Lang Hames2018-09-281-3/+3
* Re-reapply r343129 with more fixes.Lang Hames2018-09-271-14/+15
* Revert "Re-revert r343129."Lang Hames2018-09-272-0/+95
* Re-revert r343129.Lang Hames2018-09-262-95/+0
* Reapply r343129 with fix.Lang Hames2018-09-262-0/+95
* Revert r343129 "[ORC] Change the field order of ThreadSafeModule to ensure the "Lang Hames2018-09-262-85/+0
* [ORC] Change the field order of ThreadSafeModule to ensure the Module isLang Hames2018-09-262-0/+85
* [ORC] Add a "lazy call-through" utility based on the same underlying trampolineLang Hames2018-09-264-38/+114
* [ORC] Refactor trampoline pool management out of JITCompileCallbackManager.Lang Hames2018-09-261-4/+9
* [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames2018-09-261-11/+14
* [ORC] Add a special 'main' JITDylib that is created on ExecutionSessionLang Hames2018-09-122-2/+12
* [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr.Lang Hames2018-09-061-185/+5
* Remove some unnecessary constructor arguments.Lang Hames2018-09-052-8/+8
* [ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.Lang Hames2018-09-022-6/+3
* [ORC] Remove a stray debugging output line left in a unit test.Lang Hames2018-08-311-1/+0
* [ORC] Add utilities to RTDyldObjectLinkingLayer2 to simplify symbol flagLang Hames2018-08-311-0/+123
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-283-83/+88
* [ORC] Add unit tests for the new RTDyldObjectLinkingLayer2 class.Lang Hames2018-08-272-0/+283
* [ORC] Remove a workaround for systems lacking 8-byte atomics.Lang Hames2018-08-261-5/+0
* [ORC] Rename 'finalize' to 'emit' to avoid potential confusion.Lang Hames2018-08-181-18/+18
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-173-101/+103
* [ORC] Add a re-exports fallback definition generator.Lang Hames2018-08-021-0/+22
* [ORC] Add SerializationTraits for std::set and std::map.Lang Hames2018-07-301-37/+44
* [ORC] Re-apply r336760 with fixes.Lang Hames2018-07-211-6/+48
* Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames2018-07-202-182/+135
* Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner2018-07-202-135/+182
* [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames2018-07-202-182/+135
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-203-32/+15
* [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames2018-07-204-100/+109
* Revert r336760: "[ORC] Add unit tests for the reexports utility that were..."Lang Hames2018-07-111-42/+0
* [ORC] Remove a shadowing definition.Lang Hames2018-07-111-2/+0
* [ORC] Add unit tests for the reexports utility that were left out of r336741,Lang Hames2018-07-111-0/+42
* [ORC] Drop constexpr in unit test to appease a bot.Lang Hames2018-07-111-4/+4
* [ORC] Use a gtest fixture to remove a bunch of boilerplate in CoreAPIsTest.cpp.Lang Hames2018-07-111-299/+144
OpenPOWER on IntegriCloud