[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldMachO.h
2014-08-18 Lang Hames[MCJIT] Respect target endianness in RuntimeDyldMachO...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Lang Hames[MCJIT] Simplify immediate decoding code in the Runtime...
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Juergen Ributzka[RuntimeDyld] Change the return type of decodeAddend...
2014-07-19 Lang Hames[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO...
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-12 Lang Hames[RuntimeDyld] Fix stub size and offset for AArch64...
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-23 Lang Hames[RuntimeDyld] Remove relocation bounds check introduced...
2014-05-22 Lang Hames[RuntimeDyld] Teach RuntimeDyldMachO how to handle...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-09 Lang Hames[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Reloc...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-04-29 Rafael EspindolaRationalize what is public in RuntimeDyldMachO and...
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-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
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-26 Sean CallananMade RuntimeDyldMachO support vanilla i386
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-20 Sean CallananRuntimeDyldMachO has the ability to keep track of
2012-03-07 Sean CallananImproved support in RuntimeDyldMachO for generating
2012-02-13 Ahmed CharlesRemove duplicate code in this header file which seemed...
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...