summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-6/+1
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-201-7/+24
* [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocationsUlrich Weigand2014-06-271-55/+70
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-16/+20
* [RuntimeDyld] Fix ppc64 stub relocations on little-endianUlrich Weigand2014-06-201-5/+11
* [RuntimeDyld] Support more PPC64 relocationsUlrich Weigand2014-06-201-4/+70
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-8/+7
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-1/+2
* [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy2014-04-301-1/+7
* Fix the build with MSVC 2013 by explicitly requesting llvm::make_uniqueReid Kleckner2014-04-291-13/+17
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-32/+48
* [C++] Use 'nullptr'.Craig Topper2014-04-241-8/+9
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-0/+2
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-261-0/+1
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-380/+312
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-10/+12
* [ppc64] Patch in TOC restore code after all external function callsUlrich Weigand2014-03-111-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-8/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-181-1/+3
* [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith2014-02-111-0/+42
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-2/+2
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-9/+4
* Enable EHABI by defaultRenato Golin2014-01-291-0/+3
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+40
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-40/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+40
* [mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic2013-11-191-5/+4
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+14
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-6/+24
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-051-55/+73
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-2/+2
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-191-6/+196
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-191-1/+21
* Fixed RuntimeDyldELF absolute relocations.Richard Mitton2013-08-161-1/+11
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-4/+3
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-2/+3
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-251-4/+4
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-7/+20
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-011-7/+8
* Handle (at least don't crash on) relocations with no symbols.Rafael Espindola2013-06-051-6/+11
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-8/+6
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-031-3/+7
* ARM: use pristine object file while processing relocationsTim Northover2013-05-281-15/+23
* AArch64: make RuntimeDyld relocations idempotentTim Northover2013-05-191-2/+22
* r182085 introduced a change that triggered an assertion on ARM. This is an im...David Tweed2013-05-171-2/+4
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-4/+4
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-061-0/+5
OpenPOWER on IntegriCloud