summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up.Jim Grosbach2012-01-161-1/+1
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-1/+8
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-30/+55
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-161-0/+60
* Extra semi-colon.Eric Christopher2011-07-201-1/+1
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-131-0/+152
OpenPOWER on IntegriCloud