summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/urem-i8-constant.ll
AgeCommit message (Expand)Author
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-22[x86] swap order of srl (and X, C1), C2 when it saves sizeSanjay Patel
2017-06-12[x86] regenerate checks with update_llc_test_checks.pySanjay Patel
2016-07-09VirtRegMap: Replace some identity copies with KILL instructions.Matthias Braun
2016-05-10update test to use FileCheck for tighter checkingSanjay Patel
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-11-30Fix for PR2164: allow transforming arbitrary-width unsigned divides intoEli Friedman
2007-11-26Don't lower srem/urem X%C to X-X/C*C unless the division is actuallyDan Gohman