summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Commit message (Expand)AuthorAge
* 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
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-04
* AArch64: implement relocations for global accessTim Northover2013-05-04
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-03
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-17
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-05
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-16
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-29
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-25
* Grammar.Eric Christopher2012-10-23
* Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor2012-10-12
* Remove unnecessary classof()'sSean Silva2012-10-11
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-03
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-10
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-20
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor2012-07-27
* Test commit, clean up commentAndrew Kaylor2012-07-27
* Test commit, clean up commentAndrew Kaylor2012-07-27
* RuntimeDyld cleanup:Eli Bendersky2012-05-01
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-30
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-17
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29