aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-19[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames1-16/+0
2016-08-19[RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL.Lang Hames1-0/+16
2016-08-09Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames1-0/+1
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames1-1/+1
2016-07-15[LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch.Nitesh Jain1-1/+5
2016-05-13[RuntimeDyld] Support R_390_PC64 relocation typeBryan Chan1-0/+5
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-5/+18
2016-04-27[RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.Lang Hames1-1/+2
2016-04-27[RuntimeDyld] Propagate Errors from findPPC64TOCSection.Lang Hames1-3/+6
2016-04-27[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames1-40/+61
2016-04-24[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.Davide Italiano1-1/+5
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby1-3/+8
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby1-1/+4
2016-03-05ExecutionEngine: tweak debug logSaleem Abdulrasool1-1/+1
2015-11-24[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918Sanjoy Das1-4/+4
2015-11-23[RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das1-0/+19
2015-11-23[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffsetSanjoy Das1-2/+3
2015-11-23[RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das1-117/+142
2015-11-17[RuntimeDyld] Fix resolving R_PPC64_REL24 relocationsUlrich Weigand1-3/+3
2015-11-14[RuntimeDyld] Fix indentation and whitespace; NFCSanjoy Das1-21/+22
2015-11-08[RuntimeDyld] Add support for R_X86_64_PC8 relocation.Maksim Panchenko1-0/+8
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-4/+3
2015-08-28[mips64][mcjit] Add N64R6 relocations tests and fix N64R2 testsPetar Jovanovic1-2/+2
2015-08-13[mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic1-9/+54
2015-08-08Fix some comment typos.Benjamin Kramer1-2/+2
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-4/+4
2015-08-05-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie1-1/+1
2015-08-04[RuntimeDyld] Adapt PPC64 relocations to PPC32Hal Finkel1-0/+23
2015-07-28[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames1-12/+15
2015-07-06[Mips] Add support for MCJIT for MIPS32r6Petar Jovanovic1-3/+58
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola1-2/+6
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-6/+3
2015-06-30Cleanup getRelocationAddend.Rafael Espindola1-7/+5
2015-06-29Don't return error_code from function that never fails.Rafael Espindola1-4/+2
2015-06-26Simplify getSymbolType.Rafael Espindola1-1/+1
2015-06-26Make getOther ELF only.Rafael Espindola1-3/+2
2015-06-23[mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic1-1/+1
2015-06-19Improve error handling of getRelocationAddend.Rafael Espindola1-10/+12
2015-06-10fix crashAlexei Starovoitov1-1/+2
2015-06-08[Mips64][mcjit] Add R_MIPS_PC32 relocationPetar Jovanovic1-0/+5
2015-06-03Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...Daniel Sanders1-12/+25
2015-06-03This reverts commit r238838, r238844 and r238888.Rafael Espindola1-5/+1
2015-06-02[mips][mcjit] Add support for R_MIPS_PC32.Daniel Sanders1-1/+5
2015-06-02Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola1-4/+4
2015-06-02[RuntimeDydlELF] Use range-based loop.Davide Italiano1-5/+3
2015-05-28[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic1-6/+247
2015-05-22Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...NAKAMURA Takumi1-4/+3
2015-05-22Revert "Fix Clang -Wmissing-override warning"Tobias Grosser1-3/+4
2015-05-22Fix Clang -Wmissing-override warningDavid Blaikie1-4/+3
2015-05-21Make it easier to use DwarfContext with MCJITKeno Fischer1-0/+2