Lang Hames
|
883ef72f22
[ORC] Update symbol lookup to use a single callback with a required symbol state
|
6 лет назад |
Lang Hames
|
f235e145c9
[ORC] Fix an ambiguous call in a unit test.
|
6 лет назад |
Lang Hames
|
9a1c76870e
[ORC] Allow JITDylib definition generators to return Errors.
|
6 лет назад |
Lang Hames
|
79fafc77f9
[ORC] Remove symbols from dependency lists when failing materialization.
|
6 лет назад |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
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
|
aa8c49dafa
[ORC] Simplify naming for JITDylib definition generators.
|
6 лет назад |
Lang Hames
|
54d4881c35
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
|
6 лет назад |
Lang Hames
|
f66e35e8c0
[ORC] Consume unhandled errors in unit test.
|
6 лет назад |
Lang Hames
|
ee5c35b1a7
[ORC] Add a 'remove' method to JITDylib to remove symbols.
|
6 лет назад |
Lang Hames
|
62e9680cdc
[ORC] Add a "lazy call-through" utility based on the same underlying trampoline
|
7 лет назад |
Lang Hames
|
9a1147152d
[ORC] Add a special 'main' JITDylib that is created on ExecutionSession
|
7 лет назад |
Lang Hames
|
0cc8ff4014
[ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.
|
7 лет назад |
Lang Hames
|
702730fc21
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
|
7 лет назад |
Lang Hames
|
7af2fdceb0
[ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
|
7 лет назад |
Lang Hames
|
7aacef06ca
[ORC] Rename VSO to JITDylib.
|
7 лет назад |
Lang Hames
|
e3f12bdc7b
[ORC] Add a re-exports fallback definition generator.
|
7 лет назад |
Lang Hames
|
9d8e9ef491
[ORC] Re-apply r336760 with fixes.
|
7 лет назад |
Lang Hames
|
845fa153ca
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
|
7 лет назад |
Reid Kleckner
|
1f565f54cd
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for"
|
7 лет назад |
Lang Hames
|
7891d706da
[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for
|
7 лет назад |
Lang Hames
|
ec3e95710f
[ORC] Simplify VSO::lookupFlags to return the flags map.
|
7 лет назад |
Lang Hames
|
cea401e58a
[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.
|
7 лет назад |
Lang Hames
|
bcf1a2ec72
Revert r336760: "[ORC] Add unit tests for the reexports utility that were..."
|
7 лет назад |
Lang Hames
|
eb79fe3796
[ORC] Remove a shadowing definition.
|
7 лет назад |
Lang Hames
|
d16b7e5784
[ORC] Add unit tests for the reexports utility that were left out of r336741,
|
7 лет назад |
Lang Hames
|
8cbf4142f3
[ORC] Drop constexpr in unit test to appease a bot.
|
7 лет назад |
Lang Hames
|
1399f710b3
[ORC] Use a gtest fixture to remove a bunch of boilerplate in CoreAPIsTest.cpp.
|
7 лет назад |