llvm-project/llvm/lib/Target/ARM/MCTargetDesc
serge-sans-paille 9218ff50f9 llvmbuildectomy - replace llvm-build by plain cmake
No longer rely on an external tool to build the llvm component layout.

Instead, leverage the existing `add_llvm_componentlibrary` cmake function and
introduce `add_llvm_component_group` to accurately describe component behavior.

These function store extra properties in the created targets. These properties
are processed once all components are defined to resolve library dependencies
and produce the header expected by llvm-config.

Differential Revision: https://reviews.llvm.org/D90848
2020-11-13 10:35:24 +01:00
..
ARMAddressingModes.h [ARM] Select f32 constants with vmov.f16 2020-09-21 11:10:47 +01:00
ARMAsmBackend.cpp [ARM] halfword store hits llvm_unreachable with big-endian 2020-07-17 08:56:44 +01:00
ARMAsmBackend.h [MC][Bugfix] Remove redundant parameter for relaxInstruction 2020-04-21 11:06:55 +08:00
ARMAsmBackendDarwin.h
ARMAsmBackendELF.h
ARMAsmBackendWinCOFF.h
ARMBaseInfo.h [ARM, AArch64] Fix a comment typo. NFC. 2020-08-06 09:23:45 +03:00
ARMELFObjectWriter.cpp Typos around a -> an. 2020-06-20 14:04:48 -07:00
ARMELFStreamer.cpp [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
ARMFixupKinds.h
ARMInstPrinter.cpp [MCInstPrinter] Add parameter `Address` to MCInstPrinter::printAliasInstr. NFC 2020-03-27 00:03:32 -07:00
ARMInstPrinter.h [MCInstPrinter] Add parameter `Address` to printCustomAliasOperand. NFC 2020-03-27 00:38:20 -07:00
ARMMCAsmInfo.cpp [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets. 2020-10-19 22:16:16 -07:00
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp
ARMMCExpr.cpp
ARMMCExpr.h
ARMMCTargetDesc.cpp [ARM][SchedModels] Convert IsLdstsoScaledPred to MCSchedPredicate 2020-10-22 18:03:01 +03:00
ARMMCTargetDesc.h [ARM][SchedModels] Let ldm* instruction scheduling use MCSchedPredicate 2020-10-23 10:33:20 +03:00
ARMMachORelocationInfo.cpp
ARMMachObjectWriter.cpp
ARMTargetStreamer.cpp
ARMUnwindOpAsm.cpp
ARMUnwindOpAsm.h
ARMWinCOFFObjectWriter.cpp
ARMWinCOFFStreamer.cpp [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00