summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Commit message (Expand)AuthorAge
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-27
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Remove system_error.h.Rafael Espindola2014-06-12
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-21
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-21
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-20
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-19
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-15
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-20
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-19
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-04
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-03
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Update the documentation.Rafael Espindola2013-04-29
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi2012-12-04
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-03
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-29
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-25
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-27
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* RuntimeDyld cleanup:Eli Bendersky2012-05-01
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2012-04-30
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-30