remove a bunch of unused private methods
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetTransformInfo.cpp
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.