OSDN Git Service

ARM: Add support for segmented stacks
authorOliver Stannard <oliver.stannard@arm.com>
Wed, 2 Apr 2014 16:10:33 +0000 (16:10 +0000)
committerOliver Stannard <oliver.stannard@arm.com>
Wed, 2 Apr 2014 16:10:33 +0000 (16:10 +0000)
commitaf48fc4136b1fca9b0542bc858a3bddbf87dcc02
treefc54c4ddfe9a93492d7acc569375f5f77508e8de
parent5524d787b7601e567b3cf4cbe3fcbcad93bb8294
ARM: Add support for segmented stacks

Patch by Alex Crichton, ILyoan, Luqman Aden and Svetoslav.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205430 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMSubtarget.h
test/CodeGen/ARM/debug-segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/ARM/segmented-stacks-dynamic.ll [new file with mode: 0644]
test/CodeGen/ARM/segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/Thumb/segmented-stacks-dynamic.ll [new file with mode: 0644]
test/CodeGen/Thumb/segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/Thumb2/segmented-stacks.ll [new file with mode: 0644]