summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-0/+4
* [X86] Replace 'fallthrough' comments with LLVM_FALLTHROUGH.Craig Topper2017-07-071-6/+6
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-061-3/+0
* [SystemZ] Simplify handling of ISA revisionsUlrich Weigand2017-07-051-26/+22
* [AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu2017-07-051-6/+14
* [AMDGPU] Fix regressions on mesa/clover with libclc due to address spaceYaxun Liu2017-07-041-10/+18
* fix trivial typos; NFCHiroshi Inoue2017-07-011-1/+1
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-011-2/+2
* [X86] Add RDRND feature to Goldmont. Add MOVBE to all Atom CPUs.Craig Topper2017-06-301-0/+2
* [X86] Add a break to the last case of a few switches to prevent accidents in ...Craig Topper2017-06-301-0/+4
* [X86] Move all atom CPUs to the same section of the switch and use fallthroug...Craig Topper2017-06-301-3/+6
* ARMV8-A archkind and target defines helper functionsSjoerd Meijer2017-06-301-12/+47
* [Clang][X86][Goldmont]Adding new target-cpu: Goldmont Michael Zuckerman2017-06-291-0/+21
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-0/+39
* Reapply "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-271-0/+145
* Add support for Ananas platformEd Schouten2017-06-251-0/+19
* [MSP430] Fix data layout string.Vadzim Dambrouski2017-06-231-1/+1
* [AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-06-201-0/+10
* Revert "Define _GNU_SOURCE for rtems c++"Daniel Jasper2017-06-151-3/+0
* Define _GNU_SOURCE for rtems c++James Y Knight2017-06-141-0/+3
* Revert of r305066 "Reapply Frontend support for Nios2 target"Nikolai Bozhenov2017-06-091-145/+0
* Reapply "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-091-0/+145
* Revert "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-081-145/+0
* Frontend support for Nios2 target.Nikolai Bozhenov2017-06-081-0/+145
* Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-1/+7
* Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-7/+1
* [mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic2017-06-071-1/+7
* [CodeGen] Add thumb-mode to target-features for arm/thumb triples.Florian Hahn2017-06-071-0/+7
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-06-071-0/+4
* [WebAssembly] Set MaxAtomicInlineWidth to 64.Dan Gohman2017-06-071-1/+1
* [ARM] Add support for target("arm") and target("thumb").Florian Hahn2017-06-061-1/+11
* Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar2017-06-021-10/+0
* [AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani2017-06-011-0/+10
* [OpenCL] Makes kernels use the SPIR_KERNEL CC by default.Pekka Jaaskelainen2017-06-011-0/+16
* Reverting Neon vector type 64-alignment fixJaved Absar2017-05-301-5/+0
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-05-301-0/+5
* Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012Reid Kleckner2017-05-261-0/+3
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-1/+4
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-251-4/+12
* Basic: fix whitespace in file header (NFC)Saleem Abdulrasool2017-05-241-1/+1
* Removed fallthrough annotation which does not directly precede switch label.Galina Kistanova2017-05-231-2/+0
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-1/+45
* [AMDGPU] Do not require opencl triple environment for OpenCLYaxun Liu2017-05-231-6/+11
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-20/+44
* [SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight2017-05-121-0/+5
* [X86][LWP] Add clang support for LWP instructions.Simon Pilgrim2017-05-081-0/+8
* [ARM] Limit the diagnose when an ISR calls a regular functionWeiming Zhao2017-05-051-0/+1
* Darwin: Define __STDC_NO_THREADS__ on Darwin targetsDuncan P. N. Exon Smith2017-04-271-0/+1
* [ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64Oliver Stannard2017-04-181-1/+8
* When we turn on vsx it should also turn on altivec explicitly, sameEric Christopher2017-04-151-19/+21
OpenPOWER on IntegriCloud