llvm/test/CodeGen/ARM/Windows
Dan Gohman f4e788949d [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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258750 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-26 00:03:25 +00:00
..
aapcs.ll
alloca.ll ARM: correct WoA __builtin_alloca handling on O0 2014-07-19 01:29:51 +00:00
chkstk-movw-movt-isel.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
chkstk.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
division.ll ARM: address WOA unsigned division overflow crash 2015-11-26 15:34:03 +00:00
dllimport.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-register.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
global-minsize.ll CodeGen: enable mov.w/mov.t pairs with minsize for WoA 2014-06-12 20:06:33 +00:00
hard-float.ll Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
libcalls.ll ARM: address WOA unsigned division overflow crash 2015-11-26 15:34:03 +00:00
long-calls.ll [MC] Use .p2align instead of .align 2016-01-26 00:03:25 +00:00
mangling.ll
memset.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
mov32t-bundling.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
movw-movt-relocations.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
no-aeabi.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
no-arm-mode.ll Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
no-eabi.ll ARM: only emit EABI attributes on EABI targets 2015-12-13 05:27:45 +00:00
no-ehabi.ll
no-frame-register.ll ARM: tweak WoA frame lowering 2015-10-09 03:19:03 +00:00
overflow.ll ARM: address WOA unsigned division overflow crash 2015-11-26 15:34:03 +00:00
pic.ll Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
read-only-data.ll [opaque pointer type] Add textual IR support for explicit type parameter to gep operator 2015-03-13 18:20:45 +00:00
stack-probe-non-default.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
structors.ll Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
trivial-gnu-object.ll ARM: add at least one real test for r242123. 2015-07-14 17:23:55 +00:00
vla.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00