AArch64: remove ConstantIsland pass & put literals in separate section.
authorTim Northover <Tim.Northover@arm.com>
Fri, 15 Feb 2013 09:33:43 +0000 (09:33 +0000)
committerTim Northover <Tim.Northover@arm.com>
Fri, 15 Feb 2013 09:33:43 +0000 (09:33 +0000)
commit1e8839302b70d77de63844332bdee9ce7d06f2c9
tree13c018c5dfc7095a77e603f5a5de9db46e28204a
parent148ac534fc5592ed7031efde9a577890f078068b
AArch64: remove ConstantIsland pass & put literals in separate section.

This implements the review suggestion to simplify the AArch64 backend. If we
later discover that we *really* need the extra complexity of the
ConstantIslands pass for performance reasons it can be resurrected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175258 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64AsmPrinter.h
lib/Target/AArch64/AArch64ConstantIslandPass.cpp [deleted file]
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64MachineFunctionInfo.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/CMakeLists.txt
test/CodeGen/AArch64/adrp-relocation.ll
test/CodeGen/AArch64/extern-weak.ll
test/CodeGen/AArch64/fp-cond-sel.ll
test/CodeGen/AArch64/fp128-folding.ll
test/CodeGen/AArch64/fp128.ll
test/CodeGen/AArch64/fpimm.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/literal_pools.ll