summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Basic] Transition getEnvironmentVersion from getOSVersion for androidDavid Majnemer2015-06-011-1/+1
* ARM: fix ACLE predefine for iOS's "-arch armv7s".Tim Northover2015-05-291-0/+1
* [ARMTargetParser] Removing string parsing from getCPUDefineSuffix. NFC.Renato Golin2015-05-281-30/+26
* [Basic] Define __declspec for cygwinDavid Majnemer2015-05-281-5/+9
* ARMTargetParser FIXME getCPUProfile A/R/MRenato Golin2015-05-271-10/+15
* ARMTargetParser FIXME: ARMv8 detection for hdivRenato Golin2015-05-271-11/+9
* [PPC64] Add vector pack/unpack support from ISA 2.07Bill Schmidt2015-05-161-0/+2
* Testing for the fix for bug 23429.Nemanja Ivanovic2015-05-141-1/+1
* [ARM] Fix of architecture naming typoVladimir Sukharev2015-05-141-1/+1
* [ARM] Add v8.1a architectureVladimir Sukharev2015-05-141-3/+30
* clang-format AllocateTarget. NFCDouglas Katzman2015-05-121-16/+16
* Remove the code that pulled soft float attributes out of the featureEric Christopher2015-05-121-12/+4
* Update initialization of a class variable and comment.Eric Christopher2015-05-121-2/+4
* [Sparc] Add support for 'sparcel' to clang.Douglas Katzman2015-05-111-0/+24
* Give isCompatibleWithMSVC a better interfaceDavid Majnemer2015-05-111-1/+1
* Fix for bug 23429.Nemanja Ivanovic2015-05-081-0/+8
* [AArch64] Advertise that the __sync_*_compare_and_swap_1/2/4/8 builtins workReid Kleckner2015-05-061-0/+6
* [SystemZ] Add support for z13 and its vector facilityUlrich Weigand2015-05-051-1/+22
* R600: Add fma and ldexp asic specific feature macrosJan Vesely2015-05-041-1/+17
* ARM: merge Cyclone into other ARMv8 CPUs and add tests for features.Tim Northover2015-05-011-6/+2
* R600: Report fp64 on all capable asicsJan Vesely2015-05-011-1/+9
* Use 4 byte preferred aggregate alignment in datalayout on x86 Win32Reid Kleckner2015-04-301-3/+4
* Propagate a terrible hack to the sparc target feature handling codeEric Christopher2015-04-291-3/+5
* Revert code changes made under r235976.Bradley Smith2015-04-291-6/+0
* [ARM/AArch64] Enforce alignment for bitfielded structsBradley Smith2015-04-281-0/+6
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-0/+1
* R600: Add GCC reg namesTom Stellard2015-04-141-4/+60
* Add Clang support for -mdirect-move on PPCNemanja Ivanovic2015-04-111-1/+12
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-15/+14
* Create the correct profiling symbol on NetBSD.Joerg Sonnenberger2015-04-101-0/+1
* Create correct platform-specific target for NetBSD PPC64LE.Joerg Sonnenberger2015-04-101-0/+2
* Add Clang support for remaining integer divide and permute instructions from ...Nemanja Ivanovic2015-04-091-1/+26
* [ARM] add support for Cortex-R4/R4FJaved Absar2015-04-091-3/+3
* Set the type of ptrdiff_t to signed on NVPTX targetsEli Bendersky2015-04-011-4/+6
* Set NVPTX64 target's size_t to match other 64-bit targetsEli Bendersky2015-04-011-2/+2
* Fix data layout mismatch between LLVM and Clang for i686-pc-windows-msvc-elfReid Kleckner2015-04-011-1/+4
* [SystemZ] Add header files to Makefile / module.modulemapUlrich Weigand2015-04-011-1/+2
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-6/+36
* Add sm_37 target to Clang for NVPTXEli Bendersky2015-03-311-0/+5
* Add driver support for Native Client SDKDerek Schuff2015-03-301-2/+4
* [SystemZ] Fix definition of IntMaxType / Int64TypeUlrich Weigand2015-03-301-0/+2
* [mips] Add support for 'ZC' inline assembly memory constraint.Daniel Sanders2015-03-301-0/+21
* Make the msse4/mno-sse4 flags aliases of the maximum sse valuesEric Christopher2015-03-251-5/+0
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-1/+10
* Create android x86_32 and x86_64 target infoTamas Berghammer2015-03-251-4/+40
* Move private classes into anonymous namespacesBenjamin Kramer2015-03-231-86/+1
* MS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when appropriateDavid Majnemer2015-03-181-0/+3
* Basic: Update clang to reflect changes made to LLVM datalayoutDavid Majnemer2015-03-171-7/+9
* [ARM] Add support for ARMV6K subtarget (Clang)Renato Golin2015-03-171-2/+3
* Under duress, move check for target support of __builtin_setjmp/Joerg Sonnenberger2015-03-111-0/+8
OpenPOWER on IntegriCloud