aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-121/+77
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-196/+148
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-84/+91
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-63/+154
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-39/+68
* Update to LLVM 3.5a.Stephen Hines2014-04-241-376/+390
* Merging r195157:Petar Jovanovic2013-11-211-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
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+8
* AArch64: implement 64-bit absolute relocation in MCJITTim Northover2013-05-041-0/+5
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-041-1/+63
* AArch64: implement relocations for global accessTim Northover2013-05-041-0/+31
* AArch64: implement first relocation required for MCJITTim Northover2013-05-041-0/+33
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-031-0/+86
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-7/+0
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-5/+5
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-0/+6
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-29/+35
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-1/+1
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-051-2/+2
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-41/+41
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-1/+8
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-041-49/+51
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+6
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-031-1/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-161-0/+1
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-49/+72
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-291-0/+7
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-251-2/+273