summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* [Hexagon] Remove -mhvx-double and the corresponding subtarget featureKrzysztof Parzyszek2018-04-031-1/+0
* CodeGenCXX: support PreserveMostCC in MS ABISaleem Abdulrasool2018-04-021-0/+1
* [AArch64]: Add support for parsing rN registers.Manoj Gupta2018-03-291-1/+34
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-284-103/+193
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-282-0/+13
* AMDGPU: Update datalayout for stack alignmentMatt Arsenault2018-03-271-2/+2
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [AMDGPU] Fix codegen for inline assemblyYaxun Liu2018-03-231-0/+13
* Basic: support PreserveMost and PreserveAll on Windows ARMSaleem Abdulrasool2018-03-201-0/+2
* [ARM] Pass half or i16 types for NEON intrinsicsSjoerd Meijer2018-03-194-5/+6
* [ARM] ACLE FP16 feature test macrosSjoerd Meijer2018-03-132-0/+13
* This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"Sjoerd Meijer2018-03-132-10/+0
* [ARM] Add ARMv8.2-A FP16 vector intrinsicAbderrazek Zaafrani2018-03-092-0/+10
* Correct the alignment for the PS4 targetMatthew Voss2018-03-071-0/+1
* [AMDGPU] Clean up old address space mapping and fix constant address space valueYaxun Liu2018-03-052-93/+47
* [WebAssembly] Add exception handling optionHeejin Ahn2018-03-022-1/+11
* AMDGPU: Define FP_FAST_FMA{F} macros for amdgcnKonstantin Zhuravlyov2018-02-272-148/+194
* Fix for LLVM r326109David Zarzycki2018-02-261-2/+4
* [RISCV] Enable __int128_t and __uint128_t through clang flagMandeep Singh Grang2018-02-251-1/+3
* bpf: Hook target feature "alu32" with LLVMYonghong Song2018-02-231-1/+8
* [X86] Disable CLWB in Cannon LakeCraig Topper2018-02-211-1/+2
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-1/+5
* [AVR] Set the program address space in the data layoutDylan McKay2018-02-191-1/+1
* [X86] Add 'sahf' CPU feature to frontendDimitry Andric2018-02-172-0/+12
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-164-46/+49
* Reapply r325193Konstantin Zhuravlyov2018-02-152-91/+101
* Revert r325193 as it breaks buildbotsKonstantin Zhuravlyov2018-02-152-101/+91
* Add missing definition for class static after r325193.Richard Smith2018-02-151-1/+1
* AMDGPU: Cleanup most of the macrosKonstantin Zhuravlyov2018-02-152-91/+101
* [Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes2018-02-141-0/+5
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-9/+9
* [NFC] Extract method to SourceManager for traversing the macro "stack"George Karpenkov2018-02-091-0/+6
* AMDGPU: Update for datalayout changeMatt Arsenault2018-02-091-3/+3
* AMDGPU/GCN: Bring processors in sync with AMDGPUUsageKonstantin Zhuravlyov2018-02-091-28/+42
* [modules] Fix incorrect diagnostic mapping computation when a module changesRichard Smith2018-02-091-0/+90
* Fix UBSan issue with PPC::isValidCPUNameErich Keane2018-02-091-2/+1
* Add size to constexpr ArraysErich Keane2018-02-081-2/+2
* Add Rest of Targets Support to ValidCPUList (enabling march notes)Erich Keane2018-02-0821-269/+307
* Add NVPTX Support to ValidCPUList (enabling march notes)Erich Keane2018-02-083-0/+14
* Add X86 Support to ValidCPUList (enabling march notes)Erich Keane2018-02-082-2/+15
* Make march/target-cpu print a note with the list of valid values for ARMErich Keane2018-02-085-0/+17
* [NFCi] Replace a couple of usages of const StringRef& with StringRefErich Keane2018-02-073-4/+4
* [Myriad] Define __ma2x5x and __ma2x8xWalter Lee2018-02-061-0/+7
* [RISCV] Create a LinuxTargetInfo when targeting LinuxAlex Bradbury2018-02-031-0/+6
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-022-5/+2
* [CUDA] Added partial support for CUDA-9.1Artem Belevich2018-01-302-0/+14
* [X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix.Craig Topper2018-01-261-1/+1
* [X86] Define __IBT__ when -mibt is specified.Craig Topper2018-01-261-0/+2
* Adjust MaxAtomicInlineWidth for i386/i486 targets.Wei Mi2018-01-231-3/+6
* [WebAssembly] Factor out settings common to wasm32 and wasm64. NFC.Dan Gohman2018-01-231-2/+1
OpenPOWER on IntegriCloud