summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/mips-inline-asm-modifiers.c
AgeCommit message (Expand)Author
2023-03-10[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-04-05[Test] Use cc1 interface in more tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-06[CodeGen] Emit elementtype attributes for indirect inline asm constraintsNikita Popov
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2014-12-17[mips] Always clobber $1 for MIPS inline asm.Toma Tabacu
2013-11-12[mips][msa] Enable inlinse assembly for MSA.Daniel Sanders
2013-07-14Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith
2013-04-12Remove REQUIRES now that r179237 fixed the real problem.Rafael Espindola
2013-04-10get rid of stdio.h include in testcaseAdrian Prantl
2013-04-10add mips target requirement to testcaseAdrian Prantl
2013-04-10Mips specific inline asm memory operand modifier test caseJack Carter