aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-8/+10
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-26/+23
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-36/+56
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-11/+27
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-6/+17
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+23
* Update to LLVM 3.5a.Stephen Hines2014-04-241-53/+65
* 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
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-271-1/+4
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-171-0/+2
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* RuntimeDyld cleanup:Eli Bendersky2012-05-011-10/+13
* RuntimeDyld code cleanup:Eli Bendersky2012-05-011-8/+8
* It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2012-04-301-5/+8
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-301-32/+56
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-12/+13
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-4/+17
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-0/+9
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-21/+147
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-147/+21
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-21/+147
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-147/+21
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-21/+147
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-221-133/+0