Cull non-standard variants of ARM architectures (NFC)
[oota-llvm.git] / lib / Support / TargetParser.cpp
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-05 Alexandros LamprineasAdded arch extensions and default target features in...
2015-08-30 Chandler CarruthRemove a linear walk to find the default FPU for a...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-30 Chandler CarruthRefactor the ARM target parsing to use a def file with...
2015-08-30 Chandler Carruth[Triple] Use clang-format to normalize the formatting...
2015-08-30 Chandler Carruth[Triple] Stop abusing a class to have only static metho...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
2015-07-17 Alexandros LamprineasEdited the CPUNames table of TargetParser
2015-07-16 Alexandros Lamprineas- TargetParser does not handle armv7l in parseArchProfi...
2015-07-15 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-14 Alexandros LamprineasCaused regressions: compile Release+Asserts failed...
2015-07-14 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-05 Benjamin Kramer[TargetParser] Properly attach functions of ARMTargetPa...
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Artyom Skrobov[ARMTargetParser] Follow-up for r239099: one case was...
2015-06-04 Artyom SkrobovSimplify ARMTargetParser::getArchSynonym
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-28 Renato Golin[ARMTargetParser] Adding sub-arch information for Clang...
2015-05-28 Renato Golin[ARMTargetParser] Adding a few more CPUs for Clang...
2015-05-28 Renato GolinFix comments in ARMTargetParser. NFC.
2015-05-27 Renato GolinARMTargetParser: Normalising build attributes
2015-05-22 Renato GolinReinforce ARMTargetParser::getCanonicalArchName validation
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC