aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/mul64.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-4/+4
* Fix register-dependent XCore testsJakob Stoklund Olesen2011-05-041-6/+3
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-311-16/+17
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-111-0/+13
* Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne2010-03-101-0/+12
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-101-4/+1
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-101-0/+30