Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
[oota-llvm.git] / test / CodeGen / ARM / divmod.ll
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-01 Evan ChengAdd test case.