summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] fix too-small-bitmask errorNick Desaulniers2019-06-011-1/+1
* [RuntimeDyld] Update reserveAllocationSpace to account for stub padding.Lang Hames2019-05-301-1/+8
* [RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, andLang Hames2019-05-302-7/+6
* [RuntimeDyld][ARM] Fix an incorrect assertion condition.Lang Hames2019-05-271-1/+1
* Disable EHFrameSupport in JITLink/RuntimeDyld on AIXXing Xue2019-05-221-2/+3
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-2/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+2
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-2/+4
* [JITLink] Add a test for zero-filled content.Lang Hames2019-05-121-11/+25
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-2/+2
* Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames2019-04-1212-134/+101
* gn build: Fix Windows builds after r357797Nico Weber2019-04-091-1/+1
* [RuntimeDyld] Fix an ambiguous make_unique call.Lang Hames2019-04-081-1/+1
* [RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.Lang Hames2019-04-085-283/+230
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-3/+1
* 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
OpenPOWER on IntegriCloud