summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new pass FunctionTargetTransformInfo. This pass serves as aEric Christopher2014-09-181-5/+7
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-2/+2
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-301-24/+21
* Allow vectorization of division by uniform power of 2.Karthik Bhat2014-08-251-8/+10
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+1
* Fix typo.Eric Christopher2014-05-221-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-131-0/+147
* [PowerPC] Remove unused TM member variable to unbreak buildHal Finkel2014-04-051-3/+2
* [PowerPC] Adjust load/store costs in PPCTTIHal Finkel2014-04-041-3/+23
* [PowerPC] PPCTTI CleanupHal Finkel2014-04-041-4/+0
* [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCostHal Finkel2014-04-021-3/+3
* [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