summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] Fix resolving R_PPC64_REL24 relocationsUlrich Weigand2015-11-171-3/+3
* [RuntimeDyld] Fix indentation and whitespace; NFCSanjoy Das2015-11-141-21/+22
* [RuntimeDyld] Add support for R_X86_64_PC8 relocation.Maksim Panchenko2015-11-081-0/+8
* RuntimeDyld: fix -Wtype-limitsSaleem Abdulrasool2015-11-051-2/+2
* RuntimeDyld: add COFF i386 supportSaleem Abdulrasool2015-11-012-0/+202
* [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64Lang Hames2015-10-231-1/+1
* [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTableKeno Fischer2015-10-211-1/+2
* [RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test.Lang Hames2015-10-191-10/+7
* [RuntimeDyld] Add support for absolute symbols.Lang Hames2015-10-183-18/+42
* [RuntimeDyld] Don't try to get the contents of sections that don't have anyLang Hames2015-10-151-7/+7
* [RuntimeDyld] Fix performance problem in resolveRelocations with many sectionsKeno Fischer2015-10-101-7/+7
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-4/+3
* [RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.Lang Hames2015-09-101-2/+6
* [RuntimeDyld] Fix a bug in debugging output: all sections should be dumpedLang Hames2015-09-101-2/+13
* [RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR relocation.Lang Hames2015-09-091-1/+50
* [mips64][mcjit] Add N64R6 relocations tests and fix N64R2 testsPetar Jovanovic2015-08-281-2/+2
* [RuntimeDyld] Make sure code-sections aren't under-aligned.Lang Hames2015-08-141-0/+6
* [mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic2015-08-133-9/+65
* [RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.Lang Hames2015-08-111-5/+4
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-073-8/+8
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-053-3/+3
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
* [RuntimeDyld] Adapt PPC64 relocations to PPC32Hal Finkel2015-08-042-0/+26
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-285-38/+40
* [RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames2015-07-244-38/+46
* Simplify by passing in the section of the symbol. NFC.Rafael Espindola2015-07-071-22/+5
* Remove getRelocationAddress.Rafael Espindola2015-07-066-16/+7
* [Mips] Add support for MCJIT for MIPS32r6Petar Jovanovic2015-07-061-3/+58
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-042-7/+13
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-2/+3
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-025-17/+31
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-301-3/+2
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-302-8/+4
* Cleanup getRelocationAddend.Rafael Espindola2015-06-301-7/+5
* Don't return error_code from function that never fails.Rafael Espindola2015-06-295-14/+7
* Expose getFlags via ELFSectionRef.Rafael Espindola2015-06-261-7/+7
* Add a ELFSectionRef class and use it to expose getSectionType.Rafael Espindola2015-06-261-3/+3
* Simplify getSymbolType.Rafael Espindola2015-06-262-3/+2
* Make getOther ELF only.Rafael Espindola2015-06-261-3/+2
* Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC.Rafael Espindola2015-06-241-17/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-242-11/+11
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-238-8/+8
* Improve error handling of getRelocationAddend.Rafael Espindola2015-06-192-12/+14
* Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.Douglas Katzman2015-06-191-10/+10
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-198-8/+8
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* fix crashAlexei Starovoitov2015-06-101-1/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-3/+3
OpenPOWER on IntegriCloud