Add getFPUFeatures to TargetParser, which gets the list of subtarget features that are enabled/disabled for each FPU, and use it when handling the .fpu directive.
No functional change in this commit, though clang will start behaving differently once it starts using this.
This will include <vector> is a lot of other files that don't need it. Can you use SmallVector or something and declare it like StringRef?