summaryrefslogtreecommitdiff
path: root/lib/Basic/Targets
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-171-3/+2
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-171-2/+8
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-102-14/+24
* [ARM] Add support for the s,j,x,N,O inline asm constraintsDavid Candler2019-09-051-5/+88
* Add -m(no)-spe to clangJustin Hibbits2019-09-052-1/+10
* AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault2019-09-051-0/+2
* [RISCV] Correct Logic around ilp32e macrosSam Elliott2019-09-031-2/+3
* [X86] Remove what little support we had for MPXCraig Topper2019-08-292-9/+0
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-282-24/+14
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-272-14/+24
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-271-0/+14
* Reland "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-1/+1
* Revert "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-1/+1
* [ARM] push LR before __gnu_mcount_ncJian Cai2019-08-161-1/+1
* [RISCV] Add inline asm constraint A for RISC-VLewis Revill2019-08-161-0/+4
* [AMDGPU] Do not assume a default GCN targetStanislav Mekhanoshin2019-08-141-4/+1
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+10
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+10
* [ARM] Set default alignment to 64bitsDiogo N. Sampaio2019-08-081-1/+2
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-312-0/+7
* [RISCV] Support 'f' Inline Assembly ConstraintSam Elliott2019-07-311-0/+4
* [RISCV] Add support for floating point registers in inlineasmSimon Cook2019-07-311-9/+24
* [Driver] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-1/+4
* [AArch64] Disable __ARM_FEATURE_SVE without ACLE.Sander de Smalen2019-07-301-3/+0
* Revert "[ARM] Set default alignment to 64bits"Petr Hosek2019-07-271-2/+1
* [ARM] Set default alignment to 64bitsSimi Pallipurath2019-07-261-1/+2
* Remove CallingConvMethodTypeErich Keane2019-07-252-4/+4
* Test commit. NFC.Sjoerd Meijer2019-07-241-1/+1
* [SVE][Inline-Asm] Add support to specify SVE registers in the clobber listSander de Smalen2019-07-241-2/+11
* [clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARCRainer Orth2019-07-231-0/+1
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+4
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-182-6/+13
* Revert "[RISCV] Hard float ABI support" r366450Alex Bradbury2019-07-182-13/+6
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-182-6/+13
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-172-7/+0
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-172-0/+7
* [AArch64] Consistent types and naming for AArch64 target features (NFC)Momchil Velikov2019-07-172-24/+25
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-162-0/+43
* [PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song2019-07-151-1/+3
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+5
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-122-2/+6
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-122-2/+6
* [HIP] Add GPU arch gfx1010, gfx1011, and gfx1012Yaxun Liu2019-07-111-0/+3
* De-templatize non-dependent VS macro logic, NFCReid Kleckner2019-07-096-73/+85
* [AMDGPU] gfx908 clang targetStanislav Mekhanoshin2019-07-092-0/+7
* [ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...Fangrui Song2019-07-093-6/+9
* [X86][PPC] Support -mlong-double-64Fangrui Song2019-07-091-20/+7
* [RISCV] Specify registers used for exception handlingAlex Bradbury2019-07-081-0/+9
* [PowerPC] Support constraint code "ww"Fangrui Song2019-07-041-1/+2
* Fix build failure due to missing breakYaxun Liu2019-06-261-0/+2