[MCJIT] Replace memcpy with readBytesUnaligned in RuntimeDyldMachOI386.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / Targets / RuntimeDyldMachOI386.h
2014-10-10 Lang Hames[MCJIT] Replace memcpy with readBytesUnaligned in Runti...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-11 Lang Hames[MCJIT] Add support for ARM HALF_DIFF relocations to...
2014-09-10 Lang Hames[MCJIT] Remove redundant architecture check from Runtim...
2014-09-07 Lang Hames[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
2014-09-04 Lang Hames[MCJIT] Make sure eh-frame fixups use the target's...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-08-29 Lang Hames[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
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-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...