summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert the 64bit part of r245084; long double values were not changed byYaron Keren2015-08-201-4/+1
* Revert the 32bit part of r245084; mingw values were correct before it.Yaron Keren2015-08-201-5/+1
* According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.Yaron Keren2015-08-191-1/+2
* [ARM] Proper generic cpus handlingVladimir Sukharev2015-08-191-12/+10
* Rename getDefaultFeatures -> initDefaultFeatures and update commentEric Christopher2015-08-191-10/+10
* Remove dead code, there's no need for an override that just duplicatesEric Christopher2015-08-171-2/+0
* WindowsX86: long double is x87DoubleExtended on mingwMartell Malone2015-08-141-2/+8
* Windows ARM: ignore calling conventions as described on MSDNMartell Malone2015-08-141-0/+13
* Removed one too many braces.Brad Smith2015-08-131-0/+1
* [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD.Brad Smith2015-08-131-7/+10
* Rangify some for loops; NFC.Aaron Ballman2015-08-121-6/+5
* [MIPS] Use arch values for lock-free atomic operationsPetar Jovanovic2015-08-111-2/+1
* Update a comment to be more descriptive.Eric Christopher2015-08-071-1/+1
* Make sure the Features field of the Builtin Info struct is always initialized...Craig Topper2015-08-071-30/+39
* Make 'arm' cover both 32 and 64 bit architecutresBen Langmuir2015-08-071-0/+2
* Continue the work from r243908 by adding a Features field to Builtin::InfoEric Christopher2015-08-061-2/+4
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-051-85/+83
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-0/+2
* RegParmMax must be 0 for AArch64, as the regparm function attribute is not su...Kristof Beyls2015-07-281-1/+0
* [Targets] Define _M_AMD64 and _M_X64 to a more appropriate valueDavid Majnemer2015-07-261-2/+2
* Correct x86_64 Android fp128 mangled nameChih-Hung Hsieh2015-07-241-0/+4
* Test commit.Chih-Hung Hsieh2015-07-241-3/+3
* [MSVC Compatibility] Use a better predicate for __BOOL_DEFINEDDavid Majnemer2015-07-221-1/+2
* Add cygwin x86_64 target.Yaron Keren2015-07-221-0/+27
* ARM: actually define __ARM_ARCH_7S__ for the armv7s sliceTim Northover2015-07-211-1/+2
* [X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt,L,e,Z,s asm constraints (p...Alexey Bataev2015-07-201-21/+51
* basic: default to MSVC on WindowsSaleem Abdulrasool2015-07-171-6/+3
* R600: Add macro defs for all supported OpenCL extensionsTom Stellard2015-07-171-1/+9
* Fix android build after r242514Tamas Berghammer2015-07-171-1/+1
* -Refactored ARMTargetInfo in order to use the API of TargetParserAlexandros Lamprineas2015-07-171-156/+150
* Allow __builtin_setjmp/__builtin_longjmp on ARMMatthias Braun2015-07-171-0/+4
* [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
OpenPOWER on IntegriCloud