Add subtarget caches to aarch64, arm, ppc, and x86.
authorEric Christopher <echristo@gmail.com>
Mon, 6 Oct 2014 06:45:36 +0000 (06:45 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 6 Oct 2014 06:45:36 +0000 (06:45 +0000)
commite6f32be8df06332f48cfb5d8d8817379cd38d611
tree86c20ddb01c4625406127800d15d95d9b8b5e99b
parenta37095eae6e887bacbc70f1c67c7becaa40f600b
Add subtarget caches to aarch64, arm, ppc, and x86.
These will make it easier to test further changes to the
code generation and optimization pipelines as those are
moved to subtargets initialized with target feature and
target cpu.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219106 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h