summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic/Targets.cpp: Add polaris10 and polaris11 gpusNiels Ole Salscheider2016-08-301-15/+17
* [Hexagon] Use handleTargetFeaturesGroup to process target-specific featuresKrzysztof Parzyszek2016-08-301-9/+26
* Handle -mlong-calls on HexagonKrzysztof Parzyszek2016-08-301-1/+7
* Re-commit [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-191-0/+4
* Revert [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-4/+0
* [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-0/+4
* test commitGuy Blank2016-08-181-1/+1
* [OpenCL] AMDGPU: add support of cl_khr_subgroupsYaxun Liu2016-08-171-0/+1
* Some missing usage of TargetParser. NFC.Zijiao Ma2016-08-171-2/+2
* [OpenCL] AMDGPU: Add extensions cl_amd_media_ops and cl_amd_media_ops2Yaxun Liu2016-08-161-0/+2
* [OpenCL][AMDGPU] Add support for -cl-denorms-are-zeroYaxun Liu2016-08-091-2/+27
* [OpenCL] Fix size of image typeYaxun Liu2016-08-031-0/+4
* [OpenCL] Add extension cl_khr_mipmap_image to clangYaxun Liu2016-07-291-0/+1
* [AArch64] Using AArch64TargetParser in Clang.Zijiao Ma2016-07-281-13/+3
* Basic/Targets.cpp: Reformat aarch64 CPU list.Matthias Braun2016-07-271-8/+11
* Adjust coercion of aggregates on RenderScriptPirama Arumuga Nainar2016-07-271-1/+4
* [Myriad]: better compatibility with vendor sourceDouglas Katzman2016-07-251-13/+29
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-2/+2
* Allow iOS and tvOS version numbers with 2-digit major version numbers.Bob Wilson2016-07-181-8/+19
* Update switch statement to match coding standards.Simon Pilgrim2016-07-071-1/+2
* [AArch64] Change the preferred alignment for char and short.Chad Rosier2016-07-071-2/+2
* Revert "[AArch64] Change the preferred alignment for char and short to word a...Chad Rosier2016-07-071-2/+2
* Fix "not all control paths return a value" warning on MSVCSimon Pilgrim2016-07-071-3/+1
* Fix "not all control paths return a value" warning on MSVCSimon Pilgrim2016-07-071-0/+2
* [CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar2016-07-061-49/+19
* [CUDA] Add support for CUDA 8 and sm_60-62.Justin Lebar2016-07-061-29/+39
* [Sparc] Allow LEON cpu models to be selected with -mcpuJacob Baungard Hansen2016-07-041-1/+25
* Add TargetInfo for 32-bit and 64-bit RenderScriptPirama Arumuga Nainar2016-07-021-0/+41
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-2/+12
* [Driver][AArch64] Add support for Broadcom Vulcan core.Pankaj Gode2016-06-291-0/+1
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-281-1/+1
* [SPARC] Allows inlining of atomics for Sparc32 with appropriate store barrier.Chris Dewhurst2016-06-281-0/+1
* Revert r273950, (empty). Please recommit it with readable commit message.NAKAMURA Takumi2016-06-281-2/+0
* [clang-cl] Define _MSVC_LANGDavid Majnemer2016-06-281-0/+7
* (no commit message)Chris Dewhurst2016-06-271-0/+2
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+2
* [AArch64] Change the preferred alignment for char and short to word alignmentEvandro Menezes2016-06-211-2/+2
* NVPTX: Add supported CL featuresJan Vesely2016-06-171-0/+13
* AMDGPU: Fix supported CL featuresJan Vesely2016-06-171-23/+22
* [Sparc] setjmp and longjmp intrinsic support update to add unit tests and rem...Chris Dewhurst2016-06-151-1/+0
* [Sparc] Change to let clang know that setjmp and longjmp intrinsics are imple...Chris Dewhurst2016-06-151-0/+5
* [mips] Defer validity check for CPU/ABI pairs and improve error message for i...Daniel Sanders2016-06-141-34/+79
* AMDGPU: Verify subtarget specific builtinsMatt Arsenault2016-06-081-49/+87
* [mips] The P5600 does not support N32/N64 since it's a 32-bit CPU.Daniel Sanders2016-06-061-1/+1
* [mips] Replace almost all Arch checks in MipsTargetInfo with ABI checks. NFC.Daniel Sanders2016-06-061-51/+65
* [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC.Daniel Sanders2016-06-031-19/+15
* This adds target support and tests for Cortex-A73Sjoerd Meijer2016-06-021-0/+1
* AMDGPU: Update datalayout stringMatt Arsenault2016-05-311-1/+1
* [mips] Kill 'support' for untested EABI.Daniel Sanders2016-05-271-6/+4
* [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename ...Daniel Sanders2016-05-271-317/+209
OpenPOWER on IntegriCloud