ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
[oota-llvm.git] / lib / Target / ARM64 / ARM64ISelLowering.h
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-30 Tim NorthoverARM64: override all the things.
2014-03-29 Tim NorthoverARM64: initial backend import