summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r354937:Hans Wennborg2019-03-081-4/+6
* Merging r352221 and r352222:Hans Wennborg2019-01-281-0/+4
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-0/+6
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-251-2/+8
* [Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan2018-08-061-0/+8
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-021-0/+12
* [COFF, ARM64] Enable SEH for ARM64 WindowsMandeep Singh Grang2018-07-311-1/+2
* [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric2018-07-261-1/+1
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+21
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-291-14/+20
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+103
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-1/+1
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+18
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-18/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+18
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-6/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-101/+101
* [Targets] Implement getConstraintRegister for ARM and AArch64Mikhail Maltsev2018-04-301-0/+6
* bpf: accept all asm register namesYonghong Song2018-04-111-1/+1
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+8
* [ARM] Pass half or i16 types for NEON intrinsicsSjoerd Meijer2018-03-191-0/+5
* [RISCV] Enable __int128_t and __uint128_t through clang flagMandeep Singh Grang2018-02-251-1/+1
* Make march/target-cpu print a note with the list of valid values for ARMErich Keane2018-02-081-0/+3
* [NFCi] Replace a couple of usages of const StringRef& with StringRefErich Keane2018-02-071-3/+3
* Added Control Flow Protection FlagOren Ben Simhon2018-01-091-0/+12
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+10
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-091-0/+8
* [OpenCL] Fix layering violation by getOpenCLTypeAddrSpaceSven van Haastregt2017-12-061-2/+12
* [OpenMP] Show error if VLAs are not supportedJonas Hahnfeld2017-11-181-0/+4
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-2/+2
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-9/+5
* [clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov2017-09-281-0/+3
* [Atomic][X8664] set max atomic inline width according to the targetWei Mi2017-09-221-0/+3
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-151-4/+3
* [X86] Implement __builtin_cpu_isCraig Topper2017-08-101-0/+4
* Revert r264998 and r265035.Akira Hatanaka2017-07-271-15/+0
* Add isValidCPUName and isValidFeature to TargetInfoErich Keane2017-07-191-0/+10
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-141-0/+14
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-0/+9
* Update x86-64 ABI link with the one from linuxbase.org since the otherEric Christopher2017-03-311-1/+1
* Fix typo, defind -> defined.Eric Christopher2017-03-311-1/+1
* Move setting of LangOpts based on target flags out of CompilerInstanceEric Christopher2017-03-221-2/+3
* [DebugInfo] Add address space when creating DIDerivedTypesKonstantin Zhuravlyov2017-03-081-0/+15
* [inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina2016-12-261-2/+10
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-1/+1
* Revert r289979 due to regressionsYaxun Liu2016-12-161-1/+1
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-1/+1
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-151-0/+7
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-141-7/+0