Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build error due to missing cctype include | David Spickett | 2018-11-28 | 1 | -0/+1 |
| | | | | | | in ARMTargetParser.cpp. llvm-svn: 347762 | ||||
* | [ARM, AArch64] Move ARM/AArch64 target parsers into | David Spickett | 2018-11-28 | 1 | -0/+576 |
separate files to enable future changes. This moves ARM and AArch64 target parsing into their own files. They are still accessible through TargetParser.h as before. Several functions in AArch64 which were just forwarders to ARM have been removed. All except AArch64::getFPUName were unused, and that was only used in a test. Which itself was overlapping one in ARM, so it has also been removed. Differential revision: https://reviews.llvm.org/D53980 llvm-svn: 347741 |