summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/CostModel/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-203-41/+41
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-123-18/+212
* [CodeMetrics] Don't let extends of i1 be free.Jonas Paulsson2019-05-171-0/+53
* [SystemZ::TTI] Return zero cost for ICmp that becomes Load And Test.Jonas Paulsson2018-12-031-0/+25
* [SystemZ::TTI] i8/i16 operands extension costs revisitedJonas Paulsson2018-11-304-44/+89
* [SystemZ::TTI] Improve cost for compare of i64 with extended i32 loadJonas Paulsson2018-11-281-1/+17
* [SystemZ::TTI] Improve costs for i16 add, sub and mul against memory.Jonas Paulsson2018-11-281-0/+93
* [SystemZ::TTI] Improved cost values for comparison against memory.Jonas Paulsson2018-11-281-0/+27
* [SystemZ::TTI] Return zero cost for scalar load/store connected with a bswap.Jonas Paulsson2018-11-281-0/+67
* [SystemZTTIImpl] Give correct cost values for vector bswap intrinsics.Jonas Paulsson2018-11-221-0/+57
* [SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversionsJonas Paulsson2018-11-121-136/+136
* [SystemZ::TTI] Improve cost handling of uint/sint to fp conversions.Jonas Paulsson2018-11-021-0/+46
* [SystemZ::TTI] Recognize the higher cost of scalar i1 -> fp conversionJonas Paulsson2018-11-011-0/+23
* [SystemZ::TTI] Accurate costs for i1->double vector conversionsJonas Paulsson2018-11-011-0/+43
* [SystemZ] Improve isFoldableLoad() for Sub, SDiv and UDiv.Jonas Paulsson2018-10-301-36/+179
* [SystemZ] Improve getMemoryOpCost() to find foldable loads that are converted.Jonas Paulsson2018-10-251-1/+257
* [SystemZ] Improve handling and cost estimates of vector integer div/remJonas Paulsson2018-10-256-355/+974
* [SystemZ] Temporarily disable high VFs with integer div/rem.Jonas Paulsson2018-10-101-32/+35
* [SystemZ] Take better care when computing needed vector registers in TTI.Jonas Paulsson2018-10-102-0/+21
* [SystemZ] Adjust cost functions for subtargets that use LI + LOC instead of IPMJonas Paulsson2018-09-143-84/+606
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-17/+36
* [SystemZ] Modelling of costs of divisions with a constant power of 2.Jonas Paulsson2017-05-171-0/+154
* [SystemZ] Fix target specific testsRenato Golin2017-04-121-0/+2
* [SystemZ] Updated test fp-cast.llJonas Paulsson2017-04-121-58/+58
* [SystemZ] TargetTransformInfo cost functions implemented.Jonas Paulsson2017-04-1213-0/+8096
* [BasicTTIImpl] Bugfix in getIntrinsicInstrCost()Jonas Paulsson2017-03-161-0/+66
OpenPOWER on IntegriCloud