| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [mips][msa] Enable inlinse assembly for MSA. | Daniel Sanders | 2013-11-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Like GCC, this re-uses the 'f' constraint and a new 'w' print-modifier: asm ("ldi.w %w0, 1", "=f"(result)); Unlike GCC, the 'w' print-modifer is not _required_ to produce the intended output. This is a consequence of differences in the internal handling of the registers in each compiler. To be source-compatible between the compilers, users must use the 'w' print-modifier. MSA registers (including control registers) are supported in clobber lists. llvm-svn: 194476 | ||||
| * | Make these tests more robust against IRgen choosing to emit more named metadata. | Richard Smith | 2013-07-14 | 1 | -2/+2 |
| | | | | | llvm-svn: 186279 | ||||
| * | Remove REQUIRES now that r179237 fixed the real problem. | Rafael Espindola | 2013-04-12 | 1 | -1/+0 |
| | | | | | llvm-svn: 179349 | ||||
| * | get rid of stdio.h include in testcase | Adrian Prantl | 2013-04-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 179237 | ||||
| * | add mips target requirement to testcase | Adrian Prantl | 2013-04-10 | 1 | -0/+1 |
| | | | | | llvm-svn: 179236 | ||||
| * | Mips specific inline asm memory operand modifier test case | Jack Carter | 2013-04-10 | 1 | -0/+35 |
| These changes are based on commit responses for r179135. llvm-svn: 179229 | |||||

