summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [mips] clz is defined to give 32 for zero. Similarly, dclz gives 64.Daniel Sanders2014-07-091-0/+2
* ARM: use LLVM's atomicrmw instructions when ldrex/strex are available.Tim Northover2014-07-091-17/+11
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-3/+4
* [Driver][Mips] Support one more MIPS CPU name - octeon.Simon Atanasyan2014-07-041-1/+5
* [Driver][Mips] Support more MIPS CPU names: mips1 - mips5.Simon Atanasyan2014-07-041-0/+5
* [Driver][Mips] Check MIPS CPU name provided to the Clang driver.Simon Atanasyan2014-07-031-1/+10
* CodeGen: make target builtins support languagesSaleem Abdulrasool2014-07-021-0/+1
* X86: inline all atomic operations up to 128-bits.Tim Northover2014-07-021-3/+1
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-1/+1
* [Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"Simon Atanasyan2014-07-011-6/+2
* Basic: correct the va_list type on Windows on ARMSaleem Abdulrasool2014-06-291-0/+3
OpenPOWER on IntegriCloud