index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldImpl.h
Age
Commit message (
Expand
)
Author
2013-05-05
Add EH support to the MCJIT.
Rafael Espindola
2013-05-04
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-03
[SystemZ] Add MCJIT support
Richard Sandiford
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
Update the documentation.
Rafael Espindola
2013-04-29
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
NAKAMURA Takumi
2012-12-03
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-11-02
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-10-29
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-25
PowerPC: Initial support for PowerPC64 MCJIT
Adhemerval Zanella
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-09-13
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-05
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-08-27
Fix comment for function RuntimeDyldImpl.resolveRelocation()
Danil Malyshev
2012-08-17
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-01
RuntimeDyld cleanup:
Eli Bendersky
2012-05-01
RuntimeDyld code cleanup:
Eli Bendersky
2012-04-30
It doesn't make sense to move symbol relocations to section relocations when
Eli Bendersky
2012-04-30
Code cleanup in RuntimeDyld:
Eli Bendersky
2012-04-29
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-16
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-12
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-01-22
Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...
Eli Bendersky
2012-01-16
Tidy up.
Jim Grosbach
2012-01-16
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2011-07-20
Extra semi-colon.
Eric Christopher
2011-07-13
Add to RuntimeDyld support different object formats
Danil Malyshev