llvm-6502/test/CodeGen/ARM/Windows
Saleem Abdulrasool 0029e2d665 ARM: fix WoA PEI instruction selection
The ARM::BLX instruction is an ARM mode instruction.  The Windows on ARM target
is limited to Thumb instructions.  Correctly use the thumb mode tBLXr
instruction.  This would manifest as an errant write into the object file as the
instruction is 4-bytes in length rather than 2.  The result would be a corrupted
object file that would eventually result in an executable that would crash at
runtime.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208152 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-07 03:03:27 +00:00
..
aapcs.ll
chkstk-movw-movt-isel.ll ARM: fix WoA PEI instruction selection 2014-05-07 03:03:27 +00:00
chkstk.ll ARM: support stack probe emission for Windows on ARM 2014-04-30 07:05:07 +00:00
hard-float.ll ARM: update subtarget information for Windows on ARM 2014-04-02 20:32:05 +00:00
mangling.ll
memset.ll CodeGen: correct memset emittance for WoA 2014-05-04 23:13:21 +00:00
movw-movt-relocations.ll ARM: partially handle 32-bit relocations for WoA 2014-04-30 04:54:58 +00:00
no-aeabi.ll CodeGen: strengthen WoA AEABI avoidance tests 2014-05-04 23:13:18 +00:00
no-arm-mode.ll ARM: update subtarget information for Windows on ARM 2014-04-02 20:32:05 +00:00
no-ehabi.ll