summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
Commit message (Expand)AuthorAgeFilesLines
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* [PowerPC] Enable interleaved-access vectorizationHal Finkel2015-09-041-0/+6
* [TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'Chandler Carruth2015-08-051-13/+11
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-091-13/+2
* [X86] Disable loop unrolling in loop vectorization pass when VF is 1.Wei Mi2015-05-061-1/+1
* Do not restrict interleaved unrolling to small loops, depending on the target.Olivier Sallenave2015-03-061-0/+1
* [multiversion] Remove the function parameter from the unrollingChandler Carruth2015-02-011-2/+1
* [multiversion] Switch the TTI queries from TargetMachine to SubtargetChandler Carruth2015-02-011-10/+5
* [multiversion] Remove the cached TargetMachine pointer from theChandler Carruth2015-02-011-4/+13
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+2
* [multiversion] Remove a false freedom to leave the TargetMachine pointerChandler Carruth2015-02-011-1/+1
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-0/+100
OpenPOWER on IntegriCloud