summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
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
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-4/+3
* [mips64][mcjit] Add N64R6 relocations tests and fix N64R2 testsPetar Jovanovic2015-08-281-2/+2
* [mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic2015-08-131-9/+54
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-4/+4
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-051-1/+1
* [RuntimeDyld] Adapt PPC64 relocations to PPC32Hal Finkel2015-08-041-0/+23
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-12/+15
* [Mips] Add support for MCJIT for MIPS32r6Petar Jovanovic2015-07-061-3/+58
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-2/+6
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-6/+3
* Cleanup getRelocationAddend.Rafael Espindola2015-06-301-7/+5
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-4/+2
* Simplify getSymbolType.Rafael Espindola2015-06-261-1/+1
* Make getOther ELF only.Rafael Espindola2015-06-261-3/+2
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-1/+1
* Improve error handling of getRelocationAddend.Rafael Espindola2015-06-191-10/+12
* fix crashAlexei Starovoitov2015-06-101-1/+2
* [Mips64][mcjit] Add R_MIPS_PC32 relocationPetar Jovanovic2015-06-081-0/+5
* Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...Daniel Sanders2015-06-031-12/+25
* This reverts commit r238838, r238844 and r238888.Rafael Espindola2015-06-031-5/+1
* [mips][mcjit] Add support for R_MIPS_PC32.Daniel Sanders2015-06-021-1/+5
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-4/+4
* [RuntimeDydlELF] Use range-based loop.Davide Italiano2015-06-021-5/+3
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-281-6/+247
* Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...NAKAMURA Takumi2015-05-221-4/+3
* Revert "Fix Clang -Wmissing-override warning"Tobias Grosser2015-05-221-3/+4
* Fix Clang -Wmissing-override warningDavid Blaikie2015-05-221-4/+3
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-0/+2
* [RuntimeDyld] Use isInt to assert that a relocation didn't overflowDavid Majnemer2015-05-151-6/+3
* Reapply [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-05-011-187/+172
* Revert "[RuntimeDyldELF] Fold Placeholder into Addend"Pavel Labath2015-04-161-170/+187
* Revert "[RuntimeDyldELF] Fix missing cases in Placeholder processing"Pavel Labath2015-04-161-3/+1
* [RuntimeDyldELF] Fix missing cases in Placeholder processingKeno Fischer2015-04-161-1/+3
* [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-04-151-187/+170
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-141-102/+65
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-27/+20
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-281-1/+0
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-271-0/+1
* [RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames2015-01-161-4/+5
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-271-48/+41
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-151/+109
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-109/+151
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-151/+109
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-5/+2
* [MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed inLang Hames2014-09-071-3/+3
OpenPOWER on IntegriCloud