summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TargetParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-4/+4
* [AMDGPU] gfx908 targetStanislav Mekhanoshin2019-07-091-1/+3
* [AMDGPU] gfx1011/gfx1012 targetsStanislav Mekhanoshin2019-06-141-1/+5
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-241-18/+20
* AMDGPU: Partially fix default device for HSAMatt Arsenault2019-03-171-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix build error due to missing cctype includeDavid Spickett2018-11-281-1/+0
* [ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett2018-11-281-931/+0
* [AMDGPU] Defined gfx909 Raven Ridge 2Tim Renouf2018-10-241-1/+3
* [ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard2018-09-261-0/+5
* AMDGPU: Re-apply r341982 after fixing the layering issueKonstantin Zhuravlyov2018-09-121-10/+40
* Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...Ilya Biryukov2018-09-121-128/+10
* AMDGPU: Move isa version and EF_AMDGPU_MACH_* determinationKonstantin Zhuravlyov2018-09-111-10/+128
* Start reserving x18 by default on Android targets.Peter Collingbourne2018-08-291-1/+2
* Try to fix bot build failureMatt Arsenault2018-08-211-1/+1
* AMDGPU: Partially move target handling code from clang to TargetParserMatt Arsenault2018-08-211-0/+147
* [ARM/AArch64] Support FP16 +fp16fml instructionsBernard Ogden2018-08-171-0/+7
* [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
OpenPOWER on IntegriCloud