summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sparc] LLONG is not lock-free atomic on v8Douglas Katzman2016-11-091-1/+4
* [AVX-512] Make VBMI instruction set enabling imply that the BWI instruction s...Craig Topper2016-11-091-0/+6
* Revert "Define __ANDROID_API__ for all Android builds."Stephen Hines2016-11-081-2/+0
* Define __ANDROID_API__ for all Android builds.Stephen Hines2016-11-081-0/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+3
* [OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader2016-11-011-0/+1
* [x86][inline-asm][clang] accept 'v' constraintMichael Zuckerman2016-11-011-0/+2
* [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" constraints...Michael Zuckerman2016-10-311-0/+20
* [SystemZ] Add -march=archX aliasesUlrich Weigand2016-10-311-2/+6
* second attempt at r285565.Michael Zuckerman2016-10-311-0/+1
* revert r285563 fail in test CodeGen/avx512-inline-asm-kregisters-basics.cMichael Zuckerman2016-10-311-1/+0
* [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usageMichael Zuckerman2016-10-311-0/+1
* Revert reviosion 285555Michael Zuckerman2016-10-311-1/+0
* [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usageMichael Zuckerman2016-10-311-0/+1
* AMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.Yaxun Liu2016-10-261-0/+9
* [Basic] Support 32-bit x86 and ARM targets for FuchsiaPetr Hosek2016-10-241-4/+12
* Implement MS _BitScan intrinsicsAlbert Gutowski2016-10-121-0/+2
* Declare WinX86_64ABIInfo to satisfy SwiftABI infoArnold Schwaighofer2016-10-121-0/+1
* Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.defAlbert Gutowski2016-10-121-0/+2
* Revert "[x86][inline-asm][clang] accept 'v' constraint"Daniel Jasper2016-10-101-2/+0
* [x86][inline-asm][clang] accept 'v' constraintMichael Zuckerman2016-10-101-0/+2
* [ARM]: Add Cortex-R52 targetJaved Absar2016-10-071-0/+2
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-071-3/+3
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-061-0/+26
* Separate builtins for x84-64 and i386; implement __mulh and __umulhAlbert Gutowski2016-10-041-8/+16
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+1
* [CUDA] added __nvvm_atom_{sys|cta}_* builtins.Artem Belevich2016-09-281-1/+14
* [Power9] Builtins for ELF v.2 ABI conformance - front end portionNemanja Ivanovic2016-09-271-9/+29
* [OpenBSD] Add type sign information for OpenBSDRenato Golin2016-09-221-1/+5
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-141-0/+2
* Reverse commit 281375 (breaks building Chromium)Albert Gutowski2016-09-131-2/+0
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-131-0/+2
* AMDGPU: Fix target options fp32/64-denormalsYaxun Liu2016-09-131-10/+6
* [CUDA] Make __GCC_ATOMIC_XXX_LOCK_FREE macros the same on host/device.Justin Lebar2016-09-091-0/+6
* OpenCL: Defining __ENDIAN_LITTLE__ and fix target endiannessMatt Arsenault2016-09-071-21/+3
* Add support for targeting armv6-unknown-cloudabi-eabihf.Ed Schouten2016-09-051-0/+2
* Replace the Radeon GCN GPU family names by more descriptive onesNiels Ole Salscheider2016-09-031-25/+25
* [WebAssembly] Change wasm SizeType to match asmjsDerek Schuff2016-09-011-0/+6
* 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
OpenPOWER on IntegriCloud