summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TargetParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn2015-06-051-3/+5
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-15/+110
* [ARMTargetParser] Follow-up for r239099: one case was missedArtyom Skrobov2015-06-051-1/+1
* Simplify ARMTargetParser::getArchSynonymArtyom Skrobov2015-06-041-10/+9
* [ARMTargetParser] Move IAS arch ext parser. NFCRenato Golin2015-05-301-1/+7
* [ARMTargetParser] Adding sub-arch information for Clang. NFCRenato Golin2015-05-281-34/+44
* [ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC.Renato Golin2015-05-281-14/+22
* Fix comments in ARMTargetParser. NFC.Renato Golin2015-05-281-2/+2
* ARMTargetParser: Normalising build attributesRenato Golin2015-05-271-18/+22
* Reinforce ARMTargetParser::getCanonicalArchName validationRenato Golin2015-05-221-14/+20
* Adding profile and version parsers to ARMTargetParserRenato Golin2015-05-221-0/+70
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-211-1/+46
* Get Triple::getARMCPUForArch() to use TargetParserRenato Golin2015-05-201-25/+178
* Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin2015-05-121-55/+55
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-081-0/+193
OpenPOWER on IntegriCloud