summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
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
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-1/+1
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-1/+1
* [ExecutionEngine] Re-enable FastISel for non-iOS arm targets.Lang Hames2020-01-111-7/+0
* [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
* [MCJIT] Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"Fangrui Song2019-12-241-3/+3
* [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
* [JITLink][MachO] Fix common symbol size plumbing.Lang Hames2019-12-191-1/+1
* 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-2813-388/+461
* [JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.Lang Hames2019-11-271-4/+4
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-2110-10/+10
* [Orc][Modules] Fix Modules build fallout from a34680a33eb.Lang Hames2019-11-202-0/+7
* [ExecutionEngine] Add a missing break to avoid warningsMartin Storsjö2019-11-201-0/+1
* ExecutionEngine: add preliminary support for COFF ARM64Adam Kallai2019-11-202-0/+367
* Fix a build failure with perf: Add a missing include to llvm/Support/ManagedS...Sylvestre Ledru2019-11-161-0/+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
* [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.Lang Hames2019-11-066-320/+537
* [Orc] Fix iterator usage after removeAlexandre Ganea2019-11-061-1/+4
* [JITLink] Move block ownership from LinkGraph to Section.Lang Hames2019-10-301-4/+0
* [JITLink] Add a utility for splitting blocks at a given index.Lang Hames2019-10-301-0/+79
* Break out OrcError and RPCChris Bieneman2019-10-298-8/+34
* [JITLink] Tighten section sorting criteria to fix a flaky test case.Lang Hames2019-10-281-1/+3
* [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar2019-10-212-4/+23
* 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
* [JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test.Lang Hames2019-10-151-10/+40
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-1/+1
* [JITLink] Fix MachO/arm64 GOTPAGEOFF encoding.Lang Hames2019-10-111-2/+5
* Fix compilation warning due to typo.Michael Liao2019-10-101-1/+1
* [JITLink] Add an initial implementation of JITLink for MachO/AArch64.Lang Hames2019-10-103-0/+737
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-1/+1
* [JITLink] Silence GCC warnings. NFC.Martin Storsjo2019-10-041-1/+1
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-10-041-0/+2
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-10-041-1/+1
* [JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.Lang Hames2019-10-041-0/+6
* [JITLink] Fix an unused variable warning.Lang Hames2019-10-041-3/+2
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-0415-1328/+1488
OpenPOWER on IntegriCloud