summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...Simon Dardis2016-12-131-3/+6
* [RuntimeDyld] Skip undefined symbols when building the symbol table.Lang Hames2016-11-301-0/+4
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames2016-08-091-0/+18
* Revert r278065 while I investigate some build-bot breakage.Lang Hames2016-08-081-18/+0
* [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames2016-08-081-0/+18
* [RuntimeDyld] Remove symbol that is unused as of r277943.Lang Hames2016-08-071-1/+0
* [RuntimeDyld] Replace manual flag checks with JITSymbolFlags::fromObjectSymbol.Lang Hames2016-08-071-13/+5
* [ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.hLang Hames2016-08-041-1/+1
* [Orc] Fix common symbol support in ORC.Lang Hames2016-08-011-2/+8
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-8/+8
* [LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch.Nitesh Jain2016-07-151-1/+4
* Reformat blank lines.NAKAMURA Takumi2016-07-041-2/+2
* Reformat comment lines.NAKAMURA Takumi2016-07-041-1/+1
* Untabify.NAKAMURA Takumi2016-07-041-4/+3
* Reformat.NAKAMURA Takumi2016-07-041-4/+5
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-4/+4
* [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames2016-05-251-1/+5
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-2/+2
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-271-66/+143
* [RuntimeDyld] Fix conservative over-allocation of memory for common symbols.Lang Hames2016-04-211-4/+14
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-6/+12
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+3
* [RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager.Lang Hames2016-01-101-1/+3
* [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method ofLang Hames2016-01-101-14/+17
* [Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memoryLang Hames2016-01-091-0/+11
* [RuntimeDyld] DenseMap -> std::unordered_mapKeno Fischer2015-12-031-2/+2
* [RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das2015-11-231-4/+3
* [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffsetSanjoy Das2015-11-231-2/+4
* [RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das2015-11-231-23/+16
* [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTableKeno Fischer2015-10-211-1/+2
* [RuntimeDyld] Add support for absolute symbols.Lang Hames2015-10-181-15/+32
* [RuntimeDyld] Don't try to get the contents of sections that don't have anyLang Hames2015-10-151-7/+7
* [RuntimeDyld] Fix performance problem in resolveRelocations with many sectionsKeno Fischer2015-10-101-7/+7
* [RuntimeDyld] Fix a bug in debugging output: all sections should be dumpedLang Hames2015-09-101-2/+13
* [RuntimeDyld] Make sure code-sections aren't under-aligned.Lang Hames2015-08-141-0/+6
* [mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic2015-08-131-0/+3
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+3
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-11/+17
* Simplify by passing in the section of the symbol. NFC.Rafael Espindola2015-07-071-22/+5
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-041-6/+10
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-2/+3
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-6/+9
* Expose getFlags via ELFSectionRef.Rafael Espindola2015-06-261-7/+7
* Add a ELFSectionRef class and use it to expose getSectionType.Rafael Espindola2015-06-261-3/+3
* Simplify getSymbolType.Rafael Espindola2015-06-261-2/+1
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-6/+6
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-3/+3
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-6/+3
OpenPOWER on IntegriCloud