summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/Targets
Commit message (Expand)AuthorAgeFilesLines
* [ExecutionEngine] Add a missing break to avoid warningsMartin Storsjö2019-11-201-0/+1
* ExecutionEngine: add preliminary support for COFF ARM64Adam Kallai2019-11-201-0/+364
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-143-6/+12
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-143-12/+6
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-143-6/+12
* [RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, andLang Hames2019-05-301-1/+1
* [RuntimeDyld][ARM] Fix an incorrect assertion condition.Lang Hames2019-05-271-1/+1
* Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames2019-04-127-7/+7
* Add namespace to some types.Richard Trieu2019-01-313-18/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64Nathan Lanza2018-12-121-0/+7
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.Lang Hames2018-10-231-1/+7
* [ORC] Add a 'Callable' flag to JITSymbolFlags.Lang Hames2018-08-011-2/+4
* [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-148-93/+100
* [RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section.Lang Hames2018-05-091-1/+19
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* 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][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
* 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-221-1/+10
* ExecutionEngine: adjust COFF i386 tautological assertsSaleem Abdulrasool2017-10-191-16/+6
* [ExecutionEngine] Correct the size of a write in a COFF i386 relocationShoaib Meenai2017-10-171-1/+1
* [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames2017-08-091-16/+126
* [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry.Lang Hames2017-07-181-1/+0
* Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt...Sagar Thakur2017-06-221-6/+0
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyldSagar Thakur2017-06-221-0/+6
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-074-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-063-3/+3
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-093-5/+0
* [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...Simon Dardis2016-12-132-0/+380
* Handle relocations to thumb functions when dynamic linking COFF modulesWalter Erquinigo2016-10-171-5/+39
* ExecutionEngine: fix a bug in the movt/movw relocatorSaleem Abdulrasool2016-08-291-1/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+4
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-017-7/+7
* X86: handle external tail calls in Windows JITSaleem Abdulrasool2016-07-141-2/+4
* ExecutionEngine: silence unused value warningSaleem Abdulrasool2016-06-241-0/+3
* ExecutionEngine: add preliminary support for COFF ARMSaleem Abdulrasool2016-06-241-0/+288
* [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addendReid Kleckner2016-06-161-3/+21
* [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymousLang Hames2016-05-191-15/+52
* [RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_er...Lang Hames2016-05-184-58/+18
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-022-2/+18
* Use llvm:Twine instead of std::to_string.Chaoren Lin2016-04-283-11/+11
* [RuntimeDyld] Add missing include - <string> is requried for std::to_string.Lang Hames2016-04-273-0/+3
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-276-87/+153
OpenPOWER on IntegriCloud