Age | Commit message (Expand) | Author |
2011-05-04 | Fix register-dependent XCore tests | Jakob Stoklund Olesen |
2011-03-31 | Fix Mips, Sparc, and XCore tests that were dependent on register allocation. | Jakob Stoklund Olesen |
2010-03-11 | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne |
2010-03-10 | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate | Richard Osborne |
2010-03-10 | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne |
2010-03-10 | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne |