-Added API for retrieving the default FPU of a CPU from TargetParser.
[oota-llvm.git] / lib / Support / TargetParser.cpp
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