summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/urem-opt-size.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [ARM] Code size optimisation to lower udiv+urem to udiv+mls instead of aSjoerd Meijer2016-10-031-0/+72
* Reverting r281719, this is causing buildbot failures and timeouts again.Sjoerd Meijer2016-09-161-43/+0
* This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM to UDIV+MLSSjoerd Meijer2016-09-161-0/+43
* Revert "[ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)"Pablo Barrio2016-09-081-43/+0
* [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)Pablo Barrio2016-09-071-0/+43
* Do not expand SDIV when compiling for minimum code sizeSjoerd Meijer2016-07-081-4/+24
* Addressing post-commit comments regarding not expanding UDIV;Sjoerd Meijer2016-07-081-1/+1
* Code size optimisation: don't expand a div to a mul and and a shift sequence.Sjoerd Meijer2016-07-081-0/+25
OpenPOWER on IntegriCloud