aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* add libLLVMExecutionEngine, libLLVMMCJIT and libLLVMRuntimeDyld as device mod...HEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2016-08-251-0/+22
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1815-221/+237
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0911-67/+442
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2317-918/+853
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0215-1531/+2596
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2111-87/+951
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-298-249/+567
* Update to LLVM 3.5a.Stephen Hines2014-04-248-894/+1061
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-118-152/+654
|\
| * Merging r195157:Petar Jovanovic2013-11-211-5/+4
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+8
| * Revert r194865 and r194874.Alexey Samsonov2013-11-183-8/+0
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-0/+8
| * Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
| * Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-111-2/+12
| * Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-212-0/+19
| * Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-192-5/+7
| * Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-161-1/+15
| * Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-164-1/+28
| * Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+1
| * Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-153-23/+39
| * Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-152-3/+6
| * Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-116-42/+108
| * 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
* | Added libs to the host's libLLVM.so.Todd Fiala2013-10-221-0/+18
|/
* [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