summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-5/+21
* Basic: fix profiling with GNU EABISaleem Abdulrasool2016-04-121-0/+4
* Correct pg instrumentation for AArch64Saleem Abdulrasool2016-04-101-5/+0
* Add support for __gnu_mcount_nc as the pg interfaceSaleem Abdulrasool2016-04-101-2/+11
* Basic: thread TargetOptions into TargetInfoSaleem Abdulrasool2016-04-091-292/+335
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-358/+293
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+2
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-071-292/+357
* [X86] Introduction of -march=lakemont.Andrey Turetskiy2016-04-051-3/+16
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-311-0/+7
* AMDGPU: Remove separate r600 double data layoutMatt Arsenault2016-03-301-5/+1
* [SystemZ] Specify required features for builtins.Jonas Paulsson2016-03-301-0/+2
* Add additional Hi/Lo registers to Clang MipsTargetInfoBaseHrvoje Varga2016-03-291-1/+2
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+108
* Fix a missing comma between two string literals.Etienne Bergeron2016-03-241-1/+1
* [X86] Add "x87" in x86 target feature map.Andrey Turetskiy2016-03-231-0/+3
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+4
* Myriad: define __myriad2 macro automaticallyDouglas Katzman2016-03-151-1/+22
* Implement __builtin_eh_return_data_regno for SPARC and SPARC64.Joerg Sonnenberger2016-03-071-0/+6
* [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE Simon Pilgrim2016-03-051-1/+0
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-127/+95
* [MIPS] initFeatureMap() to handle empty string argumentBhushan D. Attarde2016-03-041-0/+2
* [ARM] Add Clang targeting for ARMv8-M Baseline/MainlineBradley Smith2016-03-031-7/+13
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-13/+42
* AMDGPU: Add missing Volcanic Islands targetsTom Stellard2016-02-291-0/+2
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-291-3/+9
* [X86] Enabling xsave should not enable AVX. I seem to have done this, but I d...Craig Topper2016-02-291-6/+2
* AMDGPU: Fix broken/confusing predefined macroMatt Arsenault2016-02-271-1/+5
* AMDGPU: Fix inconsistent register name for flat_scratchMatt Arsenault2016-02-271-2/+2
* Basic: fix __USER_LABEL_PREFIX__ on CygwinSaleem Abdulrasool2016-02-261-0/+1
* Added SKL and CNL processors and features to ClangElena Demikhovsky2016-02-211-14/+81
* ARM: fix VFP asm constraintsJF Bastien2016-02-191-2/+2
* [Hexagon] Specify vector alignment in DataLayout stringKrzysztof Parzyszek2016-02-121-3/+6
* [Driver] Add support for Qualcomm's Kryo CPU.Chad Rosier2016-02-111-0/+1
* [ARM] Add command-line options for ARMv8.2-AOliver Stannard2016-02-111-0/+2
* Reapply the patch of r260376.Andrey Turetskiy2016-02-101-2/+2
* [X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy.Andrey Turetskiy2016-02-101-0/+9
* [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
OpenPOWER on IntegriCloud