summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
Commit message (Expand)AuthorAge
* Fix typo.Eric Christopher2014-05-22
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-13
* [PowerPC] Remove unused TM member variable to unbreak buildHal Finkel2014-04-05
* [PowerPC] Adjust load/store costs in PPCTTIHal Finkel2014-04-04
* [PowerPC] PPCTTI CleanupHal Finkel2014-04-04
* [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCostHal Finkel2014-04-02
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-26
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* Add final and owerride keywords to TargetTransformInfo's subclasses.Juergen Ributzka2014-01-24
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-11
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Add the PPC64 popcntd instructionHal Finkel2013-03-28
* Refine fix to bug 15041.Bill Schmidt2013-02-08
* Constrain PowerPC autovectorization to fix bug 15041.Bill Schmidt2013-02-07
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-25
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-25