llvm-6502/test/CodeGen/ARM/Windows
Saleem Abdulrasool b0a5225e6f ARM: correct WoA __builtin_alloca handling on O0
When performing a dynamic stack adjustment without optimisations, we would mark
SP as def and R4 as kill.  This occurred as part of the expansion of a
WIN__CHKSTK SDNode which indicated the proper handling of SP and R4.  The result
would be that we would double define SP as part of an operation, which is
obviously incorrect.

Furthermore, the VTList for the chain had an incorrect parameter type of i32
instead of Other.

Correct these to permit proper lowering of __builtin_alloca at -O0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213442 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-19 01:29:51 +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 ARM: fix WoA PEI instruction selection 2014-05-07 03:03:27 +00:00
chkstk.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
dllimport.ll ARM: properly lower dllimport'ed global values 2014-07-07 05:18:35 +00:00
frame-register.ll ARM: improve WoA ABI conformance for frame register 2014-05-18 04:12:52 +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
integer-floating-point-conversion.ll ARM: add some integer/floating point conversion libcalls 2014-05-16 05:41:33 +00:00
long-calls.ll ARM: correct assertion for long-calls on WoA 2014-06-07 20:29:27 +00:00
mangling.ll
memset.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
mov32t-bundling.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
movw-movt-relocations.ll
no-aeabi.ll CodeGen: strengthen WoA AEABI avoidance tests 2014-05-04 23:13:18 +00:00
no-arm-mode.ll
no-ehabi.ll
pic.ll ARM: support PIC on Windows on ARM 2014-05-09 00:58:32 +00:00
read-only-data.ll test: fix copy-paste mistake 2014-05-17 04:32:38 +00:00
structors.ll test: add test case for SVN r210406 2014-06-08 01:27:32 +00:00
vla.ll ARM: add VLA extension for WoA Itanium ABI 2014-06-09 20:18:42 +00:00