[Triple] Stop abusing a class to have only static methods and just use
[oota-llvm.git] / include / llvm / Support / TargetParser.h
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 Reid KlecknerFix -Wmicrosoft-enum warning
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
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-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
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-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-27 Renato GolinARMTargetParser: Normalising build attributes
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