summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "[AArch64] Using new TargetParser in Clang"Renato Golin2016-05-251-4/+8
* [AArch64] Using new TargetParser in ClangRenato Golin2016-05-251-8/+4
* [Sparc] Add software float option -msoft-floatJacob Baungard Hansen2016-05-241-3/+1
* Make __FreeBSD_cc_version predefined macro configurable at build timeDimitry Andric2016-05-201-2/+9
* Add all the avx512 flavors to __builtin_cpu_supports's list.Benjamin Kramer2016-05-201-0/+11
* [Hexagon] Recognize "s" constraint in inline-asmKrzysztof Parzyszek2016-05-201-0/+3
* [CUDA] Allow sm_50,52,53 GPUsArtem Belevich2016-05-191-0/+15
* [Hexagon] Recognize "q" and "v" in inline-asm as register constraintsKrzysztof Parzyszek2016-05-181-1/+10
* Add new intrinsic support for MONITORX and MWAITX instructionsAshutosh Nema2016-05-181-0/+7
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-161-1/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-11/+37
* ARM-MachO: stop claiming to be EABITim Northover2016-05-131-1/+1
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-37/+11
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-11/+37
* Update clang support on recent HaikuReid Kleckner2016-05-111-9/+28
* [Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front endNemanja Ivanovic2016-05-091-2/+22
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-4/+23
* [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.Chris Dewhurst2016-05-041-0/+4
* [CUDA] Copy host builtin types to NVPTXTargetInfo.Justin Lebar2016-04-291-1/+63
* [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABIChris Bieneman2016-04-291-0/+4
* ARMv7k: define __ARM_PCS_VFP since we're hard-float.Tim Northover2016-04-281-3/+4
* [SystemZ] Support Swift calling conventionBryan Chan2016-04-281-0/+10
* PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4Silviu Baranga2016-04-281-1/+1
* [Hexagon] Define architecture version macros for hexagonv55Krzysztof Parzyszek2016-04-211-0/+5
* [Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriateKrzysztof Parzyszek2016-04-181-0/+6
* [ARM] predefines __ELF__ macro for arm-none-eabiWeiming Zhao2016-04-181-0/+4
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-21/+5
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-5/+21
* Basic: fix profiling with GNU EABISaleem Abdulrasool2016-04-121-0/+4
* Correct pg instrumentation for AArch64Saleem Abdulrasool2016-04-101-5/+0
* Add support for __gnu_mcount_nc as the pg interfaceSaleem Abdulrasool2016-04-101-2/+11
* Basic: thread TargetOptions into TargetInfoSaleem Abdulrasool2016-04-091-292/+335
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-358/+293
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+2
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-071-292/+357
* [X86] Introduction of -march=lakemont.Andrey Turetskiy2016-04-051-3/+16
OpenPOWER on IntegriCloud