ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
[oota-llvm.git] / lib / Target / ARM64 / ARM64TargetTransformInfo.cpp
2014-04-12 Juergen Ributzka[ARM64] Never hoist the shift value of a shift instruction.
2014-04-12 Juergen Ributzka[ARM64] Fix the cost model for cheap large constants.
2014-04-10 Saleem AbdulrasoolARM64: add an explicit cast to silence a silly warning
2014-04-10 Juergen Ributzka[ARM64] Fix immediate cost calculation for types larger...
2014-04-08 Juergen Ributzka[Constant Hoisting][ARM64] Enable constant hoisting...
2014-03-29 Tim NorthoverARM64: initial backend import