[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / Targets / RuntimeDyldMachOAArch64.h
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-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Lang Hames[MCJIT] Simplify immediate decoding code in the Runtime...
2014-08-07 Lang Hames[MCJIT] Replace a c-style cast with reinterpret_cast...
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-23 NAKAMURA TakumiRuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused...
2014-07-22 Juergen RibutzkaAppease the buildbots.
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add a helper function...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Implement the decodeAdden...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add assertion to check...
2014-07-18 Lang Hames[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_AD...
2014-07-17 Lang Hames[MCJIT] Fix the alignment requirements for ARM and...
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...