aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Targets.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-06This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer1-3/+0
2017-07-05[SystemZ] Simplify handling of ISA revisionsUlrich Weigand1-26/+22
2017-07-05[AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu1-6/+14
2017-07-04[AMDGPU] Fix regressions on mesa/clover with libclc due to address spaceYaxun Liu1-10/+18
2017-07-01fix trivial typos; NFCHiroshi Inoue1-1/+1
2017-07-01Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi1-2/+2
2017-06-30[X86] Add RDRND feature to Goldmont. Add MOVBE to all Atom CPUs.Craig Topper1-0/+2
2017-06-30[X86] Add a break to the last case of a few switches to prevent accidents in ...Craig Topper1-0/+4
2017-06-30[X86] Move all atom CPUs to the same section of the switch and use fallthroug...Craig Topper1-3/+6
2017-06-30ARMV8-A archkind and target defines helper functionsSjoerd Meijer1-12/+47
2017-06-29[Clang][X86][Goldmont]Adding new target-cpu: Goldmont Michael Zuckerman1-0/+21
2017-06-27[COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang1-0/+39
2017-06-27Reapply "Frontend support for Nios2 target"Nikolai Bozhenov1-0/+145
2017-06-25Add support for Ananas platformEd Schouten1-0/+19
2017-06-23[MSP430] Fix data layout string.Vadzim Dambrouski1-1/+1
2017-06-20[AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani1-0/+10
2017-06-15Revert "Define _GNU_SOURCE for rtems c++"Daniel Jasper1-3/+0
2017-06-14Define _GNU_SOURCE for rtems c++James Y Knight1-0/+3
2017-06-09Revert of r305066 "Reapply Frontend support for Nios2 target"Nikolai Bozhenov1-145/+0
2017-06-09Reapply "Frontend support for Nios2 target"Nikolai Bozhenov1-0/+145
2017-06-08Revert "Frontend support for Nios2 target"Nikolai Bozhenov1-145/+0
2017-06-08Frontend support for Nios2 target.Nikolai Bozhenov1-0/+145
2017-06-07Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic1-1/+7
2017-06-07Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic1-7/+1
2017-06-07[mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic1-1/+7
2017-06-07[CodeGen] Add thumb-mode to target-features for arm/thumb triples.Florian Hahn1-0/+7
2017-06-07[ARM] Fix Neon vector type alignment to 64-bitJaved Absar1-0/+4
2017-06-07[WebAssembly] Set MaxAtomicInlineWidth to 64.Dan Gohman1-1/+1
2017-06-06[ARM] Add support for target("arm") and target("thumb").Florian Hahn1-1/+11
2017-06-02Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar1-10/+0
2017-06-01[AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani1-0/+10
2017-06-01[OpenCL] Makes kernels use the SPIR_KERNEL CC by default.Pekka Jaaskelainen1-0/+16
2017-05-30Reverting Neon vector type 64-alignment fixJaved Absar1-5/+0
2017-05-30[ARM] Fix Neon vector type alignment to 64-bitJaved Absar1-0/+5
2017-05-26Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012Reid Kleckner1-0/+3
2017-05-26Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner1-1/+4
2017-05-25[X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon1-4/+12
2017-05-24Basic: fix whitespace in file header (NFC)Saleem Abdulrasool1-1/+1
2017-05-23Removed fallthrough annotation which does not directly precede switch label.Galina Kistanova1-2/+0
2017-05-23Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova1-1/+45
2017-05-23[AMDGPU] Do not require opencl triple environment for OpenCLYaxun Liu1-6/+11
2017-05-18CodeGen: Cast alloca to expected address spaceYaxun Liu1-20/+44
2017-05-12[SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight1-0/+5
2017-05-08[X86][LWP] Add clang support for LWP instructions.Simon Pilgrim1-0/+8
2017-05-05[ARM] Limit the diagnose when an ISR calls a regular functionWeiming Zhao1-0/+1
2017-04-27Darwin: Define __STDC_NO_THREADS__ on Darwin targetsDuncan P. N. Exon Smith1-0/+1
2017-04-18[ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64Oliver Stannard1-1/+8
2017-04-15When we turn on vsx it should also turn on altivec explicitly, sameEric Christopher1-19/+21
2017-04-14[AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless -cl-denorms-are-zero i...Konstantin Zhuravlyov1-3/+6
2017-04-11[OpenCL] Map default address space to alloca address spaceYaxun Liu1-1/+7