- 28a460d Remove TypeBuilder.h, and fix the few locations using it. by James Y Knight · 7 years ago
- 686dfe3 [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
- 8b9cbda [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. by Lang Hames · 7 years ago
- 1989ce1 Revert r345077 "[ORC] Change how non-exported symbols are matched during lookup." by Reid Kleckner · 7 years ago
- e4c9c39 [ORC] Change how non-exported symbols are matched during lookup. by Lang Hames · 7 years ago
- e87aaa1 [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and by Lang Hames · 7 years ago
- 582b119 [ORC] Rename ORC layers to make the "new" ORC layers the default. by Lang Hames · 7 years ago
- aa8c49d [ORC] Simplify naming for JITDylib definition generators. by Lang Hames · 7 years ago
- 54d4881 [ORC] During lookup, do not match against hidden symbols in other JITDylibs. by Lang Hames · 7 years ago
- f66e35e [ORC] Consume unhandled errors in unit test. by Lang Hames · 7 years ago
- ee5c35b [ORC] Add a 'remove' method to JITDylib to remove symbols. by Lang Hames · 7 years ago
- c8d6c16 [ORC] Pass symbol name to discard by const reference. by Lang Hames · 7 years ago
- 0e735f0 [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. by Lang Hames · 7 years ago
- 04756ee [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test. by Lang Hames · 7 years ago
- 168e4a5 [ORC] Fix the unit tests that were broken by r343323. by Lang Hames · 7 years ago
- 217504b [ORC] clang-format the ThreadSafeModule code. by Lang Hames · 7 years ago
- ed523f9 Re-reapply r343129 with more fixes. by Lang Hames · 7 years ago
- d177f9e Revert "Re-revert r343129." by Lang Hames · 7 years ago
- 4e2557d Re-revert r343129. by Lang Hames · 7 years ago
- 1f88aa3 Reapply r343129 with fix. by Lang Hames · 7 years ago
- bdab5ef Revert r343129 "[ORC] Change the field order of ThreadSafeModule to ensure the " by Lang Hames · 7 years ago
- 665fc45 [ORC] Change the field order of ThreadSafeModule to ensure the Module is by Lang Hames · 7 years ago
- 62e9680 [ORC] Add a "lazy call-through" utility based on the same underlying trampoline by Lang Hames · 7 years ago
- 089f5d0 [ORC] Refactor trampoline pool management out of JITCompileCallbackManager. by Lang Hames · 7 years ago
- d813c35 [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent by Lang Hames · 7 years ago
- 9a11471 [ORC] Add a special 'main' JITDylib that is created on ExecutionSession by Lang Hames · 7 years ago
- 4d5299c [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr. by Lang Hames · 7 years ago
- 1b5f730 Remove some unnecessary constructor arguments. by Lang Hames · 7 years ago
- 0cc8ff4 [ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts. by Lang Hames · 7 years ago
- b93b2b7 [ORC] Remove a stray debugging output line left in a unit test. by Lang Hames · 7 years ago
- 39a7133 [ORC] Add utilities to RTDyldObjectLinkingLayer2 to simplify symbol flag by Lang Hames · 7 years ago
- 702730f [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. by Lang Hames · 7 years ago
- 412085b [ORC] Add unit tests for the new RTDyldObjectLinkingLayer2 class. by Lang Hames · 7 years ago
- a66b87a [ORC] Remove a workaround for systems lacking 8-byte atomics. by Lang Hames · 7 years ago
- 7af2fdc [ORC] Rename 'finalize' to 'emit' to avoid potential confusion. by Lang Hames · 7 years ago
- 7aacef0 [ORC] Rename VSO to JITDylib. by Lang Hames · 7 years ago
- e3f12bd [ORC] Add a re-exports fallback definition generator. by Lang Hames · 7 years ago
- 865d24f [ORC] Add SerializationTraits for std::set and std::map. by Lang Hames · 7 years ago
- 9d8e9ef [ORC] Re-apply r336760 with fixes. by Lang Hames · 7 years ago
- 845fa15 Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. by Lang Hames · 7 years ago
- 1f565f5 Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for" by Reid Kleckner · 7 years ago
- 7891d70 [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for by Lang Hames · 7 years ago
- ec3e957 [ORC] Simplify VSO::lookupFlags to return the flags map. by Lang Hames · 7 years ago
- cea401e [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. by Lang Hames · 7 years ago
- bcf1a2e Revert r336760: "[ORC] Add unit tests for the reexports utility that were..." by Lang Hames · 7 years ago
- eb79fe3 [ORC] Remove a shadowing definition. by Lang Hames · 7 years ago
- d16b7e5 [ORC] Add unit tests for the reexports utility that were left out of r336741, by Lang Hames · 7 years ago
- 8cbf414 [ORC] Drop constexpr in unit test to appease a bot. by Lang Hames · 7 years ago
- 1399f71 [ORC] Use a gtest fixture to remove a bunch of boilerplate in CoreAPIsTest.cpp. by Lang Hames · 7 years ago
- 6354184 [ORC] Generalize alias materialization to support re-exports (i.e. aliasing of by Lang Hames · 7 years ago
- ae0f1dc [ORC] Rename MaterializationResponsibility::delegate to replace and add a new by Lang Hames · 7 years ago
- 7ca1126 [ORC] Add a symbolAliases function to the Core APIs. by Lang Hames · 7 years ago
- 00bb1a1 [ORC] Only notify queries that they are resolved/ready when the query state by Lang Hames · 7 years ago
- 05afd8a [ORC] Erase empty dependence sets when adding new symbol dependencies. by Lang Hames · 7 years ago
- a94df7d [ORC] Strip weak flags from a symbol once it is selected for materialization. by Lang Hames · 7 years ago
- c6679d1 [ORC] Filter out self-dependencies in VSO::addDependencies. by Lang Hames · 7 years ago
- fd5548d [ORC] Add a fallback definition generator for VSOs. by Lang Hames · 7 years ago
- cff4633 [ORC] Use JITEvaluatedSymbol for IndirectStubsManager findStub and findPointer. by Lang Hames · 7 years ago
- e9015c7 [ORC] Add a getRequestedSymbols method to MaterializationResponsibility. by Lang Hames · 7 years ago
- 543cda4 [ORC] Update JITCompileCallbackManager to support multi-threaded code. by Lang Hames · 7 years ago
- 130bebd [ORC] Add findSymbolIn() wrapper to C bindings, take #2. by Andres Freund · 7 years ago
- 017f7df Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings." by Andres Freund · 7 years ago
- 41d4110 [ORC] Add findSymbolIn() wrapper to C bindings. by Andres Freund · 7 years ago
- 1b804fe [ORC] Remove the optional MaterializationResponsibility argument from lookup. by Lang Hames · 7 years ago
- fe651d1 [ORC] Consolidate materialization errors, and generate them in VSO's by Lang Hames · 7 years ago
- bb60b65 [ORC] Rewrite the VSO symbol table yet again. Update related utilities. by Lang Hames · 7 years ago
- 0f38c60 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
- 63033d3 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 7 years ago
- c3aaa9b Link to AggressiveInstCombine in a few places. Unbreaks build for me. by Roman Lebedev · 7 years ago
- 08893d3 [ORC] Add a MaterializationResponsibility class to track responsibility for by Lang Hames · 7 years ago
- 3963b7d [ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to by Lang Hames · 7 years ago
- 741d7af [ORC] Plumb error notifications through the VSO interface. by Lang Hames · 7 years ago
- 73bcd8b [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor. by Lang Hames · 7 years ago
- 9e19b76 [ORC] Restore the narrower check from before r328687. by Lang Hames · 7 years ago
- c584e9e [ORC] Re-add the Windows check that was dropped in r328687. by Lang Hames · 7 years ago
- de6ad3a [ORC] Fix ORC on platforms without indirection support. by Lang Hames · 7 years ago
- 5277548 [ORC] Join materialization thread in unit test by Benjamin Kramer · 7 years ago
- 507d774 [ORC] Rename SymbolSource to MaterializationUnit, and make the materialization by Lang Hames · 7 years ago
- 6531c31 [ORC] Re-apply r327566 with a fix for test-global-ctors.ll. by Lang Hames · 7 years ago
- d1e7e3c Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods." by Reid Kleckner · 7 years ago
- 96ae7f8 [ORC] Switch from shared_ptr to unique_ptr for addModule methods. by Lang Hames · 7 years ago
- a4b7c02 [ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs. by Lang Hames · 7 years ago
- 734c480 [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs. by Lang Hames · 8 years ago
- fc8ba49 [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather by Lang Hames · 8 years ago
- 8115e01 [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a by Lang Hames · 8 years ago
- d8d27ad [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. by Lang Hames · 8 years ago
- 8c824db [ORC] Remove Layer handles from the layer concept. by Lang Hames · 8 years ago
- 35ca32d [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. by Lang Hames · 8 years ago
- 6ec36e0 [ORC] Rename NullResolver to NullLegacyResolver. by Lang Hames · 8 years ago
- faeaa17 [ORC] Refactor the various lookupFlags methods to return the flags map via the by Lang Hames · 8 years ago
- 57dd12ec [ORC] Add helpers for building orc::SymbolResolvers from legacy findSymbol-style by Lang Hames · 8 years ago
- 9bf5d53 [ORC] Add a LambdaSymbolResolver convenience class and docs for SymbolResolver. by Lang Hames · 8 years ago
- e026767 [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an by Lang Hames · 8 years ago
- c69d5ff [ORC] Add a lookupFlags method to VSO. by Lang Hames · 8 years ago
- c7c090f [ORC] Re-apply r321838 again with a workaround for a bug present in the libcxx by Lang Hames · 8 years ago
- f8f6c8d [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the by Lang Hames · 8 years ago
- 05ff361 [ORC] More debugging output to track down tester failures. by Lang Hames · 8 years ago
- 972c957 [ORC] Temporarily adding some redundant asserts / debug output to aid in by Lang Hames · 8 years ago
- adae88f [ORC] Fix a think-o in the current AsynchronousSymbolQuery test. by Lang Hames · 8 years ago
- cac7dd4 [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I by Lang Hames · 8 years ago