aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
AgeCommit message (Expand)Author
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-04AArch64: add stubs to support long function calls on MCJITTim Northover
2013-05-03[SystemZ] Add MCJIT supportRichard Sandiford
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29Use a RelocationRef instead of a relocation_iterator.Rafael Espindola
2013-04-29Propagate relocation info to resolveRelocation.Rafael Espindola
2013-04-29Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola
2013-02-20Formatting, grammarAndrew Kaylor
2013-02-20Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor
2012-12-17Query section for whether it should be executable.Tim Northover
2012-12-04RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi
2012-12-03Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-16Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-11-02Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor
2012-11-01Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor
2012-10-29Make use of common-symbol alignment info in ELF loader.Tim Northover
2012-10-25PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella
2012-10-12Indenting.Eric Christopher
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-09-05MCJIT: getPointerToFunction() references target address space.Jim Grosbach
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-05-01RuntimeDyld cleanup:Eli Bendersky
2012-05-01RuntimeDyld code cleanup:Eli Bendersky
2012-04-30It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky
2012-04-30Code cleanup in RuntimeDyld:Eli Bendersky
2012-04-29Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-01-22Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky
2012-01-16Tidy up.Jim Grosbach
2012-01-16ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky
2011-07-13Add to RuntimeDyld support different object formatsDanil Malyshev
2011-05-13Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach
2011-05-13Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach
2011-05-12MCJIT section loading should just skip non-text sections rather thanJim Grosbach
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach
2011-04-09Make error message more useful.Benjamin Kramer