Add ARMv8.2-A to TargetParser, so that it can be used by the clang
command-line options and the .arch directive.
Most testing of this will be done in clang, checking that the
command-line options that this enables work.
Paths
| Differential D15037
[ARM] Add ARMv8.2-A to TargetParser ClosedPublic Authored by olista01 on Nov 27 2015, 4:48 AM.
Details Summary Add ARMv8.2-A to TargetParser, so that it can be used by the clang Most testing of this will be done in clang, checking that the
Diff Detail
Event Timelineolista01 updated this object. olista01 added a parent revision: D15036: [ARM] Add subtarget features for ARMv8.2-A.Nov 27 2015, 4:48 AM olista01 added a child revision: D15040: [ARM] Add command-line options for ARMv8.2-A.Nov 27 2015, 4:52 AM This revision is now accepted and ready to land.Nov 30 2015, 5:46 AM Closed by commit rL254400: [ARM] Add ARMv8.2-A to TargetParser (authored by olista01). · Explain WhyDec 1 2015, 2:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41476 llvm/trunk/include/llvm/ADT/Triple.h
llvm/trunk/include/llvm/Support/ARMTargetParser.def
llvm/trunk/include/llvm/Support/TargetParser.h
llvm/trunk/lib/Support/TargetParser.cpp
llvm/trunk/lib/Support/Triple.cpp
llvm/trunk/lib/Target/ARM/ARM.td
llvm/trunk/lib/Target/ARM/ARMSubtarget.h
llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
llvm/trunk/test/MC/ARM/directive-arch-armv8.2-a.s
|