summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Hook up OpenBSD AArch64 supportBrad Smith2017-02-211-1/+4
* [mips] Define macros related to -mabicalls in the preprocessorSimon Dardis2017-02-211-2/+16
* Enable support for __float128 in Clang on OpenBSD/X86Brad Smith2017-02-201-3/+5
* AMDGPU: Add gfx900 and gfx901 processorsMatt Arsenault2017-02-181-1/+4
* Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platfo...Eric Christopher2017-02-151-0/+5
* [AVR] Fix __AVR_xxx macro definitions; authored by Peter WuDylan McKay2017-02-111-238/+238
* Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."Eric Christopher2017-02-101-40/+10
* For X86-64 linux and PPC64 linux align int128 to 16 bytes.Eric Christopher2017-02-101-10/+40
* Add support for armv7ve flag in clang (PR31358).George Burgess IV2017-02-091-0/+2
* [X86] Clzero flag addition and inclusion under znver1Craig Topper2017-02-091-0/+7
* [X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and __PREFETCHW...Craig Topper2017-02-081-0/+2
* [X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc.Craig Topper2017-02-081-0/+2
* [X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc.Craig Topper2017-02-081-0/+2
* [X86] Add -mclwb/-mno-clwb command line arguments and __CLWB__ define to matc...Craig Topper2017-02-081-0/+2
* [X86] Remove 'umip' feature flag.Craig Topper2017-02-081-5/+0
* [X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT_...Craig Topper2017-02-081-0/+2
* Use LLVM_FALLTHROUGH instead of FALLTHROUGH comments.Craig Topper2017-02-081-13/+13
* [X86] Remove PCOMMIT feature support since Intel has deprecated this instruct...Craig Topper2017-02-081-5/+0
* Revert "Basic: match GCC behaviour for SuS macro"Saleem Abdulrasool2017-02-071-15/+15
* Revert "Revert "[AVR] Allow specifying the CPU on the command line""Dylan McKay2017-02-071-0/+293
* [SystemZ] Provide predefined __ARCH__ and __VX__ macrosUlrich Weigand2017-02-061-0/+11
* Revert "[AVR] Allow specifying the CPU on the command line"Diana Picus2017-02-061-293/+0
* [AVR] Allow specifying the CPU on the command lineDylan McKay2017-02-061-0/+293
* [AVR] Add support for the full set of inline asm constraintsDylan McKay2017-02-061-0/+51
* Basic: match GCC behaviour for SuS macroSaleem Abdulrasool2017-02-051-15/+15
* AMDGPU: Update for changed subtarget feature nameMatt Arsenault2017-01-231-3/+3
* [Basic] Remove the 32-bit x86 and ARM targets for FuchsiaPetr Hosek2017-01-201-6/+0
* [WebAssembly] Add minimal support for the new wasm object format triple.Dan Gohman2017-01-171-2/+10
* Ensure that clang -pthread creates the right macro. -D_POSIX_THREADSJoerg Sonnenberger2017-01-161-1/+1
* AMD family 17h (znver1) enablementCraig Topper2017-01-101-0/+38
* [CUDA] Let NVPTX inherit the host's calling conventions.Justin Lebar2017-01-051-0/+10
* [CUDA] More correctly inherit primitive types from the host during device com...Justin Lebar2017-01-051-33/+35
* [AVR] Revert the functional part of r291083Dylan McKay2017-01-051-2/+1
* [AVR] Support r26 through r31 in inline assemblyDylan McKay2017-01-051-1/+12
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+93
* [inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina2016-12-261-0/+34
* ARM: define a macro for the FPv5 FPU in ARM mode.Tim Northover2016-12-211-0/+2
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-27/+27
* Revert r289979 due to regressionsYaxun Liu2016-12-161-27/+27
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-27/+27
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-151-0/+7
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-141-7/+0
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-23/+23
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-091-0/+7
* [WebAssembly] Revert r288447.Dan Gohman2016-12-031-4/+0
* [WebAssembly] Add an -mdirect flag for the direct wasm object feature.Dan Gohman2016-12-021-0/+4
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-2/+33
* Define __ANDROID_API__ when specified as part of an Android target.Stephen Hines2016-11-111-0/+2
* [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
OpenPOWER on IntegriCloud