summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-141-0/+14
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-0/+9
* Update x86-64 ABI link with the one from linuxbase.org since the otherEric Christopher2017-03-311-1/+1
* Fix typo, defind -> defined.Eric Christopher2017-03-311-1/+1
* Move setting of LangOpts based on target flags out of CompilerInstanceEric Christopher2017-03-221-2/+3
* [DebugInfo] Add address space when creating DIDerivedTypesKonstantin Zhuravlyov2017-03-081-0/+15
* [inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina2016-12-261-2/+10
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-1/+1
* Revert r289979 due to regressionsYaxun Liu2016-12-161-1/+1
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-1/+1
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-151-0/+7
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-141-7/+0
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-091-0/+7
* Fixed spelling in comments. NFCI.Simon Pilgrim2016-11-151-1/+1
* [OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader2016-11-011-0/+7
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+8
* OpenCL: Defining __ENDIAN_LITTLE__ and fix target endiannessMatt Arsenault2016-09-071-0/+1
* Re-commit [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-191-0/+5
* Revert [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-5/+0
* [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-0/+5
* [OpenCL][AMDGPU] Add support for -cl-denorms-are-zeroYaxun Liu2016-08-091-0/+5
* [OpenCL] Fix size of image typeYaxun Liu2016-08-031-0/+5
* Adjust coercion of aggregates on RenderScriptPirama Arumuga Nainar2016-07-271-0/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [mips] Defer validity check for CPU/ABI pairs and improve error message for i...Daniel Sanders2016-06-141-0/+5
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-0/+13
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-13/+0
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-0/+13
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-3/+16
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-17/+3
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-3/+17
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-4/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+2
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-071-1/+3
* Fix the comment for the function added in r264998.Akira Hatanaka2016-03-311-9/+11
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-311-0/+13
* Describe the magic numbers returned by getEHDataRegisterNumber.Joerg Sonnenberger2016-03-071-0/+2
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-14/+10
* [X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy.Andrey Turetskiy2016-02-101-0/+3
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-051-0/+9
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-011-2/+2
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-0/+13
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-4/+3
* Make getTargetBuiltins return an ArrayRef instead of having two out parameter...Craig Topper2015-10-191-2/+1
* Recommit "Return an ArrayRef instead of having two out parameters of a pointe...Craig Topper2015-10-191-8/+4
* Revert r250676 "Return an ArrayRef instead of having two out parameters of a ...Craig Topper2015-10-191-4/+8
* Return an ArrayRef instead of having two out parameters of a pointer and leng...Craig Topper2015-10-191-8/+4
* Add a fixme to handleTargetFeatures.Eric Christopher2015-10-091-0/+2
* Fix whitespace, 80-column violations, embedded tabs for theEric Christopher2015-10-091-6/+8
* constify the feature vector going into initFeatureMap as it shouldn'tEric Christopher2015-10-091-1/+1