aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TargetParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-10AMDGPU: Teach toolchain to link rocm device libsMatt Arsenault1-3/+3
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-4/+4
2019-07-09[AMDGPU] gfx908 targetStanislav Mekhanoshin1-1/+3
2019-06-14[AMDGPU] gfx1011/gfx1012 targetsStanislav Mekhanoshin1-1/+5
2019-04-24[AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin1-18/+20
2019-03-17AMDGPU: Partially fix default device for HSAMatt Arsenault1-4/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-28Fix build error due to missing cctype includeDavid Spickett1-1/+0
2018-11-28[ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett1-931/+0
2018-10-24[AMDGPU] Defined gfx909 Raven Ridge 2Tim Renouf1-1/+3
2018-09-26[ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard1-0/+5
2018-09-12AMDGPU: Re-apply r341982 after fixing the layering issueKonstantin Zhuravlyov1-10/+40
2018-09-12Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...Ilya Biryukov1-128/+10
2018-09-11AMDGPU: Move isa version and EF_AMDGPU_MACH_* determinationKonstantin Zhuravlyov1-10/+128
2018-08-29Start reserving x18 by default on Android targets.Peter Collingbourne1-1/+2
2018-08-21Try to fix bot build failureMatt Arsenault1-1/+1
2018-08-21AMDGPU: Partially move target handling code from clang to TargetParserMatt Arsenault1-0/+147
2018-08-17[ARM/AArch64] Support FP16 +fp16fml instructionsBernard Ogden1-0/+7
2018-07-26[AArch64] Armv8.2-A: add the crypto extensionsSjoerd Meijer1-0/+11
2018-06-29[ARM][AArch64] Armv8.4-A EnablementSjoerd Meijer1-0/+5
2018-04-04AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne1-0/+4
2018-02-08[ARM] Add 'fillValidCPUArchList' to ARM targetsErich Keane1-0/+14
2018-01-17[Support] Return an enum instead of an unsigned; NFC.George Burgess IV1-2/+2
2018-01-09[TargetParser] Add missing armv8l ARMv8 variant.Florian Hahn1-1/+1
2017-12-20[TargetParser] Check size before accessing architecture version.Florian Hahn1-2/+2
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl1-1/+0
2017-12-13Remove redundant includes from lib/Support.Michael Zolotukhin1-1/+0
2017-08-24[TargetParser][AArch64] Add support for RDM feature in the target parser.Chad Rosier1-0/+2
2017-08-21[ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker1-0/+14
2017-08-10[ARM][AArch64] ARMv8.3-A enablementSam Parker1-0/+5
2017-07-27[TargetParser] Use enum classes for various ARM kind enums.Florian Hahn1-156/+161
2017-07-13[AArch64] Add an SVE target feature to the backend and TargetParser.Amara Emerson1-0/+2
2017-06-30Unified logic for computing target ABI in backend and front end by moving thi...Eric Christopher1-0/+36
2017-05-03[AArch64] Fix variable name ambiguity in r302078.Ahmed Bougacha1-2/+4
2017-05-03[AArch64] Make the TargetParser add CPU exts provided by the arch.Ahmed Bougacha1-1/+1
2017-04-20[ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus1-1/+1
2017-02-17[AArch64] Add Cavium ThunderX supportJoel Jones1-0/+2
2017-02-09[ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV1-0/+2
2016-10-07[ARM]: Add Cortex-R52 target to LLVMJaved Absar1-0/+3
2016-10-07Use StringReg in TargetParser APIs (NFC)Mehdi Amini1-14/+14
2016-07-28Add unittests to {ARM | AArch64}TargetParser.Zijiao Ma1-48/+51
2016-06-13[AArch64] Add RAS extensions support in AArch64TargetParser.Zijiao Ma1-0/+2
2016-06-08Support: correct AArch64 TargetParser implementationSaleem Abdulrasool1-20/+21
2016-05-25[AArch64] Adding a TargetParser for AArch64Renato Golin1-0/+219
2016-03-05Support: catch invalid accessesSaleem Abdulrasool1-2/+2
2016-01-15[ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith1-0/+6
2015-12-14Reordering fields to reduce padding in LLVM. NFCBen Craig1-4/+4
2015-12-01[ARM] Add ARMv8.2-A to TargetParserOliver Stannard1-0/+3
2015-11-20Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov1-1/+1
2015-11-19TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC.NAKAMURA Takumi1-1/+1