aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TargetParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-07-27- Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas1-18/+76
2015-07-17Edited the CPUNames table of TargetParserAlexandros Lamprineas1-3/+1
2015-07-16- TargetParser does not handle armv7l in parseArchProfile().Alexandros Lamprineas1-0/+1
2015-07-15-Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas1-84/+95
2015-07-14Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9Alexandros Lamprineas1-96/+83
2015-07-14-Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas1-83/+96
2015-06-29[ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar1-2/+0
2015-06-29[ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar1-23/+37
2015-06-12[ARM] Disabling vfp4 should disable fp16John Brawn1-1/+5
2015-06-06TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation]NAKAMURA Takumi1-1/+1
2015-06-05[TargetParser] Properly attach functions of ARMTargetParser to the classBenjamin Kramer1-6/+2
2015-06-05[ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn1-3/+5
2015-06-05[ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn1-15/+110
2015-06-05[ARMTargetParser] Follow-up for r239099: one case was missedArtyom Skrobov1-1/+1
2015-06-04Simplify ARMTargetParser::getArchSynonymArtyom Skrobov1-10/+9
2015-05-30[ARMTargetParser] Move IAS arch ext parser. NFCRenato Golin1-1/+7
2015-05-28[ARMTargetParser] Adding sub-arch information for Clang. NFCRenato Golin1-34/+44
2015-05-28[ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC.Renato Golin1-14/+22
2015-05-28Fix comments in ARMTargetParser. NFC.Renato Golin1-2/+2
2015-05-27ARMTargetParser: Normalising build attributesRenato Golin1-18/+22
2015-05-22Reinforce ARMTargetParser::getCanonicalArchName validationRenato Golin1-14/+20
2015-05-22Adding profile and version parsers to ARMTargetParserRenato Golin1-0/+70
2015-05-21Make Triple::parseARMArch use ARMTargetParserRenato Golin1-1/+46
2015-05-20Get Triple::getARMCPUForArch() to use TargetParserRenato Golin1-25/+178
2015-05-12Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin1-55/+55
2015-05-08TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin1-0/+193