summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TargetParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Armv8.2-A: add the crypto extensionsSjoerd Meijer2018-07-261-0/+11
* [ARM][AArch64] Armv8.4-A EnablementSjoerd Meijer2018-06-291-0/+5
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-0/+4
* [ARM] Add 'fillValidCPUArchList' to ARM targetsErich Keane2018-02-081-0/+14
* [Support] Return an enum instead of an unsigned; NFC.George Burgess IV2018-01-171-2/+2
* [TargetParser] Add missing armv8l ARMv8 variant.Florian Hahn2018-01-091-1/+1
* [TargetParser] Check size before accessing architecture version.Florian Hahn2017-12-201-2/+2
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+0
* Remove redundant includes from lib/Support.Michael Zolotukhin2017-12-131-1/+0
* [TargetParser][AArch64] Add support for RDM feature in the target parser.Chad Rosier2017-08-241-0/+2
* [ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker2017-08-211-0/+14
* [ARM][AArch64] ARMv8.3-A enablementSam Parker2017-08-101-0/+5
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-271-156/+161
* [AArch64] Add an SVE target feature to the backend and TargetParser.Amara Emerson2017-07-131-0/+2
* Unified logic for computing target ABI in backend and front end by moving thi...Eric Christopher2017-06-301-0/+36
* [AArch64] Fix variable name ambiguity in r302078.Ahmed Bougacha2017-05-031-2/+4
* [AArch64] Make the TargetParser add CPU exts provided by the arch.Ahmed Bougacha2017-05-031-1/+1
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-201-1/+1
* [AArch64] Add Cavium ThunderX supportJoel Jones2017-02-171-0/+2
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-091-0/+2
* [ARM]: Add Cortex-R52 target to LLVMJaved Absar2016-10-071-0/+3
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-071-14/+14
* Add unittests to {ARM | AArch64}TargetParser.Zijiao Ma2016-07-281-48/+51
* [AArch64] Add RAS extensions support in AArch64TargetParser.Zijiao Ma2016-06-131-0/+2
* Support: correct AArch64 TargetParser implementationSaleem Abdulrasool2016-06-081-20/+21
* [AArch64] Adding a TargetParser for AArch64Renato Golin2016-05-251-0/+219
* Support: catch invalid accessesSaleem Abdulrasool2016-03-051-2/+2
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-151-0/+6
* Reordering fields to reduce padding in LLVM. NFCBen Craig2015-12-141-4/+4
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-011-0/+3
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-1/+1
* TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC.NAKAMURA Takumi2015-11-191-1/+1
* llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM::getArchExtFeature() to a...NAKAMURA Takumi2015-11-191-3/+7
* [ARM] Add +feature names to TargetParser extensions tableBradley Smith2015-11-181-1/+17
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-2/+2
* NFC refactorings in lib/Support/TargetParser.cppArtyom Skrobov2015-11-161-16/+16
* [ARM] Allow TargetParser to accurately target architecturesBradley Smith2015-11-161-5/+14
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-13/+5
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-0/+1
* [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov2015-10-231-2/+2
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-0/+5
* Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"James Molloy2015-09-211-3/+0
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-211-0/+3
* Added arch extensions and default target features in TargetParser.Alexandros Lamprineas2015-09-051-5/+30
* Remove a linear walk to find the default FPU for a given CPU by directlyChandler Carruth2015-08-301-7/+6
* Teach the target parsing framework to directly compute the length of allChandler Carruth2015-08-301-41/+68
* Refactor the ARM target parsing to use a def file with macros to expandChandler Carruth2015-08-301-164/+14
* [Triple] Use clang-format to normalize the formatting of the ARM targetChandler Carruth2015-08-301-36/+35
* [Triple] Stop abusing a class to have only static methods and just useChandler Carruth2015-08-301-27/+27
* [ARM] Fix MachO CPU Subtype selectionVedant Kumar2015-08-211-1/+3
OpenPOWER on IntegriCloud