[PATCH] D15275: [ARMv8-M] [2/9] Add ARMv8-M Baseline/Mainline LLVM targeting
Bradley Smith via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 03:08:48 PST 2015
bsmith created this revision.
bsmith added a reviewer: t.p.northover.
bsmith added a subscriber: llvm-commits.
bsmith set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.
This patch forms part of the ARMv8-M Baseline/Mainline support, adding the LLVM targeting and subtarget features.
ARMv8-M Mainline is a superset of ARMv7-M, containing all ARMv7-M instructions plus ARMv8-A semaphores and atomics and the ARMv8-M security extensions.
ARMv8-M Baseline is a superset of ARMv6-M, containing all ARMv6-M instructions plus ARMv8-A semaphores and atomics, ARMv7-M exclusives, various code optimization instructions (wide branches, CBZ, hardware divide), MOVW/MOVT and the ARMv8-M security extensions.
Repository:
rL LLVM
http://reviews.llvm.org/D15275
Files:
include/llvm/ADT/Triple.h
include/llvm/MC/SubtargetFeature.h
include/llvm/Support/ARMBuildAttributes.h
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
lib/Support/Triple.cpp
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
test/CodeGen/ARM/build-attributes.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15275.42039.patch
Type: text/x-patch
Size: 14585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151207/7666f478/attachment.bin>
More information about the llvm-commits
mailing list