[PM] Change the core design of the TTI analysis to use a polymorphic
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetTransformInfo.cpp
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2014-10-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex...
2014-09-29 Chad Rosier[AArch64] Improve cost model to handle sdiv by a pow...
2014-09-10 Gerolf Hoflehner[AArch64] Revert r216141 for cyclone
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-21 James Molloy[LoopVectorize] Up the maximum unroll factor to 4 for...
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-15 Tim NorthoverAArch64: improve handling & modelling of FP_TO_XINT...
2014-06-15 Tim NorthoverAArch64: improve vector [su]itofp handling.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-02-20 Chad Rosier[AArch64] Add support for TargetTransformInfo Analysis.