summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand2016-02-051-0/+6
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-051-0/+4
* [x86] Correct setting of WIntType for MCU targetAndrey Bokhanko2016-02-041-0/+1
* Basic: mark TLS as supported on Windows on ARMSaleem Abdulrasool2016-02-041-1/+0
* -inline-asm][X86] Add ability to use AVX512 in MS inline asmMarina Yatsina2016-02-031-0/+8
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-011-0/+2
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-5/+5
* Revert "Change of UserLabelPrefix default value from "_" to """James Y Knight2016-01-271-22/+31
* Change of UserLabelPrefix default value from "_" to ""Andrey Bokhanko2016-01-221-31/+22
* Correct setting of UserLabelPrefix for MCU target.Andrey Bokhanko2016-01-141-0/+1
* ARM: allow __thread on OS versions that have the required runtime support.Tim Northover2016-01-071-1/+18
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-2/+2
* [AArch64] Teaches clang about Samsung Exynos-M1MinSeong Kim2016-01-051-1/+2
* [X86][PKU] add clang intrinsic for {RD|WR}PKRUAsaf Badouh2015-12-311-1/+7
* Replace llvm::utostr calls in Twine context with Twines. NFC.Benjamin Kramer2015-12-241-1/+1
* [mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders2015-12-221-0/+8
* [Cygwin] Enable TLS as emutls.NAKAMURA Takumi2015-12-211-1/+0
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-41/+72
* [WebAssembly] Remove an obsolete TODO comment.Dan Gohman2015-12-051-1/+0
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-1/+1
* ARM v8.1a adds Advanced SIMD instructions for Rounding Double MultiplyAlexandros Lamprineas2015-11-291-0/+10
* [X86] Support for C calling convention only for MCU target.Alexey Bataev2015-11-251-10/+23
* AMDGPU: Add support for 's' and 'v' asm constraintsTom Stellard2015-11-191-2/+9
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-0/+30
* [ARM] Pass in the architecture to TargetParser to cope with API changeBradley Smith2015-11-161-2/+3
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-5/+0
* Silencing a -Wreturn-type warning for control reaching the end of a non-void ...Aaron Ballman2015-11-111-0/+1
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-0/+2
* Add the variant of __sparc_v9__ with five underscores, not just four.Joerg Sonnenberger2015-11-101-1/+3
* Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8Joerg Sonnenberger2015-11-091-14/+88
* [x86] Additional small fix for MCU psABI supportAndrey Bokhanko2015-11-051-2/+6
* [x86] Front-end part of MCU psABI supportAndrey Bokhanko2015-11-021-1/+7
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-10/+40
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-1/+4
* Preprocessor: define correct tvOS and watchOS version macrosTim Northover2015-10-301-1/+16
* Fix the calling convention of Mingw64 long double valuesReid Kleckner2015-10-281-1/+7
* Simplify boolean conditional return statements in lib/Basic.Rafael Espindola2015-10-241-3/+3
* [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov2015-10-231-1/+1
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-11/+3
* Fix __ARM_FP value for sp-only FPUs with Half-precisionRichard Barton2015-10-211-1/+1
* [X86] Remove a few 'else' after 'return'Craig Topper2015-10-201-7/+6
* Make getTargetBuiltins return an ArrayRef instead of having two out parameter...Craig Topper2015-10-191-63/+44
* Recommit "Return an ArrayRef instead of having two out parameters of a pointe...Craig Topper2015-10-191-178/+93
* Revert r250676 "Return an ArrayRef instead of having two out parameters of a ...Craig Topper2015-10-191-93/+178
* Return an ArrayRef instead of having two out parameters of a pointer and leng...Craig Topper2015-10-191-178/+93
* Make a bunch of static arrays const.Craig Topper2015-10-181-3/+3
* [X86] Add fxsr feature name for fxsave/fxrestore builtins.Craig Topper2015-10-161-0/+18
* Add support for CloudABI/aarch64.Ed Schouten2015-10-151-0/+2
* [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...Craig Topper2015-10-151-1/+48
* [X86] Use C+11 non-static data member initialization to initialize all the X8...Craig Topper2015-10-141-34/+30
OpenPOWER on IntegriCloud