| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows: Fix _CPPUNWIND definition to follow -fcxx-exceptions | Reid Kleckner | 2015-01-30 | 1 | -1/+1 |
* | [mips] Pass ABI name via -target-abi instead of target-features | Daniel Sanders | 2015-01-30 | 1 | -8/+0 |
* | Remove support for pnaclcall attribute | Derek Schuff | 2015-01-28 | 1 | -5/+0 |
* | R600: Use a Southern Islands GPU as the default for the amdgcn target | Tom Stellard | 2015-01-28 | 1 | -2/+9 |
* | Begin to teach clang about the PS4. | Alex Rosenberg | 2015-01-27 | 1 | -0/+29 |
* | [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI | Simon Atanasyan | 2015-01-22 | 1 | -0/+6 |
* | Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558. | Alexander Kornienko | 2015-01-20 | 1 | -0/+9 |
* | Reverting r226548 as one of the tests fails in some configurations. | Alexander Kornienko | 2015-01-20 | 1 | -9/+0 |
* | Introduce SPIR calling conventions. | Sameer Sahasrabuddhe | 2015-01-20 | 1 | -0/+9 |
* | AArch64: implement AAPCS layout rules for bit-fields. | Tim Northover | 2015-01-16 | 1 | -0/+7 |
* | [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 options | Simon Atanasyan | 2015-01-15 | 1 | -0/+4 |
* | PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be defined | Richard Smith | 2015-01-13 | 1 | -0/+6 |
* | [mips] Explain why we need to always clobber for MIPS inline asm. NFC. | Toma Tabacu | 2015-01-12 | 1 | -0/+21 |
* | R600: Handle amdgcn triple | Tom Stellard | 2015-01-06 | 1 | -0/+1 |
* | Sema: analyze I,J,K,M,N,O constraints | Saleem Abdulrasool | 2015-01-06 | 1 | -0/+55 |
* | Fix formatting. NFC. | Craig Topper | 2014-12-27 | 1 | -2/+2 |
* | Update for llvm front end change and use the TargetOptions struct | Eric Christopher | 2014-12-18 | 1 | -5/+0 |
* | Make sure that arm-linux-gnu is still the apcs-gnu ABI when we | Eric Christopher | 2014-12-18 | 1 | -0/+3 |
* | [mips] Always clobber $1 for MIPS inline asm. | Toma Tabacu | 2014-12-17 | 1 | -2/+1 |
* | Re-work the Clang system for classifying Intel x86 CPUs to use their | Chandler Carruth | 2014-12-09 | 1 | -38/+71 |
* | Have the driver and the target code agree on what the default ABI | Eric Christopher | 2014-12-05 | 1 | -1/+36 |
* | CUDA host device code with two code paths | Reid Kleckner | 2014-12-03 | 1 | -8/+41 |
* | Make le64 DescriptionString consistent with other targets. | JF Bastien | 2014-12-02 | 1 | -1/+1 |
* | Update R600 address space map to include generic | Matt Arsenault | 2014-12-01 | 1 | -2/+1 |
* | [OpenCL] Generic address space has been added in OpenCL v2.0. | Anastasia Stulova | 2014-11-26 | 1 | -0/+7 |
* | [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions | Sergey Dmitrouk | 2014-11-25 | 1 | -0/+7 |
* | Fix 80-column violations, trailing whitespace, comment text. | Eric Christopher | 2014-11-18 | 1 | -63/+74 |
* | Basic: tweak comment | Saleem Abdulrasool | 2014-11-17 | 1 | -0/+1 |
* | Remove some redundant virtual specifiers on overriden functions. | David Blaikie | 2014-11-14 | 1 | -7/+7 |
* | Remove -fseh-exceptions in favor of checking the triple | Reid Kleckner | 2014-11-14 | 1 | -0/+4 |
* | Hook up FreeBSD AArch64 support | Ed Maste | 2014-11-13 | 1 | -0/+4 |
* | Introduce a SanitizerKind enum to LangOptions. | Alexey Samsonov | 2014-11-07 | 1 | -1/+2 |
* | Remove references to the cortex-a9-mp CPU. | Charlie Turner | 2014-11-06 | 1 | -3/+2 |
* | [X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add m... | Andrea Di Biagio | 2014-11-06 | 1 | -12/+7 |
* | [X86] Use fallthroughs to reduce the number of calls to setFeatureEnabled for... | Craig Topper | 2014-11-06 | 1 | -98/+45 |
* | [x86] Add cx16 feature to KNL, SKX, and CoreAVXi CPUs. | Craig Topper | 2014-11-03 | 1 | -2/+5 |
* | [x86] Realphabetize the feature string decoding function since it was mostly ... | Craig Topper | 2014-11-03 | 1 | -4/+4 |
* | Add FSGSBASE intrinsics to x86 intrinsic headers. | Craig Topper | 2014-11-03 | 1 | -7/+24 |
* | [PowerPC] Change PPCTargetInfo::hasFeature() to use StringSwitch | Bill Schmidt | 2014-11-02 | 1 | -3/+5 |
* | Implement IRGen for the x86 vectorcall convention | Reid Kleckner | 2014-10-31 | 1 | -0/+2 |
* | [PowerPC] Initial VSX intrinsic support, with min/max for vector double | Bill Schmidt | 2014-10-31 | 1 | -1/+3 |
* | Add frontend support for __vectorcall | Reid Kleckner | 2014-10-24 | 1 | -2/+3 |
* | Switch C compilations to C11 by default. | Richard Smith | 2014-10-20 | 1 | -3/+3 |
* | Use the triple's isiOS() method instead of checking the value directly. NFC. | Bob Wilson | 2014-10-19 | 1 | -1/+1 |
* | As requested by Matt Thomas, use long long for intmax_t and int64_t on | Joerg Sonnenberger | 2014-10-15 | 1 | -0/+4 |
* | Set ABI and DescriptionString first to reduce OS specific logic. | Joerg Sonnenberger | 2014-10-15 | 1 | -10/+13 |
* | ARM: remove ARM/Thumb distinction for preferred alignment. | Tim Northover | 2014-10-14 | 1 | -60/+30 |
* | ARM: set preferred aggregate alignment to 32 universally. | Tim Northover | 2014-10-14 | 1 | -7/+7 |
* | Adds support for the Cortex-A17 processor to Clang | Renato Golin | 2014-10-13 | 1 | -3/+3 |
* | [PowerPC] Reduce names from Power8Vector to P8Vector | Bill Schmidt | 2014-10-10 | 1 | -4/+4 |