summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/Targets
Commit message (Expand)AuthorAgeFilesLines
* [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
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-205-21/+56
* [RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.Lang Hames2016-01-211-1/+53
* [RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das2015-11-236-50/+52
* RuntimeDyld: fix -Wtype-limitsSaleem Abdulrasool2015-11-051-2/+2
* RuntimeDyld: add COFF i386 supportSaleem Abdulrasool2015-11-011-0/+199
* [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64Lang Hames2015-10-231-1/+1
* [RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test.Lang Hames2015-10-191-10/+7
* [RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.Lang Hames2015-09-101-2/+6
* [RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR relocation.Lang Hames2015-09-091-1/+50
* [RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.Lang Hames2015-08-111-5/+4
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+1
* [RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames2015-07-242-38/+4
* Remove getRelocationAddress.Rafael Espindola2015-07-064-4/+4
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-022-5/+8
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-2/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-293-8/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-234-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-194-4/+4
* [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.Lang Hames2015-05-271-6/+5
* [RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF.Lang Hames2015-04-221-14/+16
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-305-11/+16
* Fix the autoconf buildDavid Majnemer2015-03-072-194/+160
* Fix unused variable/function warningsDavid Majnemer2015-03-071-1/+0
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-072-0/+249
* Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...Alexey Samsonov2015-01-101-2/+2
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-274-8/+8
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-264-77/+79
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-264-79/+77
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-264-77/+79
* [JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips...Daniel Sanders2014-11-061-9/+7
* [MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.Lang Hames2014-10-211-5/+5
* [MCJIT] Replace memcpy with readBytesUnaligned in RuntimeDyldMachOI386.Lang Hames2014-10-101-4/+2
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-082-16/+8
* [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames2014-09-112-58/+115
* [MCJIT] Take the relocation addend into account when applying ARM MachO VANILLALang Hames2014-09-111-1/+2
OpenPOWER on IntegriCloud