summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be definedRichard Smith2015-01-131-0/+6
* [mips] Explain why we need to always clobber for MIPS inline asm. NFC.Toma Tabacu2015-01-121-0/+21
* R600: Handle amdgcn tripleTom Stellard2015-01-061-0/+1
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-061-0/+55
* Fix formatting. NFC.Craig Topper2014-12-271-2/+2
* Update for llvm front end change and use the TargetOptions structEric Christopher2014-12-181-5/+0
* Make sure that arm-linux-gnu is still the apcs-gnu ABI when weEric Christopher2014-12-181-0/+3
* [mips] Always clobber $1 for MIPS inline asm.Toma Tabacu2014-12-171-2/+1
* Re-work the Clang system for classifying Intel x86 CPUs to use theirChandler Carruth2014-12-091-38/+71
* Have the driver and the target code agree on what the default ABIEric Christopher2014-12-051-1/+36
* CUDA host device code with two code pathsReid Kleckner2014-12-031-8/+41
* Make le64 DescriptionString consistent with other targets.JF Bastien2014-12-021-1/+1
* Update R600 address space map to include genericMatt Arsenault2014-12-011-2/+1
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-0/+7
* [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructionsSergey Dmitrouk2014-11-251-0/+7
* Fix 80-column violations, trailing whitespace, comment text.Eric Christopher2014-11-181-63/+74
* Basic: tweak commentSaleem Abdulrasool2014-11-171-0/+1
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-7/+7
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-0/+4
* Hook up FreeBSD AArch64 supportEd Maste2014-11-131-0/+4
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-1/+2
* Remove references to the cortex-a9-mp CPU.Charlie Turner2014-11-061-3/+2
* [X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add m...Andrea Di Biagio2014-11-061-12/+7
* [X86] Use fallthroughs to reduce the number of calls to setFeatureEnabled for...Craig Topper2014-11-061-98/+45
* [x86] Add cx16 feature to KNL, SKX, and CoreAVXi CPUs.Craig Topper2014-11-031-2/+5
* [x86] Realphabetize the feature string decoding function since it was mostly ...Craig Topper2014-11-031-4/+4
* Add FSGSBASE intrinsics to x86 intrinsic headers.Craig Topper2014-11-031-7/+24
* [PowerPC] Change PPCTargetInfo::hasFeature() to use StringSwitchBill Schmidt2014-11-021-3/+5
* Implement IRGen for the x86 vectorcall conventionReid Kleckner2014-10-311-0/+2
* [PowerPC] Initial VSX intrinsic support, with min/max for vector doubleBill Schmidt2014-10-311-1/+3
* Add frontend support for __vectorcallReid Kleckner2014-10-241-2/+3
* Switch C compilations to C11 by default.Richard Smith2014-10-201-3/+3
* Use the triple's isiOS() method instead of checking the value directly. NFC.Bob Wilson2014-10-191-1/+1
* As requested by Matt Thomas, use long long for intmax_t and int64_t onJoerg Sonnenberger2014-10-151-0/+4
* Set ABI and DescriptionString first to reduce OS specific logic.Joerg Sonnenberger2014-10-151-10/+13
* ARM: remove ARM/Thumb distinction for preferred alignment.Tim Northover2014-10-141-60/+30
* ARM: set preferred aggregate alignment to 32 universally.Tim Northover2014-10-141-7/+7
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-3/+3
* [PowerPC] Reduce names from Power8Vector to P8VectorBill Schmidt2014-10-101-4/+4
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-1/+9
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-13/+13
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-3/+3
* Make sure aggregates are properly alligned on MSP430.Job Noorman2014-09-301-1/+1
* Silence a signed/unsigned mismatch warning from MSVC; NFC.Aaron Ballman2014-09-191-1/+1
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-191-5/+37
* [X86, inlineasm] Do not allow using constraint 'x' for a variable larger thanAkira Hatanaka2014-09-181-1/+2
* [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraintsHans Wennborg2014-09-181-1/+2
* [X86, inlineasm] Check that the output size is correct for the given constraint.Akira Hatanaka2014-09-181-3/+23
* Basic: use hex string for __ARM_FP macroSaleem Abdulrasool2014-09-181-1/+2
* [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,Akira Hatanaka2014-09-171-1/+26
OpenPOWER on IntegriCloud