[mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)
[oota-llvm.git] / test / CodeGen / Mips / inlineasm_constraint.ll
2013-03-04 Jack CarterMips specific inline assembler constraint 'R'
2012-05-11 Akira HatanakaUse regular expression to match register names.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...