summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA namesSimon Atanasyan2015-02-201-0/+12
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-181-1/+3
* [ARM] Add missing M/R class CPUsBradley Smith2015-02-181-7/+9
* Remove the ABI from the target features. It's obsoleted byEric Christopher2015-02-171-3/+0
* Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover2015-02-061-2/+2
* Teaches the Clang driver to accept Cortex-A72Renato Golin2015-02-041-4/+4
* Windows: Fix _CPPUNWIND definition to follow -fcxx-exceptionsReid Kleckner2015-01-301-1/+1
* [mips] Pass ABI name via -target-abi instead of target-featuresDaniel Sanders2015-01-301-8/+0
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-5/+0
* R600: Use a Southern Islands GPU as the default for the amdgcn targetTom Stellard2015-01-281-2/+9
* Begin to teach clang about the PS4.Alex Rosenberg2015-01-271-0/+29
* [Mips] Fix type of 64-bit integer in case of MIPS N64 ABISimon Atanasyan2015-01-221-0/+6
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-0/+9
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-9/+0
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-0/+9
* AArch64: implement AAPCS layout rules for bit-fields.Tim Northover2015-01-161-0/+7
* [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 optionsSimon Atanasyan2015-01-151-0/+4
* 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
OpenPOWER on IntegriCloud