aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-2/+2
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-291-15/+16
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-251-2/+25
* Indenting.Eric Christopher2012-10-121-11/+11
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-10/+6
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-131-2/+2
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-0/+4
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-171-5/+22
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* RuntimeDyld cleanup:Eli Bendersky2012-05-011-38/+25
* RuntimeDyld code cleanup:Eli Bendersky2012-05-011-12/+17
* It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2012-04-301-21/+19
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-301-4/+4
* 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-11/+26
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-55/+148
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-25/+270
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-270/+25
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-25/+270
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-270/+25
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-25/+270
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-221-0/+3
* Tidy up.Jim Grosbach2012-01-161-2/+2
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+13
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-10/+13
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-161-5/+30
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-131-599/+16