| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC][ORC] Fix typos and whitespaces in comments | Stefan Gränitz | 2020-01-03 | 1 | -1/+1 |
| * | [ORC][JITLink] Add support for weak references, and improve handling of static | Lang Hames | 2019-11-28 | 1 | -1/+4 |
| * | AArch64: support arm64_32, an ILP32 slice for watchOS. | Tim Northover | 2019-09-12 | 1 | -1/+3 |
| * | [ORC] Fix a FIXME: Propagate errors to dependencies. | Lang Hames | 2019-08-23 | 1 | -2/+3 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -9/+9 |
| * | [ORC] Rename MaterializationResponsibility resolve and emit methods to | Lang Hames | 2019-06-13 | 1 | -2/+2 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -3/+2 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ORC] Fix hex printing of uint64_t values. | Lang Hames | 2018-10-31 | 1 | -1/+1 |
| * | [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. | Lang Hames | 2018-10-23 | 1 | -1/+1 |
| * | Revert r345077 "[ORC] Change how non-exported symbols are matched during look... | Reid Kleckner | 2018-10-23 | 1 | -1/+1 |
| * | [ORC] Change how non-exported symbols are matched during lookup. | Lang Hames | 2018-10-23 | 1 | -1/+1 |
| * | [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and | Lang Hames | 2018-10-16 | 1 | -3/+5 |
| * | [ORC] During lookup, do not match against hidden symbols in other JITDylibs. | Lang Hames | 2018-10-13 | 1 | -1/+2 |
| * | [ORC] Promote and rename private symbols inside the CompileOnDemand layer, | Lang Hames | 2018-10-09 | 1 | -1/+12 |
| * | [ORC] Pass symbol name to discard by const reference. | Lang Hames | 2018-10-06 | 1 | -1/+1 |
| * | [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. | Lang Hames | 2018-09-30 | 1 | -2/+2 |
| * | [ORC] Improve debugging output for ORC. | Lang Hames | 2018-09-28 | 1 | -2/+4 |
| * | [ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities into | Lang Hames | 2018-09-27 | 1 | -49/+15 |
| * | [ORC] Refactor trampoline pool management out of JITCompileCallbackManager. | Lang Hames | 2018-09-26 | 1 | -16/+18 |
| * | [MIPS] ORC JIT support | Petar Jovanovic | 2018-09-11 | 1 | -0/+34 |
| * | [ORC] Rename 'finalize' to 'emit' to avoid potential confusion. | Lang Hames | 2018-08-18 | 1 | -1/+1 |
| * | [ORC] Rename VSO to JITDylib. | Lang Hames | 2018-08-17 | 1 | -3/+3 |
| * | Fix few typos in comments (write access test commit) | Stefan Granitz | 2018-07-12 | 1 | -2/+2 |
| * | [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. | Lang Hames | 2018-06-26 | 1 | -2/+0 |
| * | [ORC] Fix an ambiguous make_unique call. | Lang Hames | 2018-05-30 | 1 | -2/+2 |
| * | [ORC] Update JITCompileCallbackManager to support multi-threaded code. | Lang Hames | 2018-05-30 | 1 | -5/+90 |
| * | [ORC] Fix ORC on platforms without indirection support. | Lang Hames | 2018-03-28 | 1 | -1/+5 |
| * | [ORC] Add case statements for AArch64 to the local stub and callback manager | Lang Hames | 2017-08-15 | 1 | -0/+13 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [ORC] Clone module flags metadata into the globals module in the | Lang Hames | 2016-09-04 | 1 | -0/+9 |
| * | [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. | Lang Hames | 2016-08-01 | 1 | -2/+2 |
| * | IR: Introduce local_unnamed_addr attribute. | Peter Collingbourne | 2016-06-14 | 1 | -1/+1 |
| * | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -2/+3 |
| * | [Orc] Merge some common code for creating CompileCallbackManagers and | Lang Hames | 2016-05-26 | 1 | -0/+49 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 2016-01-16 | 1 | -2/+2 |
| * | [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager. | Lang Hames | 2015-12-06 | 1 | -1/+1 |
| * | [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager. | Lang Hames | 2015-12-04 | 1 | -1/+1 |
| * | Refactor: Simplify boolean conditional return statements in lib/llvm/Executio... | Alexander Kornienko | 2015-11-05 | 1 | -3/+1 |
| * | [Orc] Add support for emitting indirect stubs directly into the JIT target's | Lang Hames | 2015-10-19 | 1 | -6/+9 |
| * | OrcJIT: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -1/+1 |
| * | [Orc] Teach the CompileOnDemand layer to clone aliases. | Lang Hames | 2015-10-06 | 1 | -0/+14 |
| * | [Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned | Lang Hames | 2015-06-12 | 1 | -2/+0 |
| * | [Orc] Reapply r236465 with fixes for the MSVC bots. | Lang Hames | 2015-05-05 | 1 | -71/+87 |
| * | [Orc] Revert r236465 - It broke the Windows bots. | Lang Hames | 2015-05-04 | 1 | -87/+71 |
| * | [Orc] Refactor the compile-on-demand layer to make module partitioning lazy, | Lang Hames | 2015-05-04 | 1 | -71/+87 |
| * | [Orc] Make the makeStub function propagate argument attributes onto the call to | Lang Hames | 2015-04-20 | 1 | -0/+1 |
| * | [Orc] During module partitioning, rename anonymous and asm-private globals. | Lang Hames | 2015-04-12 | 1 | -2/+40 |