summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic: fix handling for Windows Itanium environmentSaleem Abdulrasool2014-06-281-0/+1
* Basic: whitespace cleanupSaleem Abdulrasool2014-06-281-3/+0
* [Driver][Mips] Fix else-after-return.Simon Atanasyan2014-06-281-4/+6
* [Driver][Mips] Remove redundant brackets.Simon Atanasyan2014-06-281-1/+1
* [Driver][Mips] Remove redundant abstract/override function.Simon Atanasyan2014-06-281-1/+0
* Introduce arm_acle.h supporting existing LLVM builtin intrinsicsYi Kong2014-06-271-0/+3
* ARM: Correctly identify cortex-m4 as v7em.Jim Grosbach2014-06-261-1/+2
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-4/+16
* Add R600 builtin codegen.Matt Arsenault2014-06-241-3/+10
* Driver: enhance MSC version compatibilitySaleem Abdulrasool2014-06-201-2/+6
* Preprocessor: improve ACLE 6.4.1, 6.4.2 supportSaleem Abdulrasool2014-06-151-7/+42
* [AArch64] Add default features for CPUs on AArch64 target.Kevin Qin2014-06-111-0/+20
* StringRefize TargetInfo::getABI()Alp Toker2014-06-071-4/+4
* [mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida2014-06-051-0/+15
* AArch64: combine arm64 & aarch64 cases in switchTim Northover2014-05-301-23/+5
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-34/+34
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-293/+22
* Update R600 datalayoutMatt Arsenault2014-05-221-1/+1
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-131-0/+11
OpenPOWER on IntegriCloud