[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldImpl.h
2014-08-27 Lang Hames[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-21 Juergen Ributzka[RuntimeDyld] Fix comment for previous commit (r204439)
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-19 Yaron KerenAvoid duplicate search by reusing the iterator.
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-04 Tim NorthoverAArch64: add stubs to support long function calls on...
2013-05-03 Richard Sandiford[SystemZ] Add MCJIT support
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaUpdate the documentation.
2013-04-29 Rafael EspindolaUse a RelocationRef instead of a relocation_iterator.
2013-04-29 Rafael EspindolaPropagate relocation info to resolveRelocation.
2013-04-29 Rafael EspindolaReplace ObjRelocationInfo with relocation_iterator.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 NAKAMURA TakumiRuntimeDyld: Fix up r169178. MSVC doesn't like "or".
2012-12-03 Akira HatanakaRuntime dynamic linker for MCJIT should support MIPS...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-25 Adhemerval ZanellaPowerPC: Initial support for PowerPC64 MCJIT
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-08-27 Danil MalyshevFix comment for function RuntimeDyldImpl.resolveRelocat...
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyIt doesn't make sense to move symbol relocations to...
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats