summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Set MaxAtomicInlineWidth to 64.Dan Gohman2017-06-071-1/+1
* [ARM] Add support for target("arm") and target("thumb").Florian Hahn2017-06-061-1/+11
* Fix memory leak exposed by r304726.Richard Smith2017-06-051-5/+7
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-0/+35
* Added missing break.Galina Kistanova2017-06-031-0/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-1/+20
* Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar2017-06-021-10/+0
* [AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani2017-06-011-0/+10
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-3/+1
* [OpenCL] Makes kernels use the SPIR_KERNEL CC by default.Pekka Jaaskelainen2017-06-011-0/+16
* Reverting Neon vector type 64-alignment fixJaved Absar2017-05-301-5/+0
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-05-301-0/+5
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-281-0/+1
* Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier2017-05-271-1/+0
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-271-0/+1
* Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012Reid Kleckner2017-05-261-0/+3
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-1/+4
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-251-4/+12
* Basic: fix whitespace in file header (NFC)Saleem Abdulrasool2017-05-241-1/+1
* [XRay][clang] Allow imbuing arg1 logging attribute via -fxray-always-instrument=Dean Michael Berris2017-05-241-0/+2
* Removed fallthrough annotation which does not directly precede switch label.Galina Kistanova2017-05-231-2/+0
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-1/+45
* [AMDGPU] Do not require opencl triple environment for OpenCLYaxun Liu2017-05-231-6/+11
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-221-77/+16
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-20/+44
* [SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight2017-05-121-0/+5
* [X86][LWP] Add clang support for LWP instructions.Simon Pilgrim2017-05-081-0/+8
* [ARM] Limit the diagnose when an ISR calls a regular functionWeiming Zhao2017-05-051-0/+1
* DiagnosticsEngine should clear DelayedDiagID before reporting theAlex Lorenz2017-05-042-5/+7
* Revert r302037Alex Lorenz2017-05-031-2/+1
* DiagnosticsEngine should clear DelayedDiagID before reporting theAlex Lorenz2017-05-031-1/+2
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-032-22/+12
* Darwin: Define __STDC_NO_THREADS__ on Darwin targetsDuncan P. N. Exon Smith2017-04-271-0/+1
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-5/+1
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+11
* [ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64Oliver Stannard2017-04-181-1/+8
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-11/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+11
* When we turn on vsx it should also turn on altivec explicitly, sameEric Christopher2017-04-151-19/+21
* [AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless -cl-denorms-are-zero i...Konstantin Zhuravlyov2017-04-141-3/+6
* Serialization: Simulate -Werror settings in implicit modulesDuncan P. N. Exon Smith2017-04-121-1/+5
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-1/+1
* [OpenCL] Map default address space to alloca address spaceYaxun Liu2017-04-111-1/+7
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-111-1/+14
* [AMDGPU] Temporarily change constant address space from 4 to 2 for the new ad...Yaxun Liu2017-04-061-4/+4
* [Basic] getColumnNumber returns location of CR+LF on WindowsChih-Hung Hsieh2017-04-061-2/+11
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-303-0/+56
* Default enable the rtm feature only on skylake and later for now because Inte...Eric Christopher2017-03-281-1/+1
* FileManager: mark virtual file entries as valid entriesErik Verbruggen2017-03-281-0/+1