summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetTransformInfo.cpp
Commit message (Expand)AuthorAge
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-25
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-19
* ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer2013-03-18
* ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer2013-03-18
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-15
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-15
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-14
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-12
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-12
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-08
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-07
* ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer2013-02-05
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-04
* Adding simple cast cost to ARMRenato Golin2013-01-29
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07