aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/CostModel/ARM
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-56/+56
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+17
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-021-0/+8
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-251-0/+450
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-211-2/+2
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-191-5/+19
* ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer2013-03-181-0/+168
* ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer2013-03-181-1/+170
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-151-5/+5
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-151-0/+24
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-5/+18
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-121-0/+14
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-121-0/+40
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-082-3/+46
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-071-0/+54
* ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer2013-02-051-0/+158
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-042-0/+52