AArch64: make FastISel memcpy emission more robust.
[oota-llvm.git] / lib / Target / AArch64 / AArch64FastISel.cpp
2014-06-10 Tim NorthoverAArch64: make FastISel memcpy emission more robust.
2014-06-03 Tim NorthoverAArch64: mark small types (i1, i8, i16) as promoted
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place