llvm-project/llvm/lib/Target/ARM/MCTargetDesc
Oliver Stannard 9ea2eaeb50 [ARM] Add support for armv7e-m to the .arch directive
This will allow compilation of assembly files targeting armv7e-m without having
to specify the Tag_CPU_arch attribute as a workaround.

Differential revision: https://reviews.llvm.org/D40370

Patch by Ian Tessier!

llvm-svn: 319303
2017-11-29 10:12:15 +00:00
..
ARMAddressingModes.h ARMAddressingModes.h: Don't mark header functions as file local 2017-10-24 21:29:21 +00:00
ARMAsmBackend.cpp [TargetParser] Use enum classes for various ARM kind enums. 2017-07-27 16:27:56 +00:00
ARMAsmBackend.h Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
ARMAsmBackendDarwin.h Add a few missing headers for modularization/IWYU/etc 2017-10-27 22:12:46 +00:00
ARMAsmBackendELF.h Add a few missing headers for modularization/IWYU/etc 2017-10-27 22:12:46 +00:00
ARMAsmBackendWinCOFF.h Add a few missing headers for modularization/IWYU/etc 2017-10-27 22:12:46 +00:00
ARMBaseInfo.h [arm] Fix Unnecessary reloads from GOT. 2017-11-13 20:45:38 +00:00
ARMELFObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
ARMELFStreamer.cpp [ARM] Add support for armv7e-m to the .arch directive 2017-11-29 10:12:15 +00:00
ARMFixupKinds.h Don't repeat names and reformat. NFC. 2017-06-28 16:00:16 +00:00
ARMMCAsmInfo.cpp [ARM] Use SEH exceptions on thumbv7-windows 2017-11-21 11:30:20 +00:00
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp [ARM] Support fixup for Thumb2 modified immediate 2017-06-05 09:37:12 +00:00
ARMMCExpr.cpp
ARMMCExpr.h
ARMMCTargetDesc.cpp [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. 2017-10-11 23:34:47 +00:00
ARMMCTargetDesc.h [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. 2017-10-11 23:34:47 +00:00
ARMMachORelocationInfo.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
ARMMachObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
ARMTargetStreamer.cpp [TargetParser] Use enum classes for various ARM kind enums. 2017-07-27 16:27:56 +00:00
ARMUnwindOpAsm.cpp [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-31 00:56:17 +00:00
ARMUnwindOpAsm.h [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-31 00:56:17 +00:00
ARMWinCOFFObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
ARMWinCOFFStreamer.cpp [ARM] Use dwarf exception handling on MinGW 2017-11-17 08:04:40 +00:00
CMakeLists.txt
LLVMBuild.txt