| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | [PowerPC] Add feature for Power8 vector extensions | Bill Schmidt | 2014-10-10 | 1 | -1/+9 |
| * | Adds 'override' to overriding methods. NFC. | Fariborz Jahanian | 2014-10-01 | 1 | -13/+13 |
| * | [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP | Oliver Stannard | 2014-10-01 | 1 | -3/+3 |
| * | Make sure aggregates are properly alligned on MSP430. | Job Noorman | 2014-09-30 | 1 | -1/+1 |
| * | Silence a signed/unsigned mismatch warning from MSVC; NFC. | Aaron Ballman | 2014-09-19 | 1 | -1/+1 |
| * | [x86] Enable broadwell target in clang. | Robert Khasanov | 2014-09-19 | 1 | -5/+37 |
| * | [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than | Akira Hatanaka | 2014-09-18 | 1 | -1/+2 |
| * | [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints | Hans Wennborg | 2014-09-18 | 1 | -1/+2 |
| * | [X86, inlineasm] Check that the output size is correct for the given constraint. | Akira Hatanaka | 2014-09-18 | 1 | -3/+23 |
| * | Basic: use hex string for __ARM_FP macro | Saleem Abdulrasool | 2014-09-18 | 1 | -1/+2 |
| * | [X86, inline-asm] Check that the input size is correct for constraints R, q, Q, | Akira Hatanaka | 2014-09-17 | 1 | -1/+26 |