summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/inlineasm-operand-code.ll
AgeCommit message (Expand)Author
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-05-14[mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2015-11-26[mips][ias] Explicitly disable IAS on tests that depend on not assembling.Daniel Sanders
2015-11-16[mips][ias] Allow whitespace after commas in inlineasm*.ll tests.Daniel Sanders
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-06[mips] Tolerate the use of the %z inline asm operand modifier with non-immedi...Toma Tabacu
2014-05-22[mips] Use addiu in inline assembly tests since addi is not available in all ...Daniel Sanders
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-07-18Mips specific inline asm operand modifier 'M':Jack Carter
2012-07-10 Mips specific inline asm operand modifier 'L'.Jack Carter
2012-07-05 Mips specific inline asm operand modifier D.Jack Carter
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-07-02Revert " mips32 long long register inline asm constraint support." asEric Christopher
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-05-30Add support for the mips inline asm 'm' output modifier.Eric Christopher
2012-05-19Add support for the 'd' mips inline asm output modifier.Eric Christopher
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher
2012-05-10Add support for the 'X' inline asm operand modifier.Eric Christopher