summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames2017-08-091-8/+30
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-1/+1
* RuntimeDyldELF/AArch64: Implement basic GOT supportEugene Leviant2017-02-061-1/+12
* [mips][mcjit] Add the majority of N32 support.Simon Dardis2016-10-201-0/+2
* Handle relocations to thumb functions when dynamic linking COFF modulesWalter Erquinigo2016-10-171-4/+19
* [ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.hLang Hames2016-08-041-3/+6
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-4/+4
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-271-37/+22
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-0/+9
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method ofLang Hames2016-01-101-2/+4
* [RuntimeDyld] DenseMap -> std::unordered_mapKeno Fischer2015-12-031-1/+2
* [RuntimeDyld] Avoid unused-private-field warning; NFCSanjoy Das2015-11-231-1/+5
* [RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das2015-11-231-0/+5
* [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffsetSanjoy Das2015-11-231-3/+12
* [RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das2015-11-231-3/+28
* [RuntimeDyld] Add support for absolute symbols.Lang Hames2015-10-181-2/+9
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-1/+1
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-281-0/+7
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-1/+1
* [RuntimeDyld] Make SectionEntry's Name field a std::string.Lang Hames2015-04-141-1/+1
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-141-4/+0
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-3/+9
* [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested byLang Hames2015-03-111-26/+15
* Temporarily revert r231726 and r231724 as they're breaking the build.:Eric Christopher2015-03-101-15/+26
* [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread theLang Hames2015-03-091-26/+15
* Fix unused variable/function warningsDavid Majnemer2015-03-071-7/+5
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-0/+10
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-281-3/+0
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-271-0/+3
* [RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.Lang Hames2015-01-171-6/+2
* [RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames2015-01-161-12/+41
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-271-1/+1
* [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and intoLang Hames2014-11-271-8/+0
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-13/+16
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-16/+13
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-13/+16
* [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.Lang Hames2014-09-051-4/+4
* unique_ptrify RuntimeDyldImpl::loadObjectDavid Blaikie2014-09-031-1/+2
* [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames2014-08-291-0/+7
* [MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.Lang Hames2014-08-271-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-2/+10
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-201-1/+1
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-271-2/+13
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-141-3/+3
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-3/+3
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
OpenPOWER on IntegriCloud