summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-3/+3
* [Orc] Silence static analyzer dyn_cast<ConstantInt> null dereference warning....Simon Pilgrim2019-09-241-1/+1
* [ExecutionEngine] Don't dereference a dyn_cast result. NFCI.Simon Pilgrim2019-09-161-2/+2
* Add dependency from Orc to PassesSanjoy Das2019-09-131-2/+2
* [Orc] Roll back ThreadPool to std::functionBenjamin Kramer2019-09-131-1/+3
* [Orc] Address the remaining move-capture FIXMEsBenjamin Kramer2019-09-135-24/+18
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+3
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-124-2/+8
* [ORCv2] - New Speculate Query ImplementationPraveen Velliengiri2019-08-272-56/+301
* [JITLink][ORC] Track eh-frame section size for registration/deregistration.Lang Hames2019-08-272-39/+56
* [JITLink] Don't under-align zero-fill sections.Lang Hames2019-08-271-26/+13
* [ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly.Lang Hames2019-08-261-110/+81
* [ORC] Fix an overly aggressive assert.Lang Hames2019-08-261-3/+6
* [ORC] Remove query dependencies when symbols are resolved.Lang Hames2019-08-231-0/+1
* [ORC] Fix a FIXME: Propagate errors to dependencies.Lang Hames2019-08-235-100/+339
* [cmake] Link in LLVMPasses due to dependency by LLVMOrcJIT; NFCHubert Tong2019-08-191-0/+1
* [ORC] fix use-after-free detected by -Wreturn-stack-addressMatthias Gehre2019-08-191-1/+1
* [ORC] Remove some stray debugging output accidentally left in r368707Lang Hames2019-08-161-2/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1518-47/+47
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-147-27/+51
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-147-51/+27
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-147-27/+51
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-132-13/+134
* Move findBBwithCalls to the file it's used in to avoid unused functionEric Christopher2019-08-131-0/+24
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-077-47/+47
* Re-land D65760/r367944 Diego Caballero2019-08-061-1/+15
* Reverting D65760/r367944 due to buildbot failure.Puyan Lotfi2019-08-051-15/+1
* [ORC] Add CPU name and sub-target features to detectHostDiego Caballero2019-08-051-1/+15
* [ORC] Work around broken GCC/libstdc++ by adding an explicit conversion.Lang Hames2019-08-051-1/+4
* [JITLink] Add support for MachO/x86-64 UNSIGNED relocs with length=2.Lang Hames2019-08-031-2/+22
* [JITLink] Fix error message formatting.Lang Hames2019-08-031-1/+1
* Speculative CompilationPraveen Velliengiri2019-08-035-6/+199
* [ORC] Remove a dead method.Lang Hames2019-08-021-7/+0
* [ORC] Turn on symbol-flags overrides for LLJIT on Windows by default.Lang Hames2019-08-021-2/+8
* [ORC] Change the locking scheme for ThreadSafeModule.Lang Hames2019-08-026-98/+119
* [ORC] Suppress an ORCv1 deprecation warning.Lang Hames2019-07-181-1/+2
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-174-27/+41
* [ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.Lang Hames2019-07-101-44/+35
* [JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.Lang Hames2019-07-042-12/+25
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-53/+0
* [JITLink] Move JITLinkMemoryManager into its own header.Lang Hames2019-06-143-90/+106
* [ORC] Rename MaterializationResponsibility resolve and emit methods toLang Hames2019-06-135-16/+17
* [ExecutionEngine] Fix rL362941: Add UnaryOperator visitor to the interpreterCameron McInally2019-06-101-0/+2
* [ExecutionEngine] Add UnaryOperator visitor to the interpreterCameron McInally2019-06-102-0/+53
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-078-376/+251
* [RuntimeDyld] fix too-small-bitmask errorNick Desaulniers2019-06-011-1/+1
* [RuntimeDyld] Update reserveAllocationSpace to account for stub padding.Lang Hames2019-05-301-1/+8
* [RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, andLang Hames2019-05-302-7/+6
* [ORC] Track JIT symbol states more explicitly.Lang Hames2019-05-282-132/+105
* [RuntimeDyld][ARM] Fix an incorrect assertion condition.Lang Hames2019-05-271-1/+1
OpenPOWER on IntegriCloud