1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/CodeGen/Mips/cconv
Dan Gohman a72e83c26e [MC] Use .p2align instead of .align
For historic reasons, the behavior of .align differs between targets.
Fortunately, there are alternatives, .p2align and .balign, which make the
interpretation of the parameter explicit, and which behave consistently across
targets.

This patch teaches MC to use .p2align instead of .align, so that people reading
code for multiple architectures don't have to remember which way each platform
does its .align directive.

Differential Revision: http://reviews.llvm.org/D16549

llvm-svn: 258750
2016-01-26 00:03:25 +00:00
..
arguments-float.ll Now that we have a soft-float attribute, use it instead of the 2015-05-08 00:57:22 +00:00
arguments-fp128.ll Now that we have a soft-float attribute, use it instead of the 2015-05-08 00:57:22 +00:00
arguments-hard-float-varargs.ll
arguments-hard-float.ll
arguments-hard-fp128.ll
arguments-small-structures-bigger-than-32bits.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
arguments-struct.ll [opaque pointer type] Add textual IR support for explicit type parameter to gep operator 2015-03-13 18:20:45 +00:00
arguments-varargs-small-structs-byte.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
arguments-varargs-small-structs-combinations.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
arguments-varargs-small-structs-multiple-args.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
arguments-varargs.ll [mips][ias] Replace anchor comments with anchor instructions in tests. 2015-11-26 10:26:18 +00:00
arguments.ll
callee-saved-float.ll
callee-saved-fpxx1.ll
callee-saved-fpxx.ll
callee-saved.ll Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
memory-layout.ll [MC] Use .p2align instead of .align 2016-01-26 00:03:25 +00:00
reserved-space.ll
return-float.ll Now that we have a soft-float attribute, use it instead of the 2015-05-08 00:57:22 +00:00
return-hard-float.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
return-hard-fp128.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
return-hard-struct-f128.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
return-struct.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
return.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
stack-alignment.ll