| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | [mips] clz is defined to give 32 for zero. Similarly, dclz gives 64. | Daniel Sanders | 2014-07-09 | 1 | -0/+2 |
* | ARM: use LLVM's atomicrmw instructions when ldrex/strex are available. | Tim Northover | 2014-07-09 | 1 | -17/+11 |
* | Use non-intrusive refcounting for TargetOptions | Alp Toker | 2014-07-06 | 1 | -3/+4 |
* | [Driver][Mips] Support one more MIPS CPU name - octeon. | Simon Atanasyan | 2014-07-04 | 1 | -1/+5 |
* | [Driver][Mips] Support more MIPS CPU names: mips1 - mips5. | Simon Atanasyan | 2014-07-04 | 1 | -0/+5 |
* | [Driver][Mips] Check MIPS CPU name provided to the Clang driver. | Simon Atanasyan | 2014-07-03 | 1 | -1/+10 |
* | CodeGen: make target builtins support languages | Saleem Abdulrasool | 2014-07-02 | 1 | -0/+1 |
* | X86: inline all atomic operations up to 128-bits. | Tim Northover | 2014-07-02 | 1 | -3/+1 |
* | Driver: Handle /GR- in a compatible way with MSVC | David Majnemer | 2014-07-01 | 1 | -1/+1 |
* | [Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi" | Simon Atanasyan | 2014-07-01 | 1 | -6/+2 |
* | Basic: correct the va_list type on Windows on ARM | Saleem Abdulrasool | 2014-06-29 | 1 | -0/+3 |