summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Fix a missing move in ce2207abaf9.Lang Hames2020-01-291-1/+1
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-296-50/+96
* [ORC] Add weak symbol support to defineMaterializing, fix for PR40074.Lang Hames2020-01-293-28/+96
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-1/+1
* [NFC][ORC] Fix typos and whitespaces in commentsStefan Gränitz2020-01-031-1/+1
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [ORC] De-register eh-frames in the RTDyldObjectLinkingLayer destructor.Lang Hames2019-12-201-0/+6
* [Orc][LLJIT] Re-apply 298e183e813 (use JITLink for LLJIT where supported).Lang Hames2019-12-191-3/+7
* Revert "[Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is ...Lang Hames2019-12-181-7/+3
* [Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is supplied.Lang Hames2019-12-181-3/+7
* [Orc][LLJIT] Automatically use JITLink for LLJIT on supported platforms.Lang Hames2019-12-151-0/+18
* [ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.Lang Hames2019-12-151-4/+4
* [ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames2019-12-053-13/+4
* [ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames2019-12-021-0/+26
* [Orc] Add setters for target options and features to JITTargetMachineBuilder.Lang Hames2019-12-021-3/+1
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-289-379/+427
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Fix GCC -Wcast-qual warningsHans Wennborg2019-11-151-2/+2
* GCC 5.3 build fixHans Wennborg2019-11-151-1/+1
* [ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames2019-11-145-12/+86
* [Orc] Fix iterator usage after removeAlexandre Ganea2019-11-061-1/+4
* Break out OrcError and RPCChris Bieneman2019-10-294-173/+2
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* [Orc] Add a method for ObjectLinkingLayer to return ownership of object buffers.Lang Hames2019-10-151-0/+7
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-1/+1
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-1/+1
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-042-105/+92
* [Orc] Silence static analyzer dyn_cast<ConstantInt> null dereference warning....Simon Pilgrim2019-09-241-1/+1
* 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-133-13/+9
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-122-1/+4
* [ORCv2] - New Speculate Query ImplementationPraveen Velliengiri2019-08-272-56/+301
* [JITLink][ORC] Track eh-frame section size for registration/deregistration.Lang Hames2019-08-271-30/+33
* [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-159-28/+28
* [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
* 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
* Speculative CompilationPraveen Velliengiri2019-08-035-6/+199
* [ORC] Remove a dead method.Lang Hames2019-08-021-7/+0
OpenPOWER on IntegriCloud