summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-261-0/+2
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-1/+9
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-101-4/+0
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-14/+14
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-021-1/+1
* Add final and owerride keywords to TargetTransformInfo's subclasses.Juergen Ributzka2014-01-241-15/+17
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-111-0/+9
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-3/+8
* Add the PPC64 popcntd instructionHal Finkel2013-03-281-3/+2
* Refine fix to bug 15041.Bill Schmidt2013-02-081-18/+17
* Constrain PowerPC autovectorization to fix bug 15041.Bill Schmidt2013-02-071-0/+19
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-251-4/+2
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-251-0/+220
OpenPOWER on IntegriCloud