summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* As requested by Matt Thomas, use long long for intmax_t and int64_t onJoerg Sonnenberger2014-10-151-0/+4
* Set ABI and DescriptionString first to reduce OS specific logic.Joerg Sonnenberger2014-10-151-10/+13
* ARM: remove ARM/Thumb distinction for preferred alignment.Tim Northover2014-10-141-60/+30
* ARM: set preferred aggregate alignment to 32 universally.Tim Northover2014-10-141-7/+7
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-3/+3
* [PowerPC] Reduce names from Power8Vector to P8VectorBill Schmidt2014-10-101-4/+4
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-1/+9
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-13/+13
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-3/+3
* Make sure aggregates are properly alligned on MSP430.Job Noorman2014-09-301-1/+1
* Silence a signed/unsigned mismatch warning from MSVC; NFC.Aaron Ballman2014-09-191-1/+1
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-191-5/+37
* [X86, inlineasm] Do not allow using constraint 'x' for a variable larger thanAkira Hatanaka2014-09-181-1/+2
* [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraintsHans Wennborg2014-09-181-1/+2
* [X86, inlineasm] Check that the output size is correct for the given constraint.Akira Hatanaka2014-09-181-3/+23
* Basic: use hex string for __ARM_FP macroSaleem Abdulrasool2014-09-181-1/+2
* [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,Akira Hatanaka2014-09-171-1/+26
* Basic: add support for ARM ACLE 6.5.1Saleem Abdulrasool2014-09-171-12/+32
* Basic: use range-based for loops for ARM targetSaleem Abdulrasool2014-09-171-19/+20
* Basic: whitespace fixup for ARM target infoSaleem Abdulrasool2014-09-171-2/+1
* [ARM] Add ACLE predefines: maxmin, rounding and h/w integer divisionJames Molloy2014-09-151-0/+8
* No need to use PNaCl's calling convention since PNaCl now uses a separate app...JF Bastien2014-09-121-3/+0
* Add support for le64.JF Bastien2014-09-121-0/+60
* Fixing MSVC warning: "warning C4373: 'blah': virtual function overrides 'blah...Aaron Ballman2014-08-221-4/+2
* [AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka2014-08-221-6/+13
* R600: Implement getPointerWidthV()Tom Stellard2014-08-211-0/+17
* R600: Add processor type for hainanTom Stellard2014-08-211-0/+1
* Delete support for AuroraUX.Rafael Espindola2014-08-141-41/+2
* Add predefined macros to identify x86_64h architectures.Bob Wilson2014-08-081-0/+4
* Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9.Bob Wilson2014-08-081-6/+17
* MachO: set sizeof result type to what embedded headers expect.Tim Northover2014-08-051-2/+2
* [x32] Add __int128 supportPavel Chupin2014-08-041-0/+2
* Let's assume PowerPC has no SSE.Joerg Sonnenberger2014-08-011-1/+0
* [SKX] Enabling SKX target (Skylake server chip) Robert Khasanov2014-07-301-5/+56
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-2/+26
* R600: Add processor type for MullinsTom Stellard2014-07-261-0/+1
* Revert part of r206963James Molloy2014-07-251-0/+27
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-2/+0
* [X86 inline-asm] Error out on inline-asm constraint "=f".Akira Hatanaka2014-07-181-1/+7
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-181-20/+0
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-3/+4
* Drop separate UIntMaxType and just derive it from IntMaxType.Joerg Sonnenberger2014-07-141-17/+2
* Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger2014-07-141-2/+4
* Fix typosAlp Toker2014-07-141-1/+1
* Remove use of uniform initialization ({}) introduced in r212725 since this is...David Blaikie2014-07-101-1/+1
* [x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis2014-07-101-5/+11
* [mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...Daniel Sanders2014-07-091-2/+12
OpenPOWER on IntegriCloud