| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Basic: add support for ARM ACLE 6.5.1 | Saleem Abdulrasool | 2014-09-17 | 1 | -12/+32 |
* | Basic: use range-based for loops for ARM target | Saleem Abdulrasool | 2014-09-17 | 1 | -19/+20 |
* | Basic: whitespace fixup for ARM target info | Saleem Abdulrasool | 2014-09-17 | 1 | -2/+1 |
* | [ARM] Add ACLE predefines: maxmin, rounding and h/w integer division | James Molloy | 2014-09-15 | 1 | -0/+8 |
* | No need to use PNaCl's calling convention since PNaCl now uses a separate app... | JF Bastien | 2014-09-12 | 1 | -3/+0 |
* | Add support for le64. | JF Bastien | 2014-09-12 | 1 | -0/+60 |
* | Fixing MSVC warning: "warning C4373: 'blah': virtual function overrides 'blah... | Aaron Ballman | 2014-08-22 | 1 | -4/+2 |
* | [AArch64, inline-asm] Improve diagnostic that is printed when the size of a | Akira Hatanaka | 2014-08-22 | 1 | -6/+13 |
* | R600: Implement getPointerWidthV() | Tom Stellard | 2014-08-21 | 1 | -0/+17 |
* | R600: Add processor type for hainan | Tom Stellard | 2014-08-21 | 1 | -0/+1 |
* | Delete support for AuroraUX. | Rafael Espindola | 2014-08-14 | 1 | -41/+2 |
* | Add predefined macros to identify x86_64h architectures. | Bob Wilson | 2014-08-08 | 1 | -0/+4 |
* | Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9. | Bob Wilson | 2014-08-08 | 1 | -6/+17 |
* | MachO: set sizeof result type to what embedded headers expect. | Tim Northover | 2014-08-05 | 1 | -2/+2 |
* | [x32] Add __int128 support | Pavel Chupin | 2014-08-04 | 1 | -0/+2 |
* | Let's assume PowerPC has no SSE. | Joerg Sonnenberger | 2014-08-01 | 1 | -1/+0 |
* | [SKX] Enabling SKX target (Skylake server chip) | Robert Khasanov | 2014-07-30 | 1 | -5/+56 |
* | [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option | Ulrich Weigand | 2014-07-28 | 1 | -2/+26 |
* | R600: Add processor type for Mullins | Tom Stellard | 2014-07-26 | 1 | -0/+1 |
* | Revert part of r206963 | James Molloy | 2014-07-25 | 1 | -0/+27 |
* | AArch64: update Clang for merged arm64/aarch64 triples. | Tim Northover | 2014-07-23 | 1 | -2/+0 |
* | [X86 inline-asm] Error out on inline-asm constraint "=f". | Akira Hatanaka | 2014-07-18 | 1 | -1/+7 |
* | [AArch64] Implement Clang CLI interface proposal about "-march". | Kevin Qin | 2014-07-18 | 1 | -20/+0 |
* | Driver: bifurcate extended and basic MSC versioning | Saleem Abdulrasool | 2014-07-16 | 1 | -3/+4 |
* | Drop separate UIntMaxType and just derive it from IntMaxType. | Joerg Sonnenberger | 2014-07-14 | 1 | -17/+2 |
* | Introduce getCorrespondingUnsignedType() in TargetInfo to work like the | Joerg Sonnenberger | 2014-07-14 | 1 | -2/+4 |
* | Fix typos | Alp Toker | 2014-07-14 | 1 | -1/+1 |
* | Remove use of uniform initialization ({}) introduced in r212725 since this is... | David Blaikie | 2014-07-10 | 1 | -1/+1 |
* | [x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt... | Zinovy Nis | 2014-07-10 | 1 | -5/+11 |
* | [mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly... | Daniel Sanders | 2014-07-09 | 1 | -2/+12 |