summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAge
...
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* 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
* 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
* Formatting, grammarAndrew Kaylor2013-02-20
* Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor2013-02-20
* Query section for whether it should be executable.Tim Northover2012-12-17
* 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
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-16
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-01
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-29
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-25
* Indenting.Eric Christopher2012-10-12
* 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
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* 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
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-22
* Tidy up.Jim Grosbach2012-01-16
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16