Remove extra whitespace. NFC.
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetTransformInfo.h
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-01 Silviu Baranga[AArch64] Turn on by default interleaved access vectori...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-06-26 Hao Liu[AArch64] Lower interleaved memory accesses to ldN...
2015-06-15 Hao Liu[AArch64] Revert r239711 again. We need to discuss...
2015-06-15 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-11 Rafael EspindolaThis reverts commit r239529 and r239514.
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...