summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to some types.Richard Trieu2019-01-313-18/+21
* [RuntimeDyld] Don't try to allocate sections with align 0.Zachary Turner2019-01-301-0/+5
* [RuntimeDyld] load all sections with ProcessAllSectionsYonghong Song2019-01-281-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64Nathan Lanza2018-12-121-0/+7
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-114-6/+6
* [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.Lang Hames2018-10-231-1/+7
* [ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-291-0/+6
* [ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld andLang Hames2018-09-252-4/+94
* Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that wereLang Hames2018-09-252-2/+2
* Fix a missing includes and a use of the MSVC promise/future workaround thatLang Hames2018-09-252-2/+10
* [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames2018-09-255-55/+105
* Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames2018-09-255-99/+55
* [ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames2018-09-255-55/+99
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-282-29/+34
* [RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl that was over-allocatingLang Hames2018-08-181-1/+1
* [ORC] Add a 'Callable' flag to JITSymbolFlags.Lang Hames2018-08-014-21/+41
* Remove trailing spaceFangrui Song2018-07-302-4/+4
* [RuntimeDyld] Implement the ELF PIC large code model relocationsReid Kleckner2018-06-221-0/+43
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-151-0/+2
* [RuntimeDyld] Add an assert to catch misbehaving symbol resolvers.Lang Hames2018-06-121-0/+3
* [PowerPC] fix broken JIT-compiled code with tail call optimizationHiroshi Inoue2018-05-301-2/+3
* [RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC_POINTER_TO_GOT reloc.Lang Hames2018-05-231-8/+48
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-1412-190/+197
* [RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section.Lang Hames2018-05-091-1/+19
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-012-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-012-21/+21
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+2
* [RuntimeDyld][PowerPC] Use global entry points for calls between sections.Lang Hames2018-04-051-9/+13
* Reapply r329133 with fix.Lang Hames2018-04-041-5/+36
* Revert r329133 "[RuntimeDyld][AArch64] Add some error pluming / generation..."Lang Hames2018-04-041-32/+4
* [RuntimeDyld][AArch64] Add some error pluming / generation to catch unhandledLang Hames2018-04-031-4/+32
* [RuntimeDyld] Silence a compiler error.Lang Hames2018-03-141-1/+1
* [ExecutionEngine] Add a getSymbolTable method to RuntimeDyld.Lang Hames2018-03-142-0/+21
* [RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive toLang Hames2018-03-011-3/+5
* [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions byLang Hames2018-02-281-2/+4
* Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFFFrederich Munch2018-02-211-21/+94
* Move getPlatformFlags to ELFObjectFileBase and simplify.Rafael Espindola2018-01-291-10/+8
* Handle R_386_PLT32 in RuntimeDyldELF.Rafael Espindola2018-01-241-0/+3
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-223-7/+7
* Fix -Wunused-variable.Rui Ueyama2018-01-191-1/+0
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-194-148/+229
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-194-229/+148
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-194-148/+229
* [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong.Lang Hames2018-01-161-1/+1
* Remove ELFDataTypeTypedefHelper class.Rui Ueyama2018-01-121-2/+2
* Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama2018-01-121-1/+1
* Remove redundant includes from lib/ExecutionEngine.Michael Zolotukhin2017-12-131-2/+0
* ExecutionEngine: make COFF Thumb2 assertions non-tautologicalSaleem Abdulrasool2017-10-221-25/+11
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain2017-10-224-14/+120
OpenPOWER on IntegriCloud