Rename AtomicExpandLoadLinked into AtomicExpand
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetTransformInfo.cpp
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.