summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.Lang Hames2014-09-051-4/+4
* unique_ptrify RuntimeDyldImpl::loadObjectDavid Blaikie2014-09-031-1/+2
* [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames2014-08-291-0/+7
* [MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.Lang Hames2014-08-271-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-2/+10
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-201-1/+1
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-271-2/+13
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-141-3/+3
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-3/+3
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-2/+20
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+3
* [RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-211-2/+4
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-49/+43
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-7/+6
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-201-1/+10
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-081-8/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-0/+9
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+7
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-2/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-7/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+7
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-0/+13
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-191-4/+6
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+2
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-151-23/+2
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-151-3/+4
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-2/+5
* 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-191-7/+24
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+1
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-3/+7
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-041-0/+2
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-031-0/+9
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-7/+0
* Update the documentation.Rafael Espindola2013-04-291-5/+1
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-1/+1
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-7/+14
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-13/+2
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-3/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* 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
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-6/+4
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-291-2/+11
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-251-3/+39
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-12/+5
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-131-1/+1
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-0/+13
OpenPOWER on IntegriCloud