summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Targets] Define __BOOL_DEFINED for Windows targets in C++ modeDavid Majnemer2015-07-151-0/+2
* Add support for armv7-windows-gnu targets to the clang front end.Yaron Keren2015-07-151-0/+43
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-141-0/+2
* Fix a couple of typos: specifc->specific.Eric Christopher2015-07-101-1/+1
* Add missing builtins to altivec.h for ABI compliance (vol. 3)Nemanja Ivanovic2015-07-101-2/+49
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-081-1/+14
* Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/...Renato Golin2015-07-031-78/+118
* - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/Target...Alexandros Lamprineas2015-07-031-118/+78
* Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/...Rafael Espindola2015-07-021-72/+117
* Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetPa...Alexandros Lamprineas2015-07-021-117/+72
* test commitAlexandros Lamprineas2015-07-021-0/+2
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+4
* Fix sse4 for target attribute feature additions.Eric Christopher2015-07-011-1/+14
* Add support for the x86 builtin __builtin_cpu_supports.Eric Christopher2015-06-291-0/+28
* [ARM] The bits set in the variable HW_FP could get unsetRanjeet Singh2015-06-241-6/+10
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-221-1/+3
* AMDGPU: Fix places missed in renameMatt Arsenault2015-06-191-13/+13
* AMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statementTom Stellard2015-06-181-0/+1
* R600: Add Volcanic Islands targetsTom Stellard2015-06-181-1/+5
* [SystemZ] Mangle long double as __float128Ulrich Weigand2015-06-161-0/+4
* Add some basic support for CloudABI on i686.Ed Schouten2015-06-131-0/+2
* [bpf] add support for BPF backendAlexei Starovoitov2015-06-101-0/+58
* [ItaniumMangle] Mangle long double as __float128 for some Power targetsDavid Majnemer2015-06-091-0/+6
* Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), followi...Artyom Skrobov2015-06-041-3/+1
* [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.James Y Knight2015-06-041-10/+11
* [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
OpenPOWER on IntegriCloud