OSDN Git Service

ARM: decide whether to use movw/movt based on "minsize" attribute.
authorTim Northover <tnorthover@apple.com>
Mon, 2 Dec 2013 14:46:26 +0000 (14:46 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 2 Dec 2013 14:46:26 +0000 (14:46 +0000)
commitad249171e4fa718290be2f1b276c1b7864dd27f7
tree8c84c193493f3b420f1a26d015fed7cbe537eaa8
parentc7cf4869a726ea8f36680d4ef220f9902075dee8
ARM: decide whether to use movw/movt based on "minsize" attribute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196102 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
test/CodeGen/ARM/minsize-litpools.ll [new file with mode: 0644]