aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TargetParser.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM::getArchExtFeature() to a...NAKAMURA Takumi1-3/+7
2015-11-18[ARM] Add +feature names to TargetParser extensions tableBradley Smith1-1/+17
2015-11-16Handle ARMv6KZ namingArtyom Skrobov1-2/+2
2015-11-16NFC refactorings in lib/Support/TargetParser.cppArtyom Skrobov1-16/+16
2015-11-16[ARM] Allow TargetParser to accurately target architecturesBradley Smith1-5/+14
2015-11-12Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov1-13/+5
2015-10-28ARM: support .watchos_version_min and .tvos_version_min.Tim Northover1-0/+1
2015-10-23[ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov1-2/+2
2015-09-24[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov1-0/+5
2015-09-21Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"James Molloy1-3/+0
2015-09-21[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov1-0/+3
2015-09-05Added arch extensions and default target features in TargetParser.Alexandros Lamprineas1-5/+30
2015-08-30Remove a linear walk to find the default FPU for a given CPU by directlyChandler Carruth1-7/+6
2015-08-30Teach the target parsing framework to directly compute the length of allChandler Carruth1-41/+68
2015-08-30Refactor the ARM target parsing to use a def file with macros to expandChandler Carruth1-164/+14
2015-08-30[Triple] Use clang-format to normalize the formatting of the ARM targetChandler Carruth1-36/+35
2015-08-30[Triple] Stop abusing a class to have only static methods and just useChandler Carruth1-27/+27
2015-08-21[ARM] Fix MachO CPU Subtype selectionVedant Kumar1-1/+3
2015-08-14Revert "[ARM] Fix MachO CPU Subtype selection"Renato Golin1-2/+0
2015-08-14[ARM] Fix MachO CPU Subtype selectionVedant Kumar1-0/+2
2015-07-27- Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas1-18/+76
2015-07-17Edited the CPUNames table of TargetParserAlexandros Lamprineas1-3/+1
2015-07-16- TargetParser does not handle armv7l in parseArchProfile().Alexandros Lamprineas1-0/+1
2015-07-15-Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas1-84/+95