aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-052-59/+81
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-6/+7
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-20/+36
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-31/+31
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-32/+32
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-32/+32
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-201-2/+9
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-194-16/+244
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-193-1/+44
* Fixed RuntimeDyldELF absolute relocations.Richard Mitton2013-08-161-1/+11
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-151-4/+4
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-091-0/+10
* [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-263-4/+5
* 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
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-26/+28
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-3/+1
* 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-052-11/+8
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-031-3/+7
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+21
* ARM: use pristine object file while processing relocationsTim Northover2013-05-281-15/+23
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-2/+0
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-0/+2
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-2/+0
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-0/+2
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-2/+0
* 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-056-7/+115
* 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-043-2/+84
* AArch64: implement relocations for global accessTim Northover2013-05-041-0/+31
* AArch64: implement first relocation required for MCJITTim Northover2013-05-042-0/+39
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-034-0/+113
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-28/+10
* Collect the Addend for external relocs.Rafael Espindola2013-04-301-5/+12
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-294-18/+2
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-292-25/+18
* Update the documentation.Rafael Espindola2013-04-291-5/+1
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-296-13/+13
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-296-41/+58
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-296-65/+59
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-1/+1
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-1/+1