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