summaryrefslogtreecommitdiffstats
path: root/lib/Support/TargetParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "[ARM] Fix MachO CPU Subtype selection"Renato Golin2015-08-141-2/+0
* [ARM] Fix MachO CPU Subtype selectionVedant Kumar2015-08-141-0/+2
* - Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas2015-07-271-18/+76
* Edited the CPUNames table of TargetParserAlexandros Lamprineas2015-07-171-3/+1
* - TargetParser does not handle armv7l in parseArchProfile().Alexandros Lamprineas2015-07-161-0/+1
* -Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas2015-07-151-84/+95
* Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9Alexandros Lamprineas2015-07-141-96/+83
* -Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas2015-07-141-83/+96
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-2/+0
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-23/+37
* [ARM] Disabling vfp4 should disable fp16John Brawn2015-06-121-1/+5
* TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation]NAKAMURA Takumi2015-06-061-1/+1
* [TargetParser] Properly attach functions of ARMTargetParser to the classBenjamin Kramer2015-06-051-6/+2