[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the...
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetTransformInfo.cpp
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.