summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-0/+5
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+1
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-121-4/+9
* [X86][PPC] Support -mlong-double-64Fangrui Song2019-07-091-0/+6
* Use llvm::is_contained. NFCFangrui Song2019-02-101-1/+1
* [HIP] Fix size_t for MSVC environmentYaxun Liu2019-01-301-0/+6
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit ASM input in a constant contextBill Wendling2018-12-181-0/+2
* [Android] Increase default new alignment for AndroidPirama Arumuga Nainar2018-08-011-2/+3
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-291-2/+2
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-3/+80
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+3
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+3
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-3/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+3
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-0/+13
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+8
* [ARM] Pass half or i16 types for NEON intrinsicsSjoerd Meijer2018-03-191-0/+1
* [OpenCL] Fix layering violation by getOpenCLTypeAddrSpaceSven van Haastregt2017-12-061-16/+5
* [MS] Increase default new alignment for win64 and test itReid Kleckner2017-11-211-1/+1
* [OpenMP] Show error if VLAs are not supportedJonas Hahnfeld2017-11-181-0/+1
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-2/+2
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-2/+10
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-151-0/+25
* [inline asm][gcc-compatiblity] "=i" output constraint supportMarina Yatsina2017-06-261-0/+5
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* Move setting of LangOpts based on target flags out of CompilerInstanceEric Christopher2017-03-221-2/+3
* [inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina2016-12-261-3/+3
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-12/+12
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+10
* OpenCL: Defining __ENDIAN_LITTLE__ and fix target endiannessMatt Arsenault2016-09-071-1/+1
* Re-commit [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-191-2/+3
* Revert [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-3/+2
* [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-2/+3
* Adjust coercion of aggregates on RenderScriptPirama Arumuga Nainar2016-07-271-0/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+5
* [X86] Add -malign-double supportReid Kleckner2016-05-041-0/+4
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-4/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+4
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+0
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-051-0/+1
* Revert "Change of UserLabelPrefix default value from "_" to """James Y Knight2016-01-271-1/+1
* Change of UserLabelPrefix default value from "_" to ""Andrey Bokhanko2016-01-221-1/+1
* Use StringRef instead of calling c_str and doing pointer math before eventual...Craig Topper2015-10-211-2/+2
* Use range-based for loops. NFC.Craig Topper2015-10-211-24/+18
* Use std::find instead of a manual loop.Craig Topper2015-10-211-4/+2
* Parse into an unsigned type instead of a signed type and then checking for po...Craig Topper2015-10-211-5/+4
* Fix bad indentation.Craig Topper2015-10-211-1/+1
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-8/+7
OpenPOWER on IntegriCloud