[PowerPC] Adjust load/store costs in PPCTTI
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetTransformInfo.cpp
2014-04-04 Hal Finkel[PowerPC] Adjust load/store costs in PPCTTI
2014-04-04 Hal Finkel[PowerPC] PPCTTI Cleanup
2014-04-02 Hal Finkel[PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI...
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
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-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-01-25 Dmitri GribenkoRemove unused variables, silences -Wunused-variable
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo