summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-2/+20
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+3
* [RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-211-2/+4
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-49/+43
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-7/+6
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-201-1/+10
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-081-8/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-0/+9
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+7
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-2/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-7/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+7
OpenPOWER on IntegriCloud