aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-41/+54
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-20/+61
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-157/+170
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-98/+173
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-32/+65
* Update to LLVM 3.5a.Stephen Hines2014-04-241-200/+331
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+6
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-6/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+6
* 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-211-0/+6
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-191-1/+1
* 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-161-1/+10
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+1
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-151-0/+2
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-5/+4
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-4/+5
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-20/+36
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-191-0/+8
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-191-0/+3
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+1
* 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
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+21
* 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
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-3/+11
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-041-1/+19
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-031-0/+13
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-1/+2
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-1/+1
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-17/+5
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-12/+2
* Formatting, grammarAndrew Kaylor2013-02-201-3/+2
* Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor2013-02-201-7/+14
* Query section for whether it should be executable.Tim Northover2012-12-171-5/+3
* RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi2012-12-041-1/+1
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-031-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+3
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-161-3/+1
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+10
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-7/+9
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-3/+3